GET https://kbin.spritesserver.nl/u/@friend_of_satan@lemmy.world

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.27 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.07 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2384
  +user: Proxies\__CG__\App\Entity\User {#2271 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
  +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
  +title: "creating an alias of a command with plenty special characters"
  +url: null
  +body: """
    Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
    \n
    Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
    \n
    `alias: expected <= 2 arguments; got 3`\n
    \n
    Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
    \n
    What am I doing wrong?\n
    \n
    Thanks in advance!\n
    \n
    Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
    \n
    I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727302106 {#2266
    date: 2024-09-26 00:08:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2242 …}
  +votes: Doctrine\ORM\PersistentCollection {#2240 …}
  +reports: Doctrine\ORM\PersistentCollection {#2233 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2234 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2237 …}
  +badges: Doctrine\ORM\PersistentCollection {#2258 …}
  +children: [
    App\Entity\EntryComment {#2385
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2384 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
      +body: """
        That’s not how it works. The second bare double-quote closes the first one regardless of how it is nested in a string. The middle pair of double-quotes would need to be escaped. Also, single-quotes cannot be escaped in this way.\n
        \n
        The only place I can think of where nested double quotes do work is in subshells\n
        \n
        ```\n
        \n
        <span style="color:#323232;">echo "hello $(echo "world")"\n
        </span>\n
        ```\n
        \n
        This is because the subshell is interpreted before the outer logic, so during interpretation of the outer logic there is never a nested double quote, just the stdout of the subshell.\n
        \n
        These things are sometimes difficult to grok, and even more common, difficult to spot with human eyes. Best to use shellcheck, which will surely help you get better at shell scripting.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705755198 {#2380
        date: 2024-01-20 13:53:18.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2379 …}
      +nested: Doctrine\ORM\PersistentCollection {#2383 …}
      +votes: Doctrine\ORM\PersistentCollection {#1906 …}
      +reports: Doctrine\ORM\PersistentCollection {#1708 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1410 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
      -id: 325536
      -bodyTs: "'also':38 'bare':9 'best':116 'better':126 'cannot':42 'close':13 'common':109 'difficult':103,110 'doubl':11,31,57,91 'double-quot':10,30 'echo':64,66 'escap':37,44 'even':107 'eye':115 'first':15 'get':125 'grok':105 'hello':65 'help':123 'human':114 'interpret':74,81 'logic':78,85 'middl':27 'need':34 'nest':22,56,90 'never':88 'one':16 'outer':77,84 'pair':28 'place':50 'quot':12,32,41,58,92 'regardless':17 'script':129 'second':8 'shell':128 'shellcheck':119 'singl':40 'single-quot':39 'sometim':102 'spot':112 'stdout':95 'string':25 'subshel':63,72,98 'sure':122 'thing':100 'think':53 'use':118 'way':47 'work':6,60 'world':67 'would':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6848951"
      +editedAt: DateTimeImmutable @1727135477 {#2386
        date: 2024-09-24 01:51:17.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705755198 {#2382
        date: 2024-01-20 13:53:18.0 +01:00
      }
      +"title": 325536
    }
  ]
  -id: 31883
  -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
  -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790028"
  +editedAt: DateTimeImmutable @1727023176 {#2216
    date: 2024-09-22 18:39:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705734491 {#2328
    date: 2024-01-20 08:08:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2384
  +user: Proxies\__CG__\App\Entity\User {#2271 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
  +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
  +title: "creating an alias of a command with plenty special characters"
  +url: null
  +body: """
    Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
    \n
    Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
    \n
    `alias: expected <= 2 arguments; got 3`\n
    \n
    Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
    \n
    What am I doing wrong?\n
    \n
    Thanks in advance!\n
    \n
    Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
    \n
    I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727302106 {#2266
    date: 2024-09-26 00:08:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2242 …}
  +votes: Doctrine\ORM\PersistentCollection {#2240 …}
  +reports: Doctrine\ORM\PersistentCollection {#2233 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2234 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2237 …}
  +badges: Doctrine\ORM\PersistentCollection {#2258 …}
  +children: [
    App\Entity\EntryComment {#2385
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2384 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
      +body: """
        That’s not how it works. The second bare double-quote closes the first one regardless of how it is nested in a string. The middle pair of double-quotes would need to be escaped. Also, single-quotes cannot be escaped in this way.\n
        \n
        The only place I can think of where nested double quotes do work is in subshells\n
        \n
        ```\n
        \n
        <span style="color:#323232;">echo "hello $(echo "world")"\n
        </span>\n
        ```\n
        \n
        This is because the subshell is interpreted before the outer logic, so during interpretation of the outer logic there is never a nested double quote, just the stdout of the subshell.\n
        \n
        These things are sometimes difficult to grok, and even more common, difficult to spot with human eyes. Best to use shellcheck, which will surely help you get better at shell scripting.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705755198 {#2380
        date: 2024-01-20 13:53:18.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2379 …}
      +nested: Doctrine\ORM\PersistentCollection {#2383 …}
      +votes: Doctrine\ORM\PersistentCollection {#1906 …}
      +reports: Doctrine\ORM\PersistentCollection {#1708 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1410 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
      -id: 325536
      -bodyTs: "'also':38 'bare':9 'best':116 'better':126 'cannot':42 'close':13 'common':109 'difficult':103,110 'doubl':11,31,57,91 'double-quot':10,30 'echo':64,66 'escap':37,44 'even':107 'eye':115 'first':15 'get':125 'grok':105 'hello':65 'help':123 'human':114 'interpret':74,81 'logic':78,85 'middl':27 'need':34 'nest':22,56,90 'never':88 'one':16 'outer':77,84 'pair':28 'place':50 'quot':12,32,41,58,92 'regardless':17 'script':129 'second':8 'shell':128 'shellcheck':119 'singl':40 'single-quot':39 'sometim':102 'spot':112 'stdout':95 'string':25 'subshel':63,72,98 'sure':122 'thing':100 'think':53 'use':118 'way':47 'work':6,60 'world':67 'would':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6848951"
      +editedAt: DateTimeImmutable @1727135477 {#2386
        date: 2024-09-24 01:51:17.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705755198 {#2382
        date: 2024-01-20 13:53:18.0 +01:00
      }
      +"title": 325536
    }
  ]
  -id: 31883
  -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
  -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790028"
  +editedAt: DateTimeImmutable @1727023176 {#2216
    date: 2024-09-22 18:39:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705734491 {#2328
    date: 2024-01-20 08:08:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2384
  +user: Proxies\__CG__\App\Entity\User {#2271 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
  +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
  +title: "creating an alias of a command with plenty special characters"
  +url: null
  +body: """
    Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
    \n
    Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
    \n
    `alias: expected <= 2 arguments; got 3`\n
    \n
    Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
    \n
    What am I doing wrong?\n
    \n
    Thanks in advance!\n
    \n
    Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
    \n
    I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 24
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727302106 {#2266
    date: 2024-09-26 00:08:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2242 …}
  +votes: Doctrine\ORM\PersistentCollection {#2240 …}
  +reports: Doctrine\ORM\PersistentCollection {#2233 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2234 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2237 …}
  +badges: Doctrine\ORM\PersistentCollection {#2258 …}
  +children: [
    App\Entity\EntryComment {#2385
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2384 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
      +body: """
        That’s not how it works. The second bare double-quote closes the first one regardless of how it is nested in a string. The middle pair of double-quotes would need to be escaped. Also, single-quotes cannot be escaped in this way.\n
        \n
        The only place I can think of where nested double quotes do work is in subshells\n
        \n
        ```\n
        \n
        <span style="color:#323232;">echo "hello $(echo "world")"\n
        </span>\n
        ```\n
        \n
        This is because the subshell is interpreted before the outer logic, so during interpretation of the outer logic there is never a nested double quote, just the stdout of the subshell.\n
        \n
        These things are sometimes difficult to grok, and even more common, difficult to spot with human eyes. Best to use shellcheck, which will surely help you get better at shell scripting.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705755198 {#2380
        date: 2024-01-20 13:53:18.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
        "@krash@lemmy.ml"
        "@humanplayer2@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2379 …}
      +nested: Doctrine\ORM\PersistentCollection {#2383 …}
      +votes: Doctrine\ORM\PersistentCollection {#1906 …}
      +reports: Doctrine\ORM\PersistentCollection {#1708 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1410 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
      -id: 325536
      -bodyTs: "'also':38 'bare':9 'best':116 'better':126 'cannot':42 'close':13 'common':109 'difficult':103,110 'doubl':11,31,57,91 'double-quot':10,30 'echo':64,66 'escap':37,44 'even':107 'eye':115 'first':15 'get':125 'grok':105 'hello':65 'help':123 'human':114 'interpret':74,81 'logic':78,85 'middl':27 'need':34 'nest':22,56,90 'never':88 'one':16 'outer':77,84 'pair':28 'place':50 'quot':12,32,41,58,92 'regardless':17 'script':129 'second':8 'shell':128 'shellcheck':119 'singl':40 'single-quot':39 'sometim':102 'spot':112 'stdout':95 'string':25 'subshel':63,72,98 'sure':122 'thing':100 'think':53 'use':118 'way':47 'work':6,60 'world':67 'would':33"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6848951"
      +editedAt: DateTimeImmutable @1727135477 {#2386
        date: 2024-09-24 01:51:17.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705755198 {#2382
        date: 2024-01-20 13:53:18.0 +01:00
      }
      +"title": 325536
    }
  ]
  -id: 31883
  -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
  -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790028"
  +editedAt: DateTimeImmutable @1727023176 {#2216
    date: 2024-09-22 18:39:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705734491 {#2328
    date: 2024-01-20 08:08:11.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2385
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2384
    +user: Proxies\__CG__\App\Entity\User {#2271 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
    +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
    +title: "creating an alias of a command with plenty special characters"
    +url: null
    +body: """
      Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
      \n
      The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
      \n
      However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
      \n
      Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
      \n
      `alias: expected <= 2 arguments; got 3`\n
      \n
      Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
      \n
      What am I doing wrong?\n
      \n
      Thanks in advance!\n
      \n
      Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
      \n
      I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 24
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727302106 {#2266
      date: 2024-09-26 00:08:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2242 …}
    +votes: Doctrine\ORM\PersistentCollection {#2240 …}
    +reports: Doctrine\ORM\PersistentCollection {#2233 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2234 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2237 …}
    +badges: Doctrine\ORM\PersistentCollection {#2258 …}
    +children: [
      App\Entity\EntryComment {#2385}
    ]
    -id: 31883
    -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
    -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705820891
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10790028"
    +editedAt: DateTimeImmutable @1727023176 {#2216
      date: 2024-09-22 18:39:36.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705734491 {#2328
      date: 2024-01-20 08:08:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
  +body: """
    That’s not how it works. The second bare double-quote closes the first one regardless of how it is nested in a string. The middle pair of double-quotes would need to be escaped. Also, single-quotes cannot be escaped in this way.\n
    \n
    The only place I can think of where nested double quotes do work is in subshells\n
    \n
    ```\n
    \n
    <span style="color:#323232;">echo "hello $(echo "world")"\n
    </span>\n
    ```\n
    \n
    This is because the subshell is interpreted before the outer logic, so during interpretation of the outer logic there is never a nested double quote, just the stdout of the subshell.\n
    \n
    These things are sometimes difficult to grok, and even more common, difficult to spot with human eyes. Best to use shellcheck, which will surely help you get better at shell scripting.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705755198 {#2380
    date: 2024-01-20 13:53:18.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2379 …}
  +nested: Doctrine\ORM\PersistentCollection {#2383 …}
  +votes: Doctrine\ORM\PersistentCollection {#1906 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1410 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
  -id: 325536
  -bodyTs: "'also':38 'bare':9 'best':116 'better':126 'cannot':42 'close':13 'common':109 'difficult':103,110 'doubl':11,31,57,91 'double-quot':10,30 'echo':64,66 'escap':37,44 'even':107 'eye':115 'first':15 'get':125 'grok':105 'hello':65 'help':123 'human':114 'interpret':74,81 'logic':78,85 'middl':27 'need':34 'nest':22,56,90 'never':88 'one':16 'outer':77,84 'pair':28 'place':50 'quot':12,32,41,58,92 'regardless':17 'script':129 'second':8 'shell':128 'shellcheck':119 'singl':40 'single-quot':39 'sometim':102 'spot':112 'stdout':95 'string':25 'subshel':63,72,98 'sure':122 'thing':100 'think':53 'use':118 'way':47 'work':6,60 'world':67 'would':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6848951"
  +editedAt: DateTimeImmutable @1727135477 {#2386
    date: 2024-09-24 01:51:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705755198 {#2382
    date: 2024-01-20 13:53:18.0 +01:00
  }
  +"title": 325536
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#2385
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2384
    +user: Proxies\__CG__\App\Entity\User {#2271 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
    +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
    +title: "creating an alias of a command with plenty special characters"
    +url: null
    +body: """
      Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
      \n
      The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
      \n
      However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
      \n
      Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
      \n
      `alias: expected <= 2 arguments; got 3`\n
      \n
      Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
      \n
      What am I doing wrong?\n
      \n
      Thanks in advance!\n
      \n
      Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
      \n
      I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 24
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727302106 {#2266
      date: 2024-09-26 00:08:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2242 …}
    +votes: Doctrine\ORM\PersistentCollection {#2240 …}
    +reports: Doctrine\ORM\PersistentCollection {#2233 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2234 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2237 …}
    +badges: Doctrine\ORM\PersistentCollection {#2258 …}
    +children: [
      App\Entity\EntryComment {#2385}
    ]
    -id: 31883
    -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
    -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705820891
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10790028"
    +editedAt: DateTimeImmutable @1727023176 {#2216
      date: 2024-09-22 18:39:36.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705734491 {#2328
      date: 2024-01-20 08:08:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
  +body: """
    That’s not how it works. The second bare double-quote closes the first one regardless of how it is nested in a string. The middle pair of double-quotes would need to be escaped. Also, single-quotes cannot be escaped in this way.\n
    \n
    The only place I can think of where nested double quotes do work is in subshells\n
    \n
    ```\n
    \n
    <span style="color:#323232;">echo "hello $(echo "world")"\n
    </span>\n
    ```\n
    \n
    This is because the subshell is interpreted before the outer logic, so during interpretation of the outer logic there is never a nested double quote, just the stdout of the subshell.\n
    \n
    These things are sometimes difficult to grok, and even more common, difficult to spot with human eyes. Best to use shellcheck, which will surely help you get better at shell scripting.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705755198 {#2380
    date: 2024-01-20 13:53:18.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2379 …}
  +nested: Doctrine\ORM\PersistentCollection {#2383 …}
  +votes: Doctrine\ORM\PersistentCollection {#1906 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1410 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
  -id: 325536
  -bodyTs: "'also':38 'bare':9 'best':116 'better':126 'cannot':42 'close':13 'common':109 'difficult':103,110 'doubl':11,31,57,91 'double-quot':10,30 'echo':64,66 'escap':37,44 'even':107 'eye':115 'first':15 'get':125 'grok':105 'hello':65 'help':123 'human':114 'interpret':74,81 'logic':78,85 'middl':27 'need':34 'nest':22,56,90 'never':88 'one':16 'outer':77,84 'pair':28 'place':50 'quot':12,32,41,58,92 'regardless':17 'script':129 'second':8 'shell':128 'shellcheck':119 'singl':40 'single-quot':39 'sometim':102 'spot':112 'stdout':95 'string':25 'subshel':63,72,98 'sure':122 'thing':100 'think':53 'use':118 'way':47 'work':6,60 'world':67 'would':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6848951"
  +editedAt: DateTimeImmutable @1727135477 {#2386
    date: 2024-09-24 01:51:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705755198 {#2382
    date: 2024-01-20 13:53:18.0 +01:00
  }
  +"title": 325536
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#2385
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2384
    +user: Proxies\__CG__\App\Entity\User {#2271 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
    +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
    +title: "creating an alias of a command with plenty special characters"
    +url: null
    +body: """
      Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
      \n
      The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
      \n
      However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
      \n
      Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
      \n
      `alias: expected <= 2 arguments; got 3`\n
      \n
      Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
      \n
      What am I doing wrong?\n
      \n
      Thanks in advance!\n
      \n
      Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
      \n
      I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 9
    +favouriteCount: 24
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727302106 {#2266
      date: 2024-09-26 00:08:26.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2242 …}
    +votes: Doctrine\ORM\PersistentCollection {#2240 …}
    +reports: Doctrine\ORM\PersistentCollection {#2233 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2234 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2237 …}
    +badges: Doctrine\ORM\PersistentCollection {#2258 …}
    +children: [
      App\Entity\EntryComment {#2385}
    ]
    -id: 31883
    -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
    -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705820891
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10790028"
    +editedAt: DateTimeImmutable @1727023176 {#2216
      date: 2024-09-22 18:39:36.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705734491 {#2328
      date: 2024-01-20 08:08:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2378 …}
  +body: """
    That’s not how it works. The second bare double-quote closes the first one regardless of how it is nested in a string. The middle pair of double-quotes would need to be escaped. Also, single-quotes cannot be escaped in this way.\n
    \n
    The only place I can think of where nested double quotes do work is in subshells\n
    \n
    ```\n
    \n
    <span style="color:#323232;">echo "hello $(echo "world")"\n
    </span>\n
    ```\n
    \n
    This is because the subshell is interpreted before the outer logic, so during interpretation of the outer logic there is never a nested double quote, just the stdout of the subshell.\n
    \n
    These things are sometimes difficult to grok, and even more common, difficult to spot with human eyes. Best to use shellcheck, which will surely help you get better at shell scripting.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705755198 {#2380
    date: 2024-01-20 13:53:18.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
    "@krash@lemmy.ml"
    "@humanplayer2@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2379 …}
  +nested: Doctrine\ORM\PersistentCollection {#2383 …}
  +votes: Doctrine\ORM\PersistentCollection {#1906 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1410 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
  -id: 325536
  -bodyTs: "'also':38 'bare':9 'best':116 'better':126 'cannot':42 'close':13 'common':109 'difficult':103,110 'doubl':11,31,57,91 'double-quot':10,30 'echo':64,66 'escap':37,44 'even':107 'eye':115 'first':15 'get':125 'grok':105 'hello':65 'help':123 'human':114 'interpret':74,81 'logic':78,85 'middl':27 'need':34 'nest':22,56,90 'never':88 'one':16 'outer':77,84 'pair':28 'place':50 'quot':12,32,41,58,92 'regardless':17 'script':129 'second':8 'shell':128 'shellcheck':119 'singl':40 'single-quot':39 'sometim':102 'spot':112 'stdout':95 'string':25 'subshel':63,72,98 'sure':122 'thing':100 'think':53 'use':118 'way':47 'work':6,60 'world':67 'would':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6848951"
  +editedAt: DateTimeImmutable @1727135477 {#2386
    date: 2024-09-24 01:51:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705755198 {#2382
    date: 2024-01-20 13:53:18.0 +01:00
  }
  +"title": 325536
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2389
  +user: Proxies\__CG__\App\Entity\User {#2012 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#2302 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2296 …}
  +slug: "every-time-i-can-t-remember-how-to-use-a-command"
  +title: "every time i can't remember how to use a command"
  +url: "https://lemmy.world/pictrs/image/fcb193a8-1f5a-4c34-95fb-9561330c3afb.jpeg"
  +body: "this image comes to mind every time i use man pages"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 570
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727535991 {#2032
    date: 2024-09-28 17:06:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2290 …}
  +votes: Doctrine\ORM\PersistentCollection {#2292 …}
  +reports: Doctrine\ORM\PersistentCollection {#2318 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
  +badges: Doctrine\ORM\PersistentCollection {#2267 …}
  +children: [
    App\Entity\EntryComment {#2391
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2389 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2387 …}
      +body: "Some man pages include examples, which I always greatly appreciate."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1705757976 {#1407
        date: 2024-01-20 14:39:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@atmur@lemmy.world"
        "@eager_eagle@lemmy.world"
        "@pineapplelover@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2392 …}
      +nested: Doctrine\ORM\PersistentCollection {#2395 …}
      +votes: Doctrine\ORM\PersistentCollection {#1384 …}
      +reports: Doctrine\ORM\PersistentCollection {#1383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1405 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1382 …}
      -id: 325619
      -bodyTs: "'alway':8 'appreci':10 'exampl':5 'great':9 'includ':4 'man':2 'page':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6849595"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705757976 {#1883
        date: 2024-01-20 14:39:36.0 +01:00
      }
      +"title": 325619
    }
  ]
  -id: 31844
  -titleTs: "'command':11 'everi':1 'rememb':6 'time':2 'use':9"
  -bodyTs: "'come':3 'everi':6 'imag':2 'man':10 'mind':5 'page':11 'time':7 'use':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705801247
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10932082"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705714847 {#2041
    date: 2024-01-20 02:40:47.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2389
  +user: Proxies\__CG__\App\Entity\User {#2012 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#2302 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2296 …}
  +slug: "every-time-i-can-t-remember-how-to-use-a-command"
  +title: "every time i can't remember how to use a command"
  +url: "https://lemmy.world/pictrs/image/fcb193a8-1f5a-4c34-95fb-9561330c3afb.jpeg"
  +body: "this image comes to mind every time i use man pages"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 570
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727535991 {#2032
    date: 2024-09-28 17:06:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2290 …}
  +votes: Doctrine\ORM\PersistentCollection {#2292 …}
  +reports: Doctrine\ORM\PersistentCollection {#2318 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
  +badges: Doctrine\ORM\PersistentCollection {#2267 …}
  +children: [
    App\Entity\EntryComment {#2391
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2389 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2387 …}
      +body: "Some man pages include examples, which I always greatly appreciate."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1705757976 {#1407
        date: 2024-01-20 14:39:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@atmur@lemmy.world"
        "@eager_eagle@lemmy.world"
        "@pineapplelover@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2392 …}
      +nested: Doctrine\ORM\PersistentCollection {#2395 …}
      +votes: Doctrine\ORM\PersistentCollection {#1384 …}
      +reports: Doctrine\ORM\PersistentCollection {#1383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1405 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1382 …}
      -id: 325619
      -bodyTs: "'alway':8 'appreci':10 'exampl':5 'great':9 'includ':4 'man':2 'page':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6849595"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705757976 {#1883
        date: 2024-01-20 14:39:36.0 +01:00
      }
      +"title": 325619
    }
  ]
  -id: 31844
  -titleTs: "'command':11 'everi':1 'rememb':6 'time':2 'use':9"
  -bodyTs: "'come':3 'everi':6 'imag':2 'man':10 'mind':5 'page':11 'time':7 'use':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705801247
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10932082"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705714847 {#2041
    date: 2024-01-20 02:40:47.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2389
  +user: Proxies\__CG__\App\Entity\User {#2012 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#2302 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2296 …}
  +slug: "every-time-i-can-t-remember-how-to-use-a-command"
  +title: "every time i can't remember how to use a command"
  +url: "https://lemmy.world/pictrs/image/fcb193a8-1f5a-4c34-95fb-9561330c3afb.jpeg"
  +body: "this image comes to mind every time i use man pages"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 51
  +favouriteCount: 570
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727535991 {#2032
    date: 2024-09-28 17:06:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2290 …}
  +votes: Doctrine\ORM\PersistentCollection {#2292 …}
  +reports: Doctrine\ORM\PersistentCollection {#2318 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
  +badges: Doctrine\ORM\PersistentCollection {#2267 …}
  +children: [
    App\Entity\EntryComment {#2391
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2389 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2387 …}
      +body: "Some man pages include examples, which I always greatly appreciate."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1705757976 {#1407
        date: 2024-01-20 14:39:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@atmur@lemmy.world"
        "@eager_eagle@lemmy.world"
        "@pineapplelover@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2392 …}
      +nested: Doctrine\ORM\PersistentCollection {#2395 …}
      +votes: Doctrine\ORM\PersistentCollection {#1384 …}
      +reports: Doctrine\ORM\PersistentCollection {#1383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1405 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1382 …}
      -id: 325619
      -bodyTs: "'alway':8 'appreci':10 'exampl':5 'great':9 'includ':4 'man':2 'page':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6849595"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705757976 {#1883
        date: 2024-01-20 14:39:36.0 +01:00
      }
      +"title": 325619
    }
  ]
  -id: 31844
  -titleTs: "'command':11 'everi':1 'rememb':6 'time':2 'use':9"
  -bodyTs: "'come':3 'everi':6 'imag':2 'man':10 'mind':5 'page':11 'time':7 'use':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705801247
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10932082"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705714847 {#2041
    date: 2024-01-20 02:40:47.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#2391
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2389
    +user: Proxies\__CG__\App\Entity\User {#2012 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#2302 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2296 …}
    +slug: "every-time-i-can-t-remember-how-to-use-a-command"
    +title: "every time i can't remember how to use a command"
    +url: "https://lemmy.world/pictrs/image/fcb193a8-1f5a-4c34-95fb-9561330c3afb.jpeg"
    +body: "this image comes to mind every time i use man pages"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 570
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727535991 {#2032
      date: 2024-09-28 17:06:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2290 …}
    +votes: Doctrine\ORM\PersistentCollection {#2292 …}
    +reports: Doctrine\ORM\PersistentCollection {#2318 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
    +badges: Doctrine\ORM\PersistentCollection {#2267 …}
    +children: [
      App\Entity\EntryComment {#2391}
    ]
    -id: 31844
    -titleTs: "'command':11 'everi':1 'rememb':6 'time':2 'use':9"
    -bodyTs: "'come':3 'everi':6 'imag':2 'man':10 'mind':5 'page':11 'time':7 'use':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705801247
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10932082"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705714847 {#2041
      date: 2024-01-20 02:40:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2387 …}
  +body: "Some man pages include examples, which I always greatly appreciate."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1705757976 {#1407
    date: 2024-01-20 14:39:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@atmur@lemmy.world"
    "@eager_eagle@lemmy.world"
    "@pineapplelover@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2392 …}
  +nested: Doctrine\ORM\PersistentCollection {#2395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1384 …}
  +reports: Doctrine\ORM\PersistentCollection {#1383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1405 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1382 …}
  -id: 325619
  -bodyTs: "'alway':8 'appreci':10 'exampl':5 'great':9 'includ':4 'man':2 'page':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6849595"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705757976 {#1883
    date: 2024-01-20 14:39:36.0 +01:00
  }
  +"title": 325619
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#2391
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2389
    +user: Proxies\__CG__\App\Entity\User {#2012 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#2302 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2296 …}
    +slug: "every-time-i-can-t-remember-how-to-use-a-command"
    +title: "every time i can't remember how to use a command"
    +url: "https://lemmy.world/pictrs/image/fcb193a8-1f5a-4c34-95fb-9561330c3afb.jpeg"
    +body: "this image comes to mind every time i use man pages"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 570
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727535991 {#2032
      date: 2024-09-28 17:06:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2290 …}
    +votes: Doctrine\ORM\PersistentCollection {#2292 …}
    +reports: Doctrine\ORM\PersistentCollection {#2318 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
    +badges: Doctrine\ORM\PersistentCollection {#2267 …}
    +children: [
      App\Entity\EntryComment {#2391}
    ]
    -id: 31844
    -titleTs: "'command':11 'everi':1 'rememb':6 'time':2 'use':9"
    -bodyTs: "'come':3 'everi':6 'imag':2 'man':10 'mind':5 'page':11 'time':7 'use':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705801247
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10932082"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705714847 {#2041
      date: 2024-01-20 02:40:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2387 …}
  +body: "Some man pages include examples, which I always greatly appreciate."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1705757976 {#1407
    date: 2024-01-20 14:39:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@atmur@lemmy.world"
    "@eager_eagle@lemmy.world"
    "@pineapplelover@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2392 …}
  +nested: Doctrine\ORM\PersistentCollection {#2395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1384 …}
  +reports: Doctrine\ORM\PersistentCollection {#1383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1405 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1382 …}
  -id: 325619
  -bodyTs: "'alway':8 'appreci':10 'exampl':5 'great':9 'includ':4 'man':2 'page':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6849595"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705757976 {#1883
    date: 2024-01-20 14:39:36.0 +01:00
  }
  +"title": 325619
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#2391
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2389
    +user: Proxies\__CG__\App\Entity\User {#2012 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#2302 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2296 …}
    +slug: "every-time-i-can-t-remember-how-to-use-a-command"
    +title: "every time i can't remember how to use a command"
    +url: "https://lemmy.world/pictrs/image/fcb193a8-1f5a-4c34-95fb-9561330c3afb.jpeg"
    +body: "this image comes to mind every time i use man pages"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 51
    +favouriteCount: 570
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727535991 {#2032
      date: 2024-09-28 17:06:31.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2290 …}
    +votes: Doctrine\ORM\PersistentCollection {#2292 …}
    +reports: Doctrine\ORM\PersistentCollection {#2318 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2210 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2205 …}
    +badges: Doctrine\ORM\PersistentCollection {#2267 …}
    +children: [
      App\Entity\EntryComment {#2391}
    ]
    -id: 31844
    -titleTs: "'command':11 'everi':1 'rememb':6 'time':2 'use':9"
    -bodyTs: "'come':3 'everi':6 'imag':2 'man':10 'mind':5 'page':11 'time':7 'use':9"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705801247
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10932082"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705714847 {#2041
      date: 2024-01-20 02:40:47.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2387 …}
  +body: "Some man pages include examples, which I always greatly appreciate."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1705757976 {#1407
    date: 2024-01-20 14:39:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@atmur@lemmy.world"
    "@eager_eagle@lemmy.world"
    "@pineapplelover@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2392 …}
  +nested: Doctrine\ORM\PersistentCollection {#2395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1384 …}
  +reports: Doctrine\ORM\PersistentCollection {#1383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1405 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1382 …}
  -id: 325619
  -bodyTs: "'alway':8 'appreci':10 'exampl':5 'great':9 'includ':4 'man':2 'page':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6849595"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705757976 {#1883
    date: 2024-01-20 14:39:36.0 +01:00
  }
  +"title": 325619
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2468
  +user: Proxies\__CG__\App\Entity\User {#2198 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: Proxies\__CG__\App\Entity\Image {#2245 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2243 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 205
  +favouriteCount: 1062
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727792651 {#2260
    date: 2024-10-01 16:24:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2247 …}
  +votes: Doctrine\ORM\PersistentCollection {#2256 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2188 …}
  +badges: Doctrine\ORM\PersistentCollection {#2034 …}
  +children: [
    App\Entity\EntryComment {#2459
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2468 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
      +body: "…and then went raving [youtu.be/myc7eHGg5y4](https://youtu.be/myc7eHGg5y4)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705629845 {#2454
        date: 2024-01-19 03:04:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@pelotron@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2469 …}
      +nested: Doctrine\ORM\PersistentCollection {#2471 …}
      +votes: Doctrine\ORM\PersistentCollection {#2363 …}
      +reports: Doctrine\ORM\PersistentCollection {#2377 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2359 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2364 …}
      -id: 321129
      -bodyTs: "'/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':7 'rave':4 'went':3 'youtu.be':6 'youtu.be/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6815567"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705629845 {#2455
        date: 2024-01-19 03:04:05.0 +01:00
      }
      +"title": 321129
    }
  ]
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#2190
    date: 2024-01-19 02:37:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2468
  +user: Proxies\__CG__\App\Entity\User {#2198 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: Proxies\__CG__\App\Entity\Image {#2245 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2243 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 205
  +favouriteCount: 1062
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727792651 {#2260
    date: 2024-10-01 16:24:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2247 …}
  +votes: Doctrine\ORM\PersistentCollection {#2256 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2188 …}
  +badges: Doctrine\ORM\PersistentCollection {#2034 …}
  +children: [
    App\Entity\EntryComment {#2459
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2468 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
      +body: "…and then went raving [youtu.be/myc7eHGg5y4](https://youtu.be/myc7eHGg5y4)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705629845 {#2454
        date: 2024-01-19 03:04:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@pelotron@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2469 …}
      +nested: Doctrine\ORM\PersistentCollection {#2471 …}
      +votes: Doctrine\ORM\PersistentCollection {#2363 …}
      +reports: Doctrine\ORM\PersistentCollection {#2377 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2359 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2364 …}
      -id: 321129
      -bodyTs: "'/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':7 'rave':4 'went':3 'youtu.be':6 'youtu.be/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6815567"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705629845 {#2455
        date: 2024-01-19 03:04:05.0 +01:00
      }
      +"title": 321129
    }
  ]
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#2190
    date: 2024-01-19 02:37:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2468
  +user: Proxies\__CG__\App\Entity\User {#2198 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: Proxies\__CG__\App\Entity\Image {#2245 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2243 …}
  +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
  +title: "Reddit API blew up and now I run Linux?"
  +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
  +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 205
  +favouriteCount: 1062
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727792651 {#2260
    date: 2024-10-01 16:24:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2247 …}
  +votes: Doctrine\ORM\PersistentCollection {#2256 …}
  +reports: Doctrine\ORM\PersistentCollection {#2284 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2188 …}
  +badges: Doctrine\ORM\PersistentCollection {#2034 …}
  +children: [
    App\Entity\EntryComment {#2459
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2468 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
      +body: "…and then went raving [youtu.be/myc7eHGg5y4](https://youtu.be/myc7eHGg5y4)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705629845 {#2454
        date: 2024-01-19 03:04:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Sammy@lemmy.dbzer0.com"
        "@pelotron@midwest.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2469 …}
      +nested: Doctrine\ORM\PersistentCollection {#2471 …}
      +votes: Doctrine\ORM\PersistentCollection {#2363 …}
      +reports: Doctrine\ORM\PersistentCollection {#2377 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2359 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2364 …}
      -id: 321129
      -bodyTs: "'/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':7 'rave':4 'went':3 'youtu.be':6 'youtu.be/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6815567"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705629845 {#2455
        date: 2024-01-19 03:04:05.0 +01:00
      }
      +"title": 321129
    }
  ]
  -id: 31627
  -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
  -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705714670
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12616253"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705628270 {#2190
    date: 2024-01-19 02:37:50.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#2459
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2468
    +user: Proxies\__CG__\App\Entity\User {#2198 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
    +image: Proxies\__CG__\App\Entity\Image {#2245 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2243 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 205
    +favouriteCount: 1062
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727792651 {#2260
      date: 2024-10-01 16:24:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2247 …}
    +votes: Doctrine\ORM\PersistentCollection {#2256 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2188 …}
    +badges: Doctrine\ORM\PersistentCollection {#2034 …}
    +children: [
      App\Entity\EntryComment {#2459}
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2190
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
  +body: "…and then went raving [youtu.be/myc7eHGg5y4](https://youtu.be/myc7eHGg5y4)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705629845 {#2454
    date: 2024-01-19 03:04:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@pelotron@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2469 …}
  +nested: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2363 …}
  +reports: Doctrine\ORM\PersistentCollection {#2377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2364 …}
  -id: 321129
  -bodyTs: "'/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':7 'rave':4 'went':3 'youtu.be':6 'youtu.be/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6815567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629845 {#2455
    date: 2024-01-19 03:04:05.0 +01:00
  }
  +"title": 321129
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#2459
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2468
    +user: Proxies\__CG__\App\Entity\User {#2198 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
    +image: Proxies\__CG__\App\Entity\Image {#2245 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2243 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 205
    +favouriteCount: 1062
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727792651 {#2260
      date: 2024-10-01 16:24:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2247 …}
    +votes: Doctrine\ORM\PersistentCollection {#2256 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2188 …}
    +badges: Doctrine\ORM\PersistentCollection {#2034 …}
    +children: [
      App\Entity\EntryComment {#2459}
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2190
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
  +body: "…and then went raving [youtu.be/myc7eHGg5y4](https://youtu.be/myc7eHGg5y4)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705629845 {#2454
    date: 2024-01-19 03:04:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@pelotron@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2469 …}
  +nested: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2363 …}
  +reports: Doctrine\ORM\PersistentCollection {#2377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2364 …}
  -id: 321129
  -bodyTs: "'/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':7 'rave':4 'went':3 'youtu.be':6 'youtu.be/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6815567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629845 {#2455
    date: 2024-01-19 03:04:05.0 +01:00
  }
  +"title": 321129
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#2459
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2468
    +user: Proxies\__CG__\App\Entity\User {#2198 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
    +image: Proxies\__CG__\App\Entity\Image {#2245 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2243 …}
    +slug: "Reddit-API-blew-up-and-now-I-run-Linux"
    +title: "Reddit API blew up and now I run Linux?"
    +url: "https://lemmy.dbzer0.com/pictrs/image/fa1b350b-9cb0-4e5f-93a9-573dfea31c95.png"
    +body: "I feel like I’ve been gaslit into running FOSS but every success only brings me closer to fighting god"
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 205
    +favouriteCount: 1062
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727792651 {#2260
      date: 2024-10-01 16:24:11.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2247 …}
    +votes: Doctrine\ORM\PersistentCollection {#2256 …}
    +reports: Doctrine\ORM\PersistentCollection {#2284 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2286 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2188 …}
    +badges: Doctrine\ORM\PersistentCollection {#2034 …}
    +children: [
      App\Entity\EntryComment {#2459}
    ]
    -id: 31627
    -titleTs: "'api':2 'blew':3 'linux':9 'reddit':1 'run':8"
    -bodyTs: "'bring':15 'closer':17 'everi':12 'feel':2 'fight':19 'foss':10 'gaslit':7 'god':20 'like':3 'run':9 'success':13 've':5"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705714670
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12616253"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705628270 {#2190
      date: 2024-01-19 02:37:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2470 …}
  +body: "…and then went raving [youtu.be/myc7eHGg5y4](https://youtu.be/myc7eHGg5y4)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705629845 {#2454
    date: 2024-01-19 03:04:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Sammy@lemmy.dbzer0.com"
    "@pelotron@midwest.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2469 …}
  +nested: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2363 …}
  +reports: Doctrine\ORM\PersistentCollection {#2377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2364 …}
  -id: 321129
  -bodyTs: "'/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':7 'rave':4 'went':3 'youtu.be':6 'youtu.be/myc7ehgg5y4](https://youtu.be/myc7ehgg5y4)':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6815567"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705629845 {#2455
    date: 2024-01-19 03:04:05.0 +01:00
  }
  +"title": 321129
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1707
  +user: Proxies\__CG__\App\Entity\User {#2262 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: Proxies\__CG__\App\Entity\Image {#2151 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2145 …}
  +slug: "Canonical-s-Steam-Snap-is-Causing-Headaches-for-Valve"
  +title: "Canonical's Steam Snap is Causing Headaches for Valve"
  +url: "https://www.omgubuntu.co.uk/2024/01/valve-dont-recommend-ubuntu-steam-snap"
  +body: """
    > Timothée Besset, a software engineer who works on the Steam client for Valve, took to Mastodon this week to reveal: “Valve is seeing an increasing number of bug reports for issues caused by Canonical’s repackaging of the Steam client through snap”.\n
    \n
    > “We are not involved with the snap repackaging. It has a lot of issues”, Besset adds, noting that “the best way to install Steam on Debian and derivative operating systems is to […] use the official .deb”.\n
    \n
    > Those who don’t want to use the official Deb package are instead asked to ‘consider the Flatpak version’ — though like Canonical’s Steam snap the Steam Flatpak is also unofficial, and no directly supported by Valve.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 174
  +favouriteCount: 715
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727445675 {#2156
    date: 2024-09-27 16:01:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2150 …}
  +votes: Doctrine\ORM\PersistentCollection {#2153 …}
  +reports: Doctrine\ORM\PersistentCollection {#2149 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
  +badges: Doctrine\ORM\PersistentCollection {#2182 …}
  +children: [
    App\Entity\EntryComment {#1740
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1707 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2463 …}
      +body: """
        I run all headless Linux machines, and snapd always managed to show up somehow. It’s got shared lib dependencies so that shit like Firefox would be installed and have snap mount points on my machine. Just a bunch of useless noisy garbage on a headless machine. I *finally* solved the problem by switching to Debian.\n
        \n
        I don’t care what flatpak does or does not do, IMHO snap sucks objectively.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1705628601 {#1717
        date: 2024-01-19 02:43:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@Solrac@lemmy.world"
        "@OsrsNeedsF2P@lemmy.ml"
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@Solrac@lemmy.world"
        "@OsrsNeedsF2P@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2448 …}
      +nested: Doctrine\ORM\PersistentCollection {#2447 …}
      +votes: Doctrine\ORM\PersistentCollection {#2462 …}
      +reports: Doctrine\ORM\PersistentCollection {#2461 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2460 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2452 …}
      -id: 321079
      -bodyTs: "'alway':9 'bunch':39 'care':60 'debian':56 'depend':20 'final':49 'firefox':25 'flatpak':62 'garbag':43 'got':17 'headless':4,46 'imho':68 'instal':28 'lib':19 'like':24 'linux':5 'machin':6,36,47 'manag':10 'mount':32 'noisi':42 'object':71 'point':33 'problem':52 'run':2 'share':18 'shit':23 'show':12 'snap':31,69 'snapd':8 'solv':50 'somehow':14 'suck':70 'switch':54 'useless':41 'would':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6814982"
      +editedAt: DateTimeImmutable @1726540916 {#1739
        date: 2024-09-17 04:41:56.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705628601 {#1741
        date: 2024-01-19 02:43:21.0 +01:00
      }
      +"title": 321079
    }
  ]
  -id: 31346
  -titleTs: "'canon':1 'caus':6 'headach':7 'snap':4 'steam':3 'valv':9"
  -bodyTs: "'add':58 'also':108 'ask':92 'besset':2,57 'best':62 'bug':28 'canon':34,100 'caus':32 'client':11,40 'consid':94 'deb':78,88 'debian':68 'deriv':70 'direct':112 'engin':5 'flatpak':96,106 'increas':25 'instal':65 'instead':91 'involv':46 'issu':31,56 'like':99 'lot':54 'mastodon':16 'note':59 'number':26 'offici':77,87 'oper':71 'packag':89 'repackag':36,50 'report':29 'reveal':20 'see':23 'snap':42,49,103 'softwar':4 'steam':10,39,66,102,105 'support':113 'system':72 'though':98 'timothé':1 'took':14 'unoffici':109 'use':75,85 'valv':13,21,115 'version':97 'want':83 'way':63 'week':18 'work':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705622669
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/603138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705536269 {#2248
    date: 2024-01-18 01:04:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1707
  +user: Proxies\__CG__\App\Entity\User {#2262 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: Proxies\__CG__\App\Entity\Image {#2151 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2145 …}
  +slug: "Canonical-s-Steam-Snap-is-Causing-Headaches-for-Valve"
  +title: "Canonical's Steam Snap is Causing Headaches for Valve"
  +url: "https://www.omgubuntu.co.uk/2024/01/valve-dont-recommend-ubuntu-steam-snap"
  +body: """
    > Timothée Besset, a software engineer who works on the Steam client for Valve, took to Mastodon this week to reveal: “Valve is seeing an increasing number of bug reports for issues caused by Canonical’s repackaging of the Steam client through snap”.\n
    \n
    > “We are not involved with the snap repackaging. It has a lot of issues”, Besset adds, noting that “the best way to install Steam on Debian and derivative operating systems is to […] use the official .deb”.\n
    \n
    > Those who don’t want to use the official Deb package are instead asked to ‘consider the Flatpak version’ — though like Canonical’s Steam snap the Steam Flatpak is also unofficial, and no directly supported by Valve.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 174
  +favouriteCount: 715
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727445675 {#2156
    date: 2024-09-27 16:01:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2150 …}
  +votes: Doctrine\ORM\PersistentCollection {#2153 …}
  +reports: Doctrine\ORM\PersistentCollection {#2149 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
  +badges: Doctrine\ORM\PersistentCollection {#2182 …}
  +children: [
    App\Entity\EntryComment {#1740
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1707 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2463 …}
      +body: """
        I run all headless Linux machines, and snapd always managed to show up somehow. It’s got shared lib dependencies so that shit like Firefox would be installed and have snap mount points on my machine. Just a bunch of useless noisy garbage on a headless machine. I *finally* solved the problem by switching to Debian.\n
        \n
        I don’t care what flatpak does or does not do, IMHO snap sucks objectively.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1705628601 {#1717
        date: 2024-01-19 02:43:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@Solrac@lemmy.world"
        "@OsrsNeedsF2P@lemmy.ml"
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@Solrac@lemmy.world"
        "@OsrsNeedsF2P@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2448 …}
      +nested: Doctrine\ORM\PersistentCollection {#2447 …}
      +votes: Doctrine\ORM\PersistentCollection {#2462 …}
      +reports: Doctrine\ORM\PersistentCollection {#2461 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2460 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2452 …}
      -id: 321079
      -bodyTs: "'alway':9 'bunch':39 'care':60 'debian':56 'depend':20 'final':49 'firefox':25 'flatpak':62 'garbag':43 'got':17 'headless':4,46 'imho':68 'instal':28 'lib':19 'like':24 'linux':5 'machin':6,36,47 'manag':10 'mount':32 'noisi':42 'object':71 'point':33 'problem':52 'run':2 'share':18 'shit':23 'show':12 'snap':31,69 'snapd':8 'solv':50 'somehow':14 'suck':70 'switch':54 'useless':41 'would':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6814982"
      +editedAt: DateTimeImmutable @1726540916 {#1739
        date: 2024-09-17 04:41:56.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705628601 {#1741
        date: 2024-01-19 02:43:21.0 +01:00
      }
      +"title": 321079
    }
  ]
  -id: 31346
  -titleTs: "'canon':1 'caus':6 'headach':7 'snap':4 'steam':3 'valv':9"
  -bodyTs: "'add':58 'also':108 'ask':92 'besset':2,57 'best':62 'bug':28 'canon':34,100 'caus':32 'client':11,40 'consid':94 'deb':78,88 'debian':68 'deriv':70 'direct':112 'engin':5 'flatpak':96,106 'increas':25 'instal':65 'instead':91 'involv':46 'issu':31,56 'like':99 'lot':54 'mastodon':16 'note':59 'number':26 'offici':77,87 'oper':71 'packag':89 'repackag':36,50 'report':29 'reveal':20 'see':23 'snap':42,49,103 'softwar':4 'steam':10,39,66,102,105 'support':113 'system':72 'though':98 'timothé':1 'took':14 'unoffici':109 'use':75,85 'valv':13,21,115 'version':97 'want':83 'way':63 'week':18 'work':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705622669
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/603138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705536269 {#2248
    date: 2024-01-18 01:04:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1707
  +user: Proxies\__CG__\App\Entity\User {#2262 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: Proxies\__CG__\App\Entity\Image {#2151 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2145 …}
  +slug: "Canonical-s-Steam-Snap-is-Causing-Headaches-for-Valve"
  +title: "Canonical's Steam Snap is Causing Headaches for Valve"
  +url: "https://www.omgubuntu.co.uk/2024/01/valve-dont-recommend-ubuntu-steam-snap"
  +body: """
    > Timothée Besset, a software engineer who works on the Steam client for Valve, took to Mastodon this week to reveal: “Valve is seeing an increasing number of bug reports for issues caused by Canonical’s repackaging of the Steam client through snap”.\n
    \n
    > “We are not involved with the snap repackaging. It has a lot of issues”, Besset adds, noting that “the best way to install Steam on Debian and derivative operating systems is to […] use the official .deb”.\n
    \n
    > Those who don’t want to use the official Deb package are instead asked to ‘consider the Flatpak version’ — though like Canonical’s Steam snap the Steam Flatpak is also unofficial, and no directly supported by Valve.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 174
  +favouriteCount: 715
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727445675 {#2156
    date: 2024-09-27 16:01:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2150 …}
  +votes: Doctrine\ORM\PersistentCollection {#2153 …}
  +reports: Doctrine\ORM\PersistentCollection {#2149 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
  +badges: Doctrine\ORM\PersistentCollection {#2182 …}
  +children: [
    App\Entity\EntryComment {#1740
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1707 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2463 …}
      +body: """
        I run all headless Linux machines, and snapd always managed to show up somehow. It’s got shared lib dependencies so that shit like Firefox would be installed and have snap mount points on my machine. Just a bunch of useless noisy garbage on a headless machine. I *finally* solved the problem by switching to Debian.\n
        \n
        I don’t care what flatpak does or does not do, IMHO snap sucks objectively.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1705628601 {#1717
        date: 2024-01-19 02:43:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@Solrac@lemmy.world"
        "@OsrsNeedsF2P@lemmy.ml"
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@Solrac@lemmy.world"
        "@OsrsNeedsF2P@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2448 …}
      +nested: Doctrine\ORM\PersistentCollection {#2447 …}
      +votes: Doctrine\ORM\PersistentCollection {#2462 …}
      +reports: Doctrine\ORM\PersistentCollection {#2461 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2460 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2452 …}
      -id: 321079
      -bodyTs: "'alway':9 'bunch':39 'care':60 'debian':56 'depend':20 'final':49 'firefox':25 'flatpak':62 'garbag':43 'got':17 'headless':4,46 'imho':68 'instal':28 'lib':19 'like':24 'linux':5 'machin':6,36,47 'manag':10 'mount':32 'noisi':42 'object':71 'point':33 'problem':52 'run':2 'share':18 'shit':23 'show':12 'snap':31,69 'snapd':8 'solv':50 'somehow':14 'suck':70 'switch':54 'useless':41 'would':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6814982"
      +editedAt: DateTimeImmutable @1726540916 {#1739
        date: 2024-09-17 04:41:56.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705628601 {#1741
        date: 2024-01-19 02:43:21.0 +01:00
      }
      +"title": 321079
    }
  ]
  -id: 31346
  -titleTs: "'canon':1 'caus':6 'headach':7 'snap':4 'steam':3 'valv':9"
  -bodyTs: "'add':58 'also':108 'ask':92 'besset':2,57 'best':62 'bug':28 'canon':34,100 'caus':32 'client':11,40 'consid':94 'deb':78,88 'debian':68 'deriv':70 'direct':112 'engin':5 'flatpak':96,106 'increas':25 'instal':65 'instead':91 'involv':46 'issu':31,56 'like':99 'lot':54 'mastodon':16 'note':59 'number':26 'offici':77,87 'oper':71 'packag':89 'repackag':36,50 'report':29 'reveal':20 'see':23 'snap':42,49,103 'softwar':4 'steam':10,39,66,102,105 'support':113 'system':72 'though':98 'timothé':1 'took':14 'unoffici':109 'use':75,85 'valv':13,21,115 'version':97 'want':83 'way':63 'week':18 'work':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705622669
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/603138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705536269 {#2248
    date: 2024-01-18 01:04:29.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#1740
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1707
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
    +image: Proxies\__CG__\App\Entity\Image {#2151 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2145 …}
    +slug: "Canonical-s-Steam-Snap-is-Causing-Headaches-for-Valve"
    +title: "Canonical's Steam Snap is Causing Headaches for Valve"
    +url: "https://www.omgubuntu.co.uk/2024/01/valve-dont-recommend-ubuntu-steam-snap"
    +body: """
      > Timothée Besset, a software engineer who works on the Steam client for Valve, took to Mastodon this week to reveal: “Valve is seeing an increasing number of bug reports for issues caused by Canonical’s repackaging of the Steam client through snap”.\n
      \n
      > “We are not involved with the snap repackaging. It has a lot of issues”, Besset adds, noting that “the best way to install Steam on Debian and derivative operating systems is to […] use the official .deb”.\n
      \n
      > Those who don’t want to use the official Deb package are instead asked to ‘consider the Flatpak version’ — though like Canonical’s Steam snap the Steam Flatpak is also unofficial, and no directly supported by Valve.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 174
    +favouriteCount: 715
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727445675 {#2156
      date: 2024-09-27 16:01:15.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2150 …}
    +votes: Doctrine\ORM\PersistentCollection {#2153 …}
    +reports: Doctrine\ORM\PersistentCollection {#2149 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
    +badges: Doctrine\ORM\PersistentCollection {#2182 …}
    +children: [
      App\Entity\EntryComment {#1740}
    ]
    -id: 31346
    -titleTs: "'canon':1 'caus':6 'headach':7 'snap':4 'steam':3 'valv':9"
    -bodyTs: "'add':58 'also':108 'ask':92 'besset':2,57 'best':62 'bug':28 'canon':34,100 'caus':32 'client':11,40 'consid':94 'deb':78,88 'debian':68 'deriv':70 'direct':112 'engin':5 'flatpak':96,106 'increas':25 'instal':65 'instead':91 'involv':46 'issu':31,56 'like':99 'lot':54 'mastodon':16 'note':59 'number':26 'offici':77,87 'oper':71 'packag':89 'repackag':36,50 'report':29 'reveal':20 'see':23 'snap':42,49,103 'softwar':4 'steam':10,39,66,102,105 'support':113 'system':72 'though':98 'timothé':1 'took':14 'unoffici':109 'use':75,85 'valv':13,21,115 'version':97 'want':83 'way':63 'week':18 'work':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705622669
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/603138"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705536269 {#2248
      date: 2024-01-18 01:04:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2463 …}
  +body: """
    I run all headless Linux machines, and snapd always managed to show up somehow. It’s got shared lib dependencies so that shit like Firefox would be installed and have snap mount points on my machine. Just a bunch of useless noisy garbage on a headless machine. I *finally* solved the problem by switching to Debian.\n
    \n
    I don’t care what flatpak does or does not do, IMHO snap sucks objectively.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1705628601 {#1717
    date: 2024-01-19 02:43:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@Solrac@lemmy.world"
    "@OsrsNeedsF2P@lemmy.ml"
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@Solrac@lemmy.world"
    "@OsrsNeedsF2P@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2448 …}
  +nested: Doctrine\ORM\PersistentCollection {#2447 …}
  +votes: Doctrine\ORM\PersistentCollection {#2462 …}
  +reports: Doctrine\ORM\PersistentCollection {#2461 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2460 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2452 …}
  -id: 321079
  -bodyTs: "'alway':9 'bunch':39 'care':60 'debian':56 'depend':20 'final':49 'firefox':25 'flatpak':62 'garbag':43 'got':17 'headless':4,46 'imho':68 'instal':28 'lib':19 'like':24 'linux':5 'machin':6,36,47 'manag':10 'mount':32 'noisi':42 'object':71 'point':33 'problem':52 'run':2 'share':18 'shit':23 'show':12 'snap':31,69 'snapd':8 'solv':50 'somehow':14 'suck':70 'switch':54 'useless':41 'would':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6814982"
  +editedAt: DateTimeImmutable @1726540916 {#1739
    date: 2024-09-17 04:41:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705628601 {#1741
    date: 2024-01-19 02:43:21.0 +01:00
  }
  +"title": 321079
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\EntryComment {#1740
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1707
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
    +image: Proxies\__CG__\App\Entity\Image {#2151 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2145 …}
    +slug: "Canonical-s-Steam-Snap-is-Causing-Headaches-for-Valve"
    +title: "Canonical's Steam Snap is Causing Headaches for Valve"
    +url: "https://www.omgubuntu.co.uk/2024/01/valve-dont-recommend-ubuntu-steam-snap"
    +body: """
      > Timothée Besset, a software engineer who works on the Steam client for Valve, took to Mastodon this week to reveal: “Valve is seeing an increasing number of bug reports for issues caused by Canonical’s repackaging of the Steam client through snap”.\n
      \n
      > “We are not involved with the snap repackaging. It has a lot of issues”, Besset adds, noting that “the best way to install Steam on Debian and derivative operating systems is to […] use the official .deb”.\n
      \n
      > Those who don’t want to use the official Deb package are instead asked to ‘consider the Flatpak version’ — though like Canonical’s Steam snap the Steam Flatpak is also unofficial, and no directly supported by Valve.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 174
    +favouriteCount: 715
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727445675 {#2156
      date: 2024-09-27 16:01:15.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2150 …}
    +votes: Doctrine\ORM\PersistentCollection {#2153 …}
    +reports: Doctrine\ORM\PersistentCollection {#2149 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
    +badges: Doctrine\ORM\PersistentCollection {#2182 …}
    +children: [
      App\Entity\EntryComment {#1740}
    ]
    -id: 31346
    -titleTs: "'canon':1 'caus':6 'headach':7 'snap':4 'steam':3 'valv':9"
    -bodyTs: "'add':58 'also':108 'ask':92 'besset':2,57 'best':62 'bug':28 'canon':34,100 'caus':32 'client':11,40 'consid':94 'deb':78,88 'debian':68 'deriv':70 'direct':112 'engin':5 'flatpak':96,106 'increas':25 'instal':65 'instead':91 'involv':46 'issu':31,56 'like':99 'lot':54 'mastodon':16 'note':59 'number':26 'offici':77,87 'oper':71 'packag':89 'repackag':36,50 'report':29 'reveal':20 'see':23 'snap':42,49,103 'softwar':4 'steam':10,39,66,102,105 'support':113 'system':72 'though':98 'timothé':1 'took':14 'unoffici':109 'use':75,85 'valv':13,21,115 'version':97 'want':83 'way':63 'week':18 'work':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705622669
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/603138"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705536269 {#2248
      date: 2024-01-18 01:04:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2463 …}
  +body: """
    I run all headless Linux machines, and snapd always managed to show up somehow. It’s got shared lib dependencies so that shit like Firefox would be installed and have snap mount points on my machine. Just a bunch of useless noisy garbage on a headless machine. I *finally* solved the problem by switching to Debian.\n
    \n
    I don’t care what flatpak does or does not do, IMHO snap sucks objectively.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1705628601 {#1717
    date: 2024-01-19 02:43:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@Solrac@lemmy.world"
    "@OsrsNeedsF2P@lemmy.ml"
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@Solrac@lemmy.world"
    "@OsrsNeedsF2P@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2448 …}
  +nested: Doctrine\ORM\PersistentCollection {#2447 …}
  +votes: Doctrine\ORM\PersistentCollection {#2462 …}
  +reports: Doctrine\ORM\PersistentCollection {#2461 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2460 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2452 …}
  -id: 321079
  -bodyTs: "'alway':9 'bunch':39 'care':60 'debian':56 'depend':20 'final':49 'firefox':25 'flatpak':62 'garbag':43 'got':17 'headless':4,46 'imho':68 'instal':28 'lib':19 'like':24 'linux':5 'machin':6,36,47 'manag':10 'mount':32 'noisi':42 'object':71 'point':33 'problem':52 'run':2 'share':18 'shit':23 'show':12 'snap':31,69 'snapd':8 'solv':50 'somehow':14 'suck':70 'switch':54 'useless':41 'would':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6814982"
  +editedAt: DateTimeImmutable @1726540916 {#1739
    date: 2024-09-17 04:41:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705628601 {#1741
    date: 2024-01-19 02:43:21.0 +01:00
  }
  +"title": 321079
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\EntryComment {#1740
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1707
    +user: Proxies\__CG__\App\Entity\User {#2262 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
    +image: Proxies\__CG__\App\Entity\Image {#2151 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2145 …}
    +slug: "Canonical-s-Steam-Snap-is-Causing-Headaches-for-Valve"
    +title: "Canonical's Steam Snap is Causing Headaches for Valve"
    +url: "https://www.omgubuntu.co.uk/2024/01/valve-dont-recommend-ubuntu-steam-snap"
    +body: """
      > Timothée Besset, a software engineer who works on the Steam client for Valve, took to Mastodon this week to reveal: “Valve is seeing an increasing number of bug reports for issues caused by Canonical’s repackaging of the Steam client through snap”.\n
      \n
      > “We are not involved with the snap repackaging. It has a lot of issues”, Besset adds, noting that “the best way to install Steam on Debian and derivative operating systems is to […] use the official .deb”.\n
      \n
      > Those who don’t want to use the official Deb package are instead asked to ‘consider the Flatpak version’ — though like Canonical’s Steam snap the Steam Flatpak is also unofficial, and no directly supported by Valve.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 174
    +favouriteCount: 715
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727445675 {#2156
      date: 2024-09-27 16:01:15.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2150 …}
    +votes: Doctrine\ORM\PersistentCollection {#2153 …}
    +reports: Doctrine\ORM\PersistentCollection {#2149 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2185 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2179 …}
    +badges: Doctrine\ORM\PersistentCollection {#2182 …}
    +children: [
      App\Entity\EntryComment {#1740}
    ]
    -id: 31346
    -titleTs: "'canon':1 'caus':6 'headach':7 'snap':4 'steam':3 'valv':9"
    -bodyTs: "'add':58 'also':108 'ask':92 'besset':2,57 'best':62 'bug':28 'canon':34,100 'caus':32 'client':11,40 'consid':94 'deb':78,88 'debian':68 'deriv':70 'direct':112 'engin':5 'flatpak':96,106 'increas':25 'instal':65 'instead':91 'involv':46 'issu':31,56 'like':99 'lot':54 'mastodon':16 'note':59 'number':26 'offici':77,87 'oper':71 'packag':89 'repackag':36,50 'report':29 'reveal':20 'see':23 'snap':42,49,103 'softwar':4 'steam':10,39,66,102,105 'support':113 'system':72 'though':98 'timothé':1 'took':14 'unoffici':109 'use':75,85 'valv':13,21,115 'version':97 'want':83 'way':63 'week':18 'work':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705622669
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/603138"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705536269 {#2248
      date: 2024-01-18 01:04:29.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2465 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2464 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2463 …}
  +body: """
    I run all headless Linux machines, and snapd always managed to show up somehow. It’s got shared lib dependencies so that shit like Firefox would be installed and have snap mount points on my machine. Just a bunch of useless noisy garbage on a headless machine. I *finally* solved the problem by switching to Debian.\n
    \n
    I don’t care what flatpak does or does not do, IMHO snap sucks objectively.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1705628601 {#1717
    date: 2024-01-19 02:43:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@Solrac@lemmy.world"
    "@OsrsNeedsF2P@lemmy.ml"
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@Solrac@lemmy.world"
    "@OsrsNeedsF2P@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2448 …}
  +nested: Doctrine\ORM\PersistentCollection {#2447 …}
  +votes: Doctrine\ORM\PersistentCollection {#2462 …}
  +reports: Doctrine\ORM\PersistentCollection {#2461 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2460 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2452 …}
  -id: 321079
  -bodyTs: "'alway':9 'bunch':39 'care':60 'debian':56 'depend':20 'final':49 'firefox':25 'flatpak':62 'garbag':43 'got':17 'headless':4,46 'imho':68 'instal':28 'lib':19 'like':24 'linux':5 'machin':6,36,47 'manag':10 'mount':32 'noisi':42 'object':71 'point':33 'problem':52 'run':2 'share':18 'shit':23 'show':12 'snap':31,69 'snapd':8 'solv':50 'somehow':14 'suck':70 'switch':54 'useless':41 'would':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6814982"
  +editedAt: DateTimeImmutable @1726540916 {#1739
    date: 2024-09-17 04:41:56.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705628601 {#1741
    date: 2024-01-19 02:43:21.0 +01:00
  }
  +"title": 321079
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#2177 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2174 …}
  +slug: "Another-successful-Honeywell-T6-install"
  +title: "Another successful Honeywell T6 install"
  +url: "https://lemmy.ca/pictrs/image/725edbe9-9d87-4169-a62e-d47efaab6872.jpeg"
  +body: """
    ![](https://lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)\n
    \n
    > Here we go. The setup was pretty trivial. The setup for the Zooz GPIO Z-Wave adapter for Yellow was trivial. Adding the T6 was trivial too. I had to install 2x Z-Wave smart plugs to extend the network from where the Yellow is to where the thermostat is. I used Leviton Z-Wave smart plugs. Finally I added the automation I wanted this whole thing for. Seems to work ™\n
    > \n
    > The only downside I can see so far is that the T6 doesn’t support multi-speed fan (G1/G2/G3 wiring) so I had to choose one of the speeds while wiring and I can’t use the rest. From what I can tell Ecobee seems to be able to use G1/2/3 but I’m not ready to give up on the ethernet-independent operation T6 and Z-Wave allow to have multiple fan speeds.\n
    > \n
    > Does anyone know if there’s a (non-retail) variant of the T6 that supports multi-speed fan?\n
    \n
    I needed some thermostat automation done and I stumbled upon [this thread.](https://community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022) I just attempted this and it went about as smoothly as I can imagine. If you’re also in need of an offline solution, the Z-Wave version of the Honeywell T6 seems to do the job.\n
    \n
    #homeassistant #zwave #thermostat #homeautomation
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 119
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719276364 {#2172
    date: 2024-06-25 02:46:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2178 …}
  +votes: Doctrine\ORM\PersistentCollection {#2183 …}
  +reports: Doctrine\ORM\PersistentCollection {#2168 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2038 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1988 …}
  +badges: Doctrine\ORM\PersistentCollection {#2003 …}
  +children: [
    App\Entity\EntryComment {#1730
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: null
      +root: null
      +body: "Yo dawg, I heard you like wall plates."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 44
      +score: 0
      +lastActive: DateTime @1704636924 {#1619
        date: 2024-01-07 15:15:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lightrush@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 288706
      -bodyTs: "'dawg':2 'heard':4 'like':6 'plate':8 'wall':7 'yo':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6476048"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704636924 {#1726
        date: 2024-01-07 15:15:24.0 +01:00
      }
      +"title": 288706
    }
  ]
  -id: 27764
  -titleTs: "'anoth':1 'honeywel':3 'instal':5 'success':2 't6':4"
  -bodyTs: "'/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':3 '/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':189 '2x':36 'abl':126 'ad':26,66 'adapt':21 'allow':149 'also':207 'anyon':156 'attempt':192 'autom':68,179 'choos':103 'community.home-assistant.io':188 'community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':187 'doesn':90 'done':180 'downsid':80 'ecobe':122 'ethernet':141 'ethernet-independ':140 'extend':43 'fan':96,153,174 'far':85 'final':64 'g1/2/3':129 'g1/g2/g3':97 'give':136 'go':6 'gpio':17 'homeassist':228 'homeautom':231 'honeywel':221 'imagin':203 'independ':142 'instal':35 'job':227 'know':157 'lemmy.ca':2 'lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':1 'leviton':58 'm':132 'multi':94,172 'multi-spe':93,171 'multipl':152 'need':176,209 'network':45 'non':163 'non-retail':162 'offlin':212 'one':104 'oper':143 'plug':41,63 'pretti':10 're':206 'readi':134 'rest':116 'retail':164 'see':83 'seem':75,123,223 'setup':8,13 'smart':40,62 'smooth':199 'solut':213 'speed':95,107,154,173 'stumbl':183 'support':92,170 't6':28,89,144,168,222 'tell':121 'thermostat':54,178,230 'thing':73 'thread':186 'trivial':11,25,30 'upon':184 'use':57,114,128 'variant':165 'version':218 'want':70 'wave':20,39,61,148,217 'went':196 'whole':72 'wire':98,109 'work':77 'yellow':23,49 'z':19,38,60,147,216 'z-wave':18,37,59,146,215 'zooz':16 'zwave':229"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704684169
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12804622"
  +editedAt: DateTimeImmutable @1712623827 {#2147
    date: 2024-04-09 02:50:27.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704597769 {#2250
    date: 2024-01-07 04:22:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#2177 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2174 …}
  +slug: "Another-successful-Honeywell-T6-install"
  +title: "Another successful Honeywell T6 install"
  +url: "https://lemmy.ca/pictrs/image/725edbe9-9d87-4169-a62e-d47efaab6872.jpeg"
  +body: """
    ![](https://lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)\n
    \n
    > Here we go. The setup was pretty trivial. The setup for the Zooz GPIO Z-Wave adapter for Yellow was trivial. Adding the T6 was trivial too. I had to install 2x Z-Wave smart plugs to extend the network from where the Yellow is to where the thermostat is. I used Leviton Z-Wave smart plugs. Finally I added the automation I wanted this whole thing for. Seems to work ™\n
    > \n
    > The only downside I can see so far is that the T6 doesn’t support multi-speed fan (G1/G2/G3 wiring) so I had to choose one of the speeds while wiring and I can’t use the rest. From what I can tell Ecobee seems to be able to use G1/2/3 but I’m not ready to give up on the ethernet-independent operation T6 and Z-Wave allow to have multiple fan speeds.\n
    > \n
    > Does anyone know if there’s a (non-retail) variant of the T6 that supports multi-speed fan?\n
    \n
    I needed some thermostat automation done and I stumbled upon [this thread.](https://community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022) I just attempted this and it went about as smoothly as I can imagine. If you’re also in need of an offline solution, the Z-Wave version of the Honeywell T6 seems to do the job.\n
    \n
    #homeassistant #zwave #thermostat #homeautomation
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 119
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719276364 {#2172
    date: 2024-06-25 02:46:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2178 …}
  +votes: Doctrine\ORM\PersistentCollection {#2183 …}
  +reports: Doctrine\ORM\PersistentCollection {#2168 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2038 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1988 …}
  +badges: Doctrine\ORM\PersistentCollection {#2003 …}
  +children: [
    App\Entity\EntryComment {#1730
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: null
      +root: null
      +body: "Yo dawg, I heard you like wall plates."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 44
      +score: 0
      +lastActive: DateTime @1704636924 {#1619
        date: 2024-01-07 15:15:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lightrush@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 288706
      -bodyTs: "'dawg':2 'heard':4 'like':6 'plate':8 'wall':7 'yo':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6476048"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704636924 {#1726
        date: 2024-01-07 15:15:24.0 +01:00
      }
      +"title": 288706
    }
  ]
  -id: 27764
  -titleTs: "'anoth':1 'honeywel':3 'instal':5 'success':2 't6':4"
  -bodyTs: "'/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':3 '/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':189 '2x':36 'abl':126 'ad':26,66 'adapt':21 'allow':149 'also':207 'anyon':156 'attempt':192 'autom':68,179 'choos':103 'community.home-assistant.io':188 'community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':187 'doesn':90 'done':180 'downsid':80 'ecobe':122 'ethernet':141 'ethernet-independ':140 'extend':43 'fan':96,153,174 'far':85 'final':64 'g1/2/3':129 'g1/g2/g3':97 'give':136 'go':6 'gpio':17 'homeassist':228 'homeautom':231 'honeywel':221 'imagin':203 'independ':142 'instal':35 'job':227 'know':157 'lemmy.ca':2 'lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':1 'leviton':58 'm':132 'multi':94,172 'multi-spe':93,171 'multipl':152 'need':176,209 'network':45 'non':163 'non-retail':162 'offlin':212 'one':104 'oper':143 'plug':41,63 'pretti':10 're':206 'readi':134 'rest':116 'retail':164 'see':83 'seem':75,123,223 'setup':8,13 'smart':40,62 'smooth':199 'solut':213 'speed':95,107,154,173 'stumbl':183 'support':92,170 't6':28,89,144,168,222 'tell':121 'thermostat':54,178,230 'thing':73 'thread':186 'trivial':11,25,30 'upon':184 'use':57,114,128 'variant':165 'version':218 'want':70 'wave':20,39,61,148,217 'went':196 'whole':72 'wire':98,109 'work':77 'yellow':23,49 'z':19,38,60,147,216 'z-wave':18,37,59,146,215 'zooz':16 'zwave':229"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704684169
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12804622"
  +editedAt: DateTimeImmutable @1712623827 {#2147
    date: 2024-04-09 02:50:27.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704597769 {#2250
    date: 2024-01-07 04:22:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#2177 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2174 …}
  +slug: "Another-successful-Honeywell-T6-install"
  +title: "Another successful Honeywell T6 install"
  +url: "https://lemmy.ca/pictrs/image/725edbe9-9d87-4169-a62e-d47efaab6872.jpeg"
  +body: """
    ![](https://lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)\n
    \n
    > Here we go. The setup was pretty trivial. The setup for the Zooz GPIO Z-Wave adapter for Yellow was trivial. Adding the T6 was trivial too. I had to install 2x Z-Wave smart plugs to extend the network from where the Yellow is to where the thermostat is. I used Leviton Z-Wave smart plugs. Finally I added the automation I wanted this whole thing for. Seems to work ™\n
    > \n
    > The only downside I can see so far is that the T6 doesn’t support multi-speed fan (G1/G2/G3 wiring) so I had to choose one of the speeds while wiring and I can’t use the rest. From what I can tell Ecobee seems to be able to use G1/2/3 but I’m not ready to give up on the ethernet-independent operation T6 and Z-Wave allow to have multiple fan speeds.\n
    > \n
    > Does anyone know if there’s a (non-retail) variant of the T6 that supports multi-speed fan?\n
    \n
    I needed some thermostat automation done and I stumbled upon [this thread.](https://community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022) I just attempted this and it went about as smoothly as I can imagine. If you’re also in need of an offline solution, the Z-Wave version of the Honeywell T6 seems to do the job.\n
    \n
    #homeassistant #zwave #thermostat #homeautomation
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 32
  +favouriteCount: 119
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1719276364 {#2172
    date: 2024-06-25 02:46:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2178 …}
  +votes: Doctrine\ORM\PersistentCollection {#2183 …}
  +reports: Doctrine\ORM\PersistentCollection {#2168 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2038 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1988 …}
  +badges: Doctrine\ORM\PersistentCollection {#2003 …}
  +children: [
    App\Entity\EntryComment {#1730
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: null
      +root: null
      +body: "Yo dawg, I heard you like wall plates."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 44
      +score: 0
      +lastActive: DateTime @1704636924 {#1619
        date: 2024-01-07 15:15:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@lightrush@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 288706
      -bodyTs: "'dawg':2 'heard':4 'like':6 'plate':8 'wall':7 'yo':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6476048"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704636924 {#1726
        date: 2024-01-07 15:15:24.0 +01:00
      }
      +"title": 288706
    }
  ]
  -id: 27764
  -titleTs: "'anoth':1 'honeywel':3 'instal':5 'success':2 't6':4"
  -bodyTs: "'/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':3 '/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':189 '2x':36 'abl':126 'ad':26,66 'adapt':21 'allow':149 'also':207 'anyon':156 'attempt':192 'autom':68,179 'choos':103 'community.home-assistant.io':188 'community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':187 'doesn':90 'done':180 'downsid':80 'ecobe':122 'ethernet':141 'ethernet-independ':140 'extend':43 'fan':96,153,174 'far':85 'final':64 'g1/2/3':129 'g1/g2/g3':97 'give':136 'go':6 'gpio':17 'homeassist':228 'homeautom':231 'honeywel':221 'imagin':203 'independ':142 'instal':35 'job':227 'know':157 'lemmy.ca':2 'lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':1 'leviton':58 'm':132 'multi':94,172 'multi-spe':93,171 'multipl':152 'need':176,209 'network':45 'non':163 'non-retail':162 'offlin':212 'one':104 'oper':143 'plug':41,63 'pretti':10 're':206 'readi':134 'rest':116 'retail':164 'see':83 'seem':75,123,223 'setup':8,13 'smart':40,62 'smooth':199 'solut':213 'speed':95,107,154,173 'stumbl':183 'support':92,170 't6':28,89,144,168,222 'tell':121 'thermostat':54,178,230 'thing':73 'thread':186 'trivial':11,25,30 'upon':184 'use':57,114,128 'variant':165 'version':218 'want':70 'wave':20,39,61,148,217 'went':196 'whole':72 'wire':98,109 'work':77 'yellow':23,49 'z':19,38,60,147,216 'z-wave':18,37,59,146,215 'zooz':16 'zwave':229"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704684169
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12804622"
  +editedAt: DateTimeImmutable @1712623827 {#2147
    date: 2024-04-09 02:50:27.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704597769 {#2250
    date: 2024-01-07 04:22:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
App\Entity\EntryComment {#1730
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#2177 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2174 …}
    +slug: "Another-successful-Honeywell-T6-install"
    +title: "Another successful Honeywell T6 install"
    +url: "https://lemmy.ca/pictrs/image/725edbe9-9d87-4169-a62e-d47efaab6872.jpeg"
    +body: """
      ![](https://lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)\n
      \n
      > Here we go. The setup was pretty trivial. The setup for the Zooz GPIO Z-Wave adapter for Yellow was trivial. Adding the T6 was trivial too. I had to install 2x Z-Wave smart plugs to extend the network from where the Yellow is to where the thermostat is. I used Leviton Z-Wave smart plugs. Finally I added the automation I wanted this whole thing for. Seems to work ™\n
      > \n
      > The only downside I can see so far is that the T6 doesn’t support multi-speed fan (G1/G2/G3 wiring) so I had to choose one of the speeds while wiring and I can’t use the rest. From what I can tell Ecobee seems to be able to use G1/2/3 but I’m not ready to give up on the ethernet-independent operation T6 and Z-Wave allow to have multiple fan speeds.\n
      > \n
      > Does anyone know if there’s a (non-retail) variant of the T6 that supports multi-speed fan?\n
      \n
      I needed some thermostat automation done and I stumbled upon [this thread.](https://community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022) I just attempted this and it went about as smoothly as I can imagine. If you’re also in need of an offline solution, the Z-Wave version of the Honeywell T6 seems to do the job.\n
      \n
      #homeassistant #zwave #thermostat #homeautomation
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 119
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719276364 {#2172
      date: 2024-06-25 02:46:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2178 …}
    +votes: Doctrine\ORM\PersistentCollection {#2183 …}
    +reports: Doctrine\ORM\PersistentCollection {#2168 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2038 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1988 …}
    +badges: Doctrine\ORM\PersistentCollection {#2003 …}
    +children: [
      App\Entity\EntryComment {#1730}
    ]
    -id: 27764
    -titleTs: "'anoth':1 'honeywel':3 'instal':5 'success':2 't6':4"
    -bodyTs: "'/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':3 '/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':189 '2x':36 'abl':126 'ad':26,66 'adapt':21 'allow':149 'also':207 'anyon':156 'attempt':192 'autom':68,179 'choos':103 'community.home-assistant.io':188 'community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':187 'doesn':90 'done':180 'downsid':80 'ecobe':122 'ethernet':141 'ethernet-independ':140 'extend':43 'fan':96,153,174 'far':85 'final':64 'g1/2/3':129 'g1/g2/g3':97 'give':136 'go':6 'gpio':17 'homeassist':228 'homeautom':231 'honeywel':221 'imagin':203 'independ':142 'instal':35 'job':227 'know':157 'lemmy.ca':2 'lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':1 'leviton':58 'm':132 'multi':94,172 'multi-spe':93,171 'multipl':152 'need':176,209 'network':45 'non':163 'non-retail':162 'offlin':212 'one':104 'oper':143 'plug':41,63 'pretti':10 're':206 'readi':134 'rest':116 'retail':164 'see':83 'seem':75,123,223 'setup':8,13 'smart':40,62 'smooth':199 'solut':213 'speed':95,107,154,173 'stumbl':183 'support':92,170 't6':28,89,144,168,222 'tell':121 'thermostat':54,178,230 'thing':73 'thread':186 'trivial':11,25,30 'upon':184 'use':57,114,128 'variant':165 'version':218 'want':70 'wave':20,39,61,148,217 'went':196 'whole':72 'wire':98,109 'work':77 'yellow':23,49 'z':19,38,60,147,216 'z-wave':18,37,59,146,215 'zooz':16 'zwave':229"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704684169
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/12804622"
    +editedAt: DateTimeImmutable @1712623827 {#2147
      date: 2024-04-09 02:50:27.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704597769 {#2250
      date: 2024-01-07 04:22:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: null
  +root: null
  +body: "Yo dawg, I heard you like wall plates."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 44
  +score: 0
  +lastActive: DateTime @1704636924 {#1619
    date: 2024-01-07 15:15:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lightrush@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 288706
  -bodyTs: "'dawg':2 'heard':4 'like':6 'plate':8 'wall':7 'yo':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6476048"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704636924 {#1726
    date: 2024-01-07 15:15:24.0 +01:00
  }
  +"title": 288706
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\EntryComment {#1730
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#2177 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2174 …}
    +slug: "Another-successful-Honeywell-T6-install"
    +title: "Another successful Honeywell T6 install"
    +url: "https://lemmy.ca/pictrs/image/725edbe9-9d87-4169-a62e-d47efaab6872.jpeg"
    +body: """
      ![](https://lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)\n
      \n
      > Here we go. The setup was pretty trivial. The setup for the Zooz GPIO Z-Wave adapter for Yellow was trivial. Adding the T6 was trivial too. I had to install 2x Z-Wave smart plugs to extend the network from where the Yellow is to where the thermostat is. I used Leviton Z-Wave smart plugs. Finally I added the automation I wanted this whole thing for. Seems to work ™\n
      > \n
      > The only downside I can see so far is that the T6 doesn’t support multi-speed fan (G1/G2/G3 wiring) so I had to choose one of the speeds while wiring and I can’t use the rest. From what I can tell Ecobee seems to be able to use G1/2/3 but I’m not ready to give up on the ethernet-independent operation T6 and Z-Wave allow to have multiple fan speeds.\n
      > \n
      > Does anyone know if there’s a (non-retail) variant of the T6 that supports multi-speed fan?\n
      \n
      I needed some thermostat automation done and I stumbled upon [this thread.](https://community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022) I just attempted this and it went about as smoothly as I can imagine. If you’re also in need of an offline solution, the Z-Wave version of the Honeywell T6 seems to do the job.\n
      \n
      #homeassistant #zwave #thermostat #homeautomation
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 119
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719276364 {#2172
      date: 2024-06-25 02:46:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2178 …}
    +votes: Doctrine\ORM\PersistentCollection {#2183 …}
    +reports: Doctrine\ORM\PersistentCollection {#2168 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2038 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1988 …}
    +badges: Doctrine\ORM\PersistentCollection {#2003 …}
    +children: [
      App\Entity\EntryComment {#1730}
    ]
    -id: 27764
    -titleTs: "'anoth':1 'honeywel':3 'instal':5 'success':2 't6':4"
    -bodyTs: "'/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':3 '/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':189 '2x':36 'abl':126 'ad':26,66 'adapt':21 'allow':149 'also':207 'anyon':156 'attempt':192 'autom':68,179 'choos':103 'community.home-assistant.io':188 'community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':187 'doesn':90 'done':180 'downsid':80 'ecobe':122 'ethernet':141 'ethernet-independ':140 'extend':43 'fan':96,153,174 'far':85 'final':64 'g1/2/3':129 'g1/g2/g3':97 'give':136 'go':6 'gpio':17 'homeassist':228 'homeautom':231 'honeywel':221 'imagin':203 'independ':142 'instal':35 'job':227 'know':157 'lemmy.ca':2 'lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':1 'leviton':58 'm':132 'multi':94,172 'multi-spe':93,171 'multipl':152 'need':176,209 'network':45 'non':163 'non-retail':162 'offlin':212 'one':104 'oper':143 'plug':41,63 'pretti':10 're':206 'readi':134 'rest':116 'retail':164 'see':83 'seem':75,123,223 'setup':8,13 'smart':40,62 'smooth':199 'solut':213 'speed':95,107,154,173 'stumbl':183 'support':92,170 't6':28,89,144,168,222 'tell':121 'thermostat':54,178,230 'thing':73 'thread':186 'trivial':11,25,30 'upon':184 'use':57,114,128 'variant':165 'version':218 'want':70 'wave':20,39,61,148,217 'went':196 'whole':72 'wire':98,109 'work':77 'yellow':23,49 'z':19,38,60,147,216 'z-wave':18,37,59,146,215 'zooz':16 'zwave':229"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704684169
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/12804622"
    +editedAt: DateTimeImmutable @1712623827 {#2147
      date: 2024-04-09 02:50:27.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704597769 {#2250
      date: 2024-01-07 04:22:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: null
  +root: null
  +body: "Yo dawg, I heard you like wall plates."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 44
  +score: 0
  +lastActive: DateTime @1704636924 {#1619
    date: 2024-01-07 15:15:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lightrush@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 288706
  -bodyTs: "'dawg':2 'heard':4 'like':6 'plate':8 'wall':7 'yo':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6476048"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704636924 {#1726
    date: 2024-01-07 15:15:24.0 +01:00
  }
  +"title": 288706
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\EntryComment {#1730
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#2177 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2174 …}
    +slug: "Another-successful-Honeywell-T6-install"
    +title: "Another successful Honeywell T6 install"
    +url: "https://lemmy.ca/pictrs/image/725edbe9-9d87-4169-a62e-d47efaab6872.jpeg"
    +body: """
      ![](https://lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)\n
      \n
      > Here we go. The setup was pretty trivial. The setup for the Zooz GPIO Z-Wave adapter for Yellow was trivial. Adding the T6 was trivial too. I had to install 2x Z-Wave smart plugs to extend the network from where the Yellow is to where the thermostat is. I used Leviton Z-Wave smart plugs. Finally I added the automation I wanted this whole thing for. Seems to work ™\n
      > \n
      > The only downside I can see so far is that the T6 doesn’t support multi-speed fan (G1/G2/G3 wiring) so I had to choose one of the speeds while wiring and I can’t use the rest. From what I can tell Ecobee seems to be able to use G1/2/3 but I’m not ready to give up on the ethernet-independent operation T6 and Z-Wave allow to have multiple fan speeds.\n
      > \n
      > Does anyone know if there’s a (non-retail) variant of the T6 that supports multi-speed fan?\n
      \n
      I needed some thermostat automation done and I stumbled upon [this thread.](https://community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022) I just attempted this and it went about as smoothly as I can imagine. If you’re also in need of an offline solution, the Z-Wave version of the Honeywell T6 seems to do the job.\n
      \n
      #homeassistant #zwave #thermostat #homeautomation
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 32
    +favouriteCount: 119
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1719276364 {#2172
      date: 2024-06-25 02:46:04.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2178 …}
    +votes: Doctrine\ORM\PersistentCollection {#2183 …}
    +reports: Doctrine\ORM\PersistentCollection {#2168 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2038 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1988 …}
    +badges: Doctrine\ORM\PersistentCollection {#2003 …}
    +children: [
      App\Entity\EntryComment {#1730}
    ]
    -id: 27764
    -titleTs: "'anoth':1 'honeywel':3 'instal':5 'success':2 't6':4"
    -bodyTs: "'/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':3 '/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':189 '2x':36 'abl':126 'ad':26,66 'adapt':21 'allow':149 'also':207 'anyon':156 'attempt':192 'autom':68,179 'choos':103 'community.home-assistant.io':188 'community.home-assistant.io/t/which-thermostat-is-most-home-assistant-friendly-ecobee/632022)':187 'doesn':90 'done':180 'downsid':80 'ecobe':122 'ethernet':141 'ethernet-independ':140 'extend':43 'fan':96,153,174 'far':85 'final':64 'g1/2/3':129 'g1/g2/g3':97 'give':136 'go':6 'gpio':17 'homeassist':228 'homeautom':231 'honeywel':221 'imagin':203 'independ':142 'instal':35 'job':227 'know':157 'lemmy.ca':2 'lemmy.ca/pictrs/image/245cbb54-5920-43a9-8c0a-312c0cbfc5ca.png)':1 'leviton':58 'm':132 'multi':94,172 'multi-spe':93,171 'multipl':152 'need':176,209 'network':45 'non':163 'non-retail':162 'offlin':212 'one':104 'oper':143 'plug':41,63 'pretti':10 're':206 'readi':134 'rest':116 'retail':164 'see':83 'seem':75,123,223 'setup':8,13 'smart':40,62 'smooth':199 'solut':213 'speed':95,107,154,173 'stumbl':183 'support':92,170 't6':28,89,144,168,222 'tell':121 'thermostat':54,178,230 'thing':73 'thread':186 'trivial':11,25,30 'upon':184 'use':57,114,128 'variant':165 'version':218 'want':70 'wave':20,39,61,148,217 'went':196 'whole':72 'wire':98,109 'work':77 'yellow':23,49 'z':19,38,60,147,216 'z-wave':18,37,59,146,215 'zooz':16 'zwave':229"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704684169
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/12804622"
    +editedAt: DateTimeImmutable @1712623827 {#2147
      date: 2024-04-09 02:50:27.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704597769 {#2250
      date: 2024-01-07 04:22:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: null
  +root: null
  +body: "Yo dawg, I heard you like wall plates."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 44
  +score: 0
  +lastActive: DateTime @1704636924 {#1619
    date: 2024-01-07 15:15:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@lightrush@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 288706
  -bodyTs: "'dawg':2 'heard':4 'like':6 'plate':8 'wall':7 'yo':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6476048"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704636924 {#1726
    date: 2024-01-07 15:15:24.0 +01:00
  }
  +"title": 288706
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1611
  +user: Proxies\__CG__\App\Entity\User {#2158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: Proxies\__CG__\App\Entity\Image {#1993 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1992 …}
  +slug: "California-in-a-nutshell"
  +title: "California in a nutshell"
  +url: "https://lemmy.today/pictrs/image/3fe236f0-ad84-432c-8fb6-3de0ad87bcb1.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 42
  +favouriteCount: 642
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702154500 {#1995
    date: 2023-12-09 21:41:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2001 …}
  +votes: Doctrine\ORM\PersistentCollection {#1999 …}
  +reports: Doctrine\ORM\PersistentCollection {#2004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1989 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1986 …}
  +badges: Doctrine\ORM\PersistentCollection {#2009 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1611 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: null
      +root: null
      +body: "Being colorblind sucks."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1702092561 {#1629
        date: 2023-12-09 04:29:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MacNCheezus@lemmy.today"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 212678
      -bodyTs: "'colorblind':2 'suck':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5912133"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702092561 {#1630
        date: 2023-12-09 04:29:21.0 +01:00
      }
      +"title": 212678
    }
  ]
  -id: 21033
  -titleTs: "'california':1 'nutshel':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702093697
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/3887459"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702007297 {#2176
    date: 2023-12-08 04:48:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1611
  +user: Proxies\__CG__\App\Entity\User {#2158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: Proxies\__CG__\App\Entity\Image {#1993 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1992 …}
  +slug: "California-in-a-nutshell"
  +title: "California in a nutshell"
  +url: "https://lemmy.today/pictrs/image/3fe236f0-ad84-432c-8fb6-3de0ad87bcb1.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 42
  +favouriteCount: 642
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702154500 {#1995
    date: 2023-12-09 21:41:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2001 …}
  +votes: Doctrine\ORM\PersistentCollection {#1999 …}
  +reports: Doctrine\ORM\PersistentCollection {#2004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1989 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1986 …}
  +badges: Doctrine\ORM\PersistentCollection {#2009 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1611 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: null
      +root: null
      +body: "Being colorblind sucks."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1702092561 {#1629
        date: 2023-12-09 04:29:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MacNCheezus@lemmy.today"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 212678
      -bodyTs: "'colorblind':2 'suck':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5912133"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702092561 {#1630
        date: 2023-12-09 04:29:21.0 +01:00
      }
      +"title": 212678
    }
  ]
  -id: 21033
  -titleTs: "'california':1 'nutshel':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702093697
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/3887459"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702007297 {#2176
    date: 2023-12-08 04:48:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1611
  +user: Proxies\__CG__\App\Entity\User {#2158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: Proxies\__CG__\App\Entity\Image {#1993 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1992 …}
  +slug: "California-in-a-nutshell"
  +title: "California in a nutshell"
  +url: "https://lemmy.today/pictrs/image/3fe236f0-ad84-432c-8fb6-3de0ad87bcb1.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 42
  +favouriteCount: 642
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702154500 {#1995
    date: 2023-12-09 21:41:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2001 …}
  +votes: Doctrine\ORM\PersistentCollection {#1999 …}
  +reports: Doctrine\ORM\PersistentCollection {#2004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1989 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1986 …}
  +badges: Doctrine\ORM\PersistentCollection {#2009 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1611 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: null
      +root: null
      +body: "Being colorblind sucks."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1702092561 {#1629
        date: 2023-12-09 04:29:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MacNCheezus@lemmy.today"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 212678
      -bodyTs: "'colorblind':2 'suck':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5912133"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702092561 {#1630
        date: 2023-12-09 04:29:21.0 +01:00
      }
      +"title": 212678
    }
  ]
  -id: 21033
  -titleTs: "'california':1 'nutshel':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702093697
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/3887459"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702007297 {#2176
    date: 2023-12-08 04:48:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1611
    +user: Proxies\__CG__\App\Entity\User {#2158 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: Proxies\__CG__\App\Entity\Image {#1993 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1992 …}
    +slug: "California-in-a-nutshell"
    +title: "California in a nutshell"
    +url: "https://lemmy.today/pictrs/image/3fe236f0-ad84-432c-8fb6-3de0ad87bcb1.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 42
    +favouriteCount: 642
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702154500 {#1995
      date: 2023-12-09 21:41:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2001 …}
    +votes: Doctrine\ORM\PersistentCollection {#1999 …}
    +reports: Doctrine\ORM\PersistentCollection {#2004 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1989 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1986 …}
    +badges: Doctrine\ORM\PersistentCollection {#2009 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 21033
    -titleTs: "'california':1 'nutshel':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702093697
    +visibility: "visible             "
    +apId: "https://lemmy.today/post/3887459"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702007297 {#2176
      date: 2023-12-08 04:48:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: null
  +root: null
  +body: "Being colorblind sucks."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1702092561 {#1629
    date: 2023-12-09 04:29:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MacNCheezus@lemmy.today"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 212678
  -bodyTs: "'colorblind':2 'suck':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5912133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702092561 {#1630
    date: 2023-12-09 04:29:21.0 +01:00
  }
  +"title": 212678
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1611
    +user: Proxies\__CG__\App\Entity\User {#2158 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: Proxies\__CG__\App\Entity\Image {#1993 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1992 …}
    +slug: "California-in-a-nutshell"
    +title: "California in a nutshell"
    +url: "https://lemmy.today/pictrs/image/3fe236f0-ad84-432c-8fb6-3de0ad87bcb1.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 42
    +favouriteCount: 642
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702154500 {#1995
      date: 2023-12-09 21:41:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2001 …}
    +votes: Doctrine\ORM\PersistentCollection {#1999 …}
    +reports: Doctrine\ORM\PersistentCollection {#2004 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1989 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1986 …}
    +badges: Doctrine\ORM\PersistentCollection {#2009 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 21033
    -titleTs: "'california':1 'nutshel':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702093697
    +visibility: "visible             "
    +apId: "https://lemmy.today/post/3887459"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702007297 {#2176
      date: 2023-12-08 04:48:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: null
  +root: null
  +body: "Being colorblind sucks."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1702092561 {#1629
    date: 2023-12-09 04:29:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MacNCheezus@lemmy.today"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 212678
  -bodyTs: "'colorblind':2 'suck':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5912133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702092561 {#1630
    date: 2023-12-09 04:29:21.0 +01:00
  }
  +"title": 212678
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1611
    +user: Proxies\__CG__\App\Entity\User {#2158 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: Proxies\__CG__\App\Entity\Image {#1993 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1992 …}
    +slug: "California-in-a-nutshell"
    +title: "California in a nutshell"
    +url: "https://lemmy.today/pictrs/image/3fe236f0-ad84-432c-8fb6-3de0ad87bcb1.png"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 42
    +favouriteCount: 642
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702154500 {#1995
      date: 2023-12-09 21:41:40.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2001 …}
    +votes: Doctrine\ORM\PersistentCollection {#1999 …}
    +reports: Doctrine\ORM\PersistentCollection {#2004 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1989 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1986 …}
    +badges: Doctrine\ORM\PersistentCollection {#2009 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 21033
    -titleTs: "'california':1 'nutshel':4"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702093697
    +visibility: "visible             "
    +apId: "https://lemmy.today/post/3887459"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702007297 {#2176
      date: 2023-12-08 04:48:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: null
  +root: null
  +body: "Being colorblind sucks."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1702092561 {#1629
    date: 2023-12-09 04:29:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MacNCheezus@lemmy.today"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 212678
  -bodyTs: "'colorblind':2 'suck':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5912133"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702092561 {#1630
    date: 2023-12-09 04:29:21.0 +01:00
  }
  +"title": 212678
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#2345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#2187 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
  +slug: "Need-to-switch-to-Hanna-Montana-Linux-now"
  +title: "Need to switch to Hanna Montana Linux now"
  +url: "https://lemmy.ml/pictrs/image/1c7918f6-ee78-4a51-b48c-ef31475e17c9.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 85
  +favouriteCount: 631
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701102561 {#1991
    date: 2023-11-27 17:29:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1981 …}
  +votes: Doctrine\ORM\PersistentCollection {#1982 …}
  +reports: Doctrine\ORM\PersistentCollection {#1980 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2374 …}
  +badges: Doctrine\ORM\PersistentCollection {#2362 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1620 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +body: "Debian 12 is the best destination after Ubuntu if you’re switching because you hate stupid Canonical things. I switched a few months ago and it was really easy and has been awesome."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 48
      +score: 0
      +lastActive: DateTime @1700323803 {#1557
        date: 2023-11-18 17:10:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@EfreetSK@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1723 …}
      +votes: Doctrine\ORM\PersistentCollection {#1731 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
      -id: 137161
      -bodyTs: "'12':2 'ago':24 'awesom':33 'best':5 'canon':17 'debian':1 'destin':6 'easi':29 'hate':15 'month':23 're':11 'realli':28 'stupid':16 'switch':12,20 'thing':18 'ubuntu':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5406932"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700323803 {#1555
        date: 2023-11-18 17:10:03.0 +01:00
      }
      +"title": 137161
    }
  ]
  -id: 14147
  -titleTs: "'hanna':5 'linux':7 'montana':6 'need':1 'switch':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700405181
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8139639"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700318781 {#1998
    date: 2023-11-18 15:46:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#2345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#2187 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
  +slug: "Need-to-switch-to-Hanna-Montana-Linux-now"
  +title: "Need to switch to Hanna Montana Linux now"
  +url: "https://lemmy.ml/pictrs/image/1c7918f6-ee78-4a51-b48c-ef31475e17c9.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 85
  +favouriteCount: 631
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701102561 {#1991
    date: 2023-11-27 17:29:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1981 …}
  +votes: Doctrine\ORM\PersistentCollection {#1982 …}
  +reports: Doctrine\ORM\PersistentCollection {#1980 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2374 …}
  +badges: Doctrine\ORM\PersistentCollection {#2362 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1620 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +body: "Debian 12 is the best destination after Ubuntu if you’re switching because you hate stupid Canonical things. I switched a few months ago and it was really easy and has been awesome."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 48
      +score: 0
      +lastActive: DateTime @1700323803 {#1557
        date: 2023-11-18 17:10:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@EfreetSK@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1723 …}
      +votes: Doctrine\ORM\PersistentCollection {#1731 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
      -id: 137161
      -bodyTs: "'12':2 'ago':24 'awesom':33 'best':5 'canon':17 'debian':1 'destin':6 'easi':29 'hate':15 'month':23 're':11 'realli':28 'stupid':16 'switch':12,20 'thing':18 'ubuntu':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5406932"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700323803 {#1555
        date: 2023-11-18 17:10:03.0 +01:00
      }
      +"title": 137161
    }
  ]
  -id: 14147
  -titleTs: "'hanna':5 'linux':7 'montana':6 'need':1 'switch':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700405181
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8139639"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700318781 {#1998
    date: 2023-11-18 15:46:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#2345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#2187 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
  +slug: "Need-to-switch-to-Hanna-Montana-Linux-now"
  +title: "Need to switch to Hanna Montana Linux now"
  +url: "https://lemmy.ml/pictrs/image/1c7918f6-ee78-4a51-b48c-ef31475e17c9.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 85
  +favouriteCount: 631
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701102561 {#1991
    date: 2023-11-27 17:29:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1981 …}
  +votes: Doctrine\ORM\PersistentCollection {#1982 …}
  +reports: Doctrine\ORM\PersistentCollection {#1980 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2374 …}
  +badges: Doctrine\ORM\PersistentCollection {#2362 …}
  +children: [
    App\Entity\EntryComment {#1621
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1620 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +body: "Debian 12 is the best destination after Ubuntu if you’re switching because you hate stupid Canonical things. I switched a few months ago and it was really easy and has been awesome."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 48
      +score: 0
      +lastActive: DateTime @1700323803 {#1557
        date: 2023-11-18 17:10:03.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
        "@EfreetSK@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1721 …}
      +nested: Doctrine\ORM\PersistentCollection {#1723 …}
      +votes: Doctrine\ORM\PersistentCollection {#1731 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
      -id: 137161
      -bodyTs: "'12':2 'ago':24 'awesom':33 'best':5 'canon':17 'debian':1 'destin':6 'easi':29 'hate':15 'month':23 're':11 'realli':28 'stupid':16 'switch':12,20 'thing':18 'ubuntu':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5406932"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700323803 {#1555
        date: 2023-11-18 17:10:03.0 +01:00
      }
      +"title": 137161
    }
  ]
  -id: 14147
  -titleTs: "'hanna':5 'linux':7 'montana':6 'need':1 'switch':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700405181
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8139639"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700318781 {#1998
    date: 2023-11-18 15:46:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1620
    +user: Proxies\__CG__\App\Entity\User {#2345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#2187 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
    +slug: "Need-to-switch-to-Hanna-Montana-Linux-now"
    +title: "Need to switch to Hanna Montana Linux now"
    +url: "https://lemmy.ml/pictrs/image/1c7918f6-ee78-4a51-b48c-ef31475e17c9.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 85
    +favouriteCount: 631
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701102561 {#1991
      date: 2023-11-27 17:29:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1981 …}
    +votes: Doctrine\ORM\PersistentCollection {#1982 …}
    +reports: Doctrine\ORM\PersistentCollection {#1980 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2375 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2374 …}
    +badges: Doctrine\ORM\PersistentCollection {#2362 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 14147
    -titleTs: "'hanna':5 'linux':7 'montana':6 'need':1 'switch':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700405181
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8139639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700318781 {#1998
      date: 2023-11-18 15:46:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +body: "Debian 12 is the best destination after Ubuntu if you’re switching because you hate stupid Canonical things. I switched a few months ago and it was really easy and has been awesome."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 48
  +score: 0
  +lastActive: DateTime @1700323803 {#1557
    date: 2023-11-18 17:10:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@EfreetSK@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1731 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  -id: 137161
  -bodyTs: "'12':2 'ago':24 'awesom':33 'best':5 'canon':17 'debian':1 'destin':6 'easi':29 'hate':15 'month':23 're':11 'realli':28 'stupid':16 'switch':12,20 'thing':18 'ubuntu':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5406932"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700323803 {#1555
    date: 2023-11-18 17:10:03.0 +01:00
  }
  +"title": 137161
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1620
    +user: Proxies\__CG__\App\Entity\User {#2345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#2187 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
    +slug: "Need-to-switch-to-Hanna-Montana-Linux-now"
    +title: "Need to switch to Hanna Montana Linux now"
    +url: "https://lemmy.ml/pictrs/image/1c7918f6-ee78-4a51-b48c-ef31475e17c9.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 85
    +favouriteCount: 631
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701102561 {#1991
      date: 2023-11-27 17:29:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1981 …}
    +votes: Doctrine\ORM\PersistentCollection {#1982 …}
    +reports: Doctrine\ORM\PersistentCollection {#1980 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2375 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2374 …}
    +badges: Doctrine\ORM\PersistentCollection {#2362 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 14147
    -titleTs: "'hanna':5 'linux':7 'montana':6 'need':1 'switch':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700405181
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8139639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700318781 {#1998
      date: 2023-11-18 15:46:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +body: "Debian 12 is the best destination after Ubuntu if you’re switching because you hate stupid Canonical things. I switched a few months ago and it was really easy and has been awesome."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 48
  +score: 0
  +lastActive: DateTime @1700323803 {#1557
    date: 2023-11-18 17:10:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@EfreetSK@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1731 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  -id: 137161
  -bodyTs: "'12':2 'ago':24 'awesom':33 'best':5 'canon':17 'debian':1 'destin':6 'easi':29 'hate':15 'month':23 're':11 'realli':28 'stupid':16 'switch':12,20 'thing':18 'ubuntu':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5406932"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700323803 {#1555
    date: 2023-11-18 17:10:03.0 +01:00
  }
  +"title": 137161
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#1621
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1620
    +user: Proxies\__CG__\App\Entity\User {#2345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#2187 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
    +slug: "Need-to-switch-to-Hanna-Montana-Linux-now"
    +title: "Need to switch to Hanna Montana Linux now"
    +url: "https://lemmy.ml/pictrs/image/1c7918f6-ee78-4a51-b48c-ef31475e17c9.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 85
    +favouriteCount: 631
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701102561 {#1991
      date: 2023-11-27 17:29:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1981 …}
    +votes: Doctrine\ORM\PersistentCollection {#1982 …}
    +reports: Doctrine\ORM\PersistentCollection {#1980 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2375 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2374 …}
    +badges: Doctrine\ORM\PersistentCollection {#2362 …}
    +children: [
      App\Entity\EntryComment {#1621}
    ]
    -id: 14147
    -titleTs: "'hanna':5 'linux':7 'montana':6 'need':1 'switch':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700405181
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8139639"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700318781 {#1998
      date: 2023-11-18 15:46:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +body: "Debian 12 is the best destination after Ubuntu if you’re switching because you hate stupid Canonical things. I switched a few months ago and it was really easy and has been awesome."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 48
  +score: 0
  +lastActive: DateTime @1700323803 {#1557
    date: 2023-11-18 17:10:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
    "@EfreetSK@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1721 …}
  +nested: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1731 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  -id: 137161
  -bodyTs: "'12':2 'ago':24 'awesom':33 'best':5 'canon':17 'debian':1 'destin':6 'easi':29 'hate':15 'month':23 're':11 'realli':28 'stupid':16 'switch':12,20 'thing':18 'ubuntu':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5406932"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700323803 {#1555
    date: 2023-11-18 17:10:03.0 +01:00
  }
  +"title": 137161
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1561
  +user: Proxies\__CG__\App\Entity\User {#2345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#1996 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
  +slug: "Everyone-loves-snaps"
  +title: "Everyone loves snaps"
  +url: "https://lemmy.ml/pictrs/image/add475d4-e742-46be-affe-1bf54ae30483.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 111
  +favouriteCount: 491
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700524584 {#2367
    date: 2023-11-21 00:56:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1348 …}
  +votes: Doctrine\ORM\PersistentCollection {#1351 …}
  +reports: Doctrine\ORM\PersistentCollection {#1353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1355 …}
  +badges: Doctrine\ORM\PersistentCollection {#2491 …}
  +children: [
    App\Entity\EntryComment {#1567
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: null
      +root: null
      +body: "Snap made me switch back to Debian. Ubuntu was awesome for a long time, but having snap glommed onto everything so much that it kept showing up on my headless boxes was too much."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 29
      +score: 0
      +lastActive: DateTime @1700252746 {#1667
        date: 2023-11-17 21:25:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1528 …}
      +nested: Doctrine\ORM\PersistentCollection {#1559 …}
      +votes: Doctrine\ORM\PersistentCollection {#1564 …}
      +reports: Doctrine\ORM\PersistentCollection {#1563 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
      -id: 134742
      -bodyTs: "'awesom':10 'back':5 'box':31 'debian':7 'everyth':20 'glom':18 'headless':30 'kept':25 'long':13 'made':2 'much':22,34 'onto':19 'show':26 'snap':1,17 'switch':4 'time':14 'ubuntu':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5390467"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700252746 {#1525
        date: 2023-11-17 21:25:46.0 +01:00
      }
      +"title": 134742
    }
  ]
  -id: 13896
  -titleTs: "'everyon':1 'love':2 'snap':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700323939
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8097139"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700237539 {#1987
    date: 2023-11-17 17:12:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1561
  +user: Proxies\__CG__\App\Entity\User {#2345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#1996 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
  +slug: "Everyone-loves-snaps"
  +title: "Everyone loves snaps"
  +url: "https://lemmy.ml/pictrs/image/add475d4-e742-46be-affe-1bf54ae30483.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 111
  +favouriteCount: 491
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700524584 {#2367
    date: 2023-11-21 00:56:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1348 …}
  +votes: Doctrine\ORM\PersistentCollection {#1351 …}
  +reports: Doctrine\ORM\PersistentCollection {#1353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1355 …}
  +badges: Doctrine\ORM\PersistentCollection {#2491 …}
  +children: [
    App\Entity\EntryComment {#1567
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: null
      +root: null
      +body: "Snap made me switch back to Debian. Ubuntu was awesome for a long time, but having snap glommed onto everything so much that it kept showing up on my headless boxes was too much."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 29
      +score: 0
      +lastActive: DateTime @1700252746 {#1667
        date: 2023-11-17 21:25:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1528 …}
      +nested: Doctrine\ORM\PersistentCollection {#1559 …}
      +votes: Doctrine\ORM\PersistentCollection {#1564 …}
      +reports: Doctrine\ORM\PersistentCollection {#1563 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
      -id: 134742
      -bodyTs: "'awesom':10 'back':5 'box':31 'debian':7 'everyth':20 'glom':18 'headless':30 'kept':25 'long':13 'made':2 'much':22,34 'onto':19 'show':26 'snap':1,17 'switch':4 'time':14 'ubuntu':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5390467"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700252746 {#1525
        date: 2023-11-17 21:25:46.0 +01:00
      }
      +"title": 134742
    }
  ]
  -id: 13896
  -titleTs: "'everyon':1 'love':2 'snap':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700323939
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8097139"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700237539 {#1987
    date: 2023-11-17 17:12:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1561
  +user: Proxies\__CG__\App\Entity\User {#2345 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: Proxies\__CG__\App\Entity\Image {#1996 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
  +slug: "Everyone-loves-snaps"
  +title: "Everyone loves snaps"
  +url: "https://lemmy.ml/pictrs/image/add475d4-e742-46be-affe-1bf54ae30483.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 111
  +favouriteCount: 491
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700524584 {#2367
    date: 2023-11-21 00:56:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1348 …}
  +votes: Doctrine\ORM\PersistentCollection {#1351 …}
  +reports: Doctrine\ORM\PersistentCollection {#1353 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1355 …}
  +badges: Doctrine\ORM\PersistentCollection {#2491 …}
  +children: [
    App\Entity\EntryComment {#1567
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: null
      +root: null
      +body: "Snap made me switch back to Debian. Ubuntu was awesome for a long time, but having snap glommed onto everything so much that it kept showing up on my headless boxes was too much."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 29
      +score: 0
      +lastActive: DateTime @1700252746 {#1667
        date: 2023-11-17 21:25:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@RmDebArc_5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1528 …}
      +nested: Doctrine\ORM\PersistentCollection {#1559 …}
      +votes: Doctrine\ORM\PersistentCollection {#1564 …}
      +reports: Doctrine\ORM\PersistentCollection {#1563 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
      -id: 134742
      -bodyTs: "'awesom':10 'back':5 'box':31 'debian':7 'everyth':20 'glom':18 'headless':30 'kept':25 'long':13 'made':2 'much':22,34 'onto':19 'show':26 'snap':1,17 'switch':4 'time':14 'ubuntu':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5390467"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700252746 {#1525
        date: 2023-11-17 21:25:46.0 +01:00
      }
      +"title": 134742
    }
  ]
  -id: 13896
  -titleTs: "'everyon':1 'love':2 'snap':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700323939
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/8097139"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700237539 {#1987
    date: 2023-11-17 17:12:19.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\EntryComment {#1567
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#2345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#1996 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
    +slug: "Everyone-loves-snaps"
    +title: "Everyone loves snaps"
    +url: "https://lemmy.ml/pictrs/image/add475d4-e742-46be-affe-1bf54ae30483.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 111
    +favouriteCount: 491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700524584 {#2367
      date: 2023-11-21 00:56:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1348 …}
    +votes: Doctrine\ORM\PersistentCollection {#1351 …}
    +reports: Doctrine\ORM\PersistentCollection {#1353 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1358 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1355 …}
    +badges: Doctrine\ORM\PersistentCollection {#2491 …}
    +children: [
      App\Entity\EntryComment {#1567}
    ]
    -id: 13896
    -titleTs: "'everyon':1 'love':2 'snap':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700323939
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8097139"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700237539 {#1987
      date: 2023-11-17 17:12:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: null
  +root: null
  +body: "Snap made me switch back to Debian. Ubuntu was awesome for a long time, but having snap glommed onto everything so much that it kept showing up on my headless boxes was too much."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1700252746 {#1667
    date: 2023-11-17 21:25:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1528 …}
  +nested: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  -id: 134742
  -bodyTs: "'awesom':10 'back':5 'box':31 'debian':7 'everyth':20 'glom':18 'headless':30 'kept':25 'long':13 'made':2 'much':22,34 'onto':19 'show':26 'snap':1,17 'switch':4 'time':14 'ubuntu':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5390467"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700252746 {#1525
    date: 2023-11-17 21:25:46.0 +01:00
  }
  +"title": 134742
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\EntryComment {#1567
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#2345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#1996 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
    +slug: "Everyone-loves-snaps"
    +title: "Everyone loves snaps"
    +url: "https://lemmy.ml/pictrs/image/add475d4-e742-46be-affe-1bf54ae30483.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 111
    +favouriteCount: 491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700524584 {#2367
      date: 2023-11-21 00:56:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1348 …}
    +votes: Doctrine\ORM\PersistentCollection {#1351 …}
    +reports: Doctrine\ORM\PersistentCollection {#1353 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1358 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1355 …}
    +badges: Doctrine\ORM\PersistentCollection {#2491 …}
    +children: [
      App\Entity\EntryComment {#1567}
    ]
    -id: 13896
    -titleTs: "'everyon':1 'love':2 'snap':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700323939
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8097139"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700237539 {#1987
      date: 2023-11-17 17:12:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: null
  +root: null
  +body: "Snap made me switch back to Debian. Ubuntu was awesome for a long time, but having snap glommed onto everything so much that it kept showing up on my headless boxes was too much."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1700252746 {#1667
    date: 2023-11-17 21:25:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1528 …}
  +nested: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  -id: 134742
  -bodyTs: "'awesom':10 'back':5 'box':31 'debian':7 'everyth':20 'glom':18 'headless':30 'kept':25 'long':13 'made':2 'much':22,34 'onto':19 'show':26 'snap':1,17 'switch':4 'time':14 'ubuntu':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5390467"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700252746 {#1525
    date: 2023-11-17 21:25:46.0 +01:00
  }
  +"title": 134742
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\EntryComment {#1567
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#2345 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: Proxies\__CG__\App\Entity\Image {#1996 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#1984 …}
    +slug: "Everyone-loves-snaps"
    +title: "Everyone loves snaps"
    +url: "https://lemmy.ml/pictrs/image/add475d4-e742-46be-affe-1bf54ae30483.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 111
    +favouriteCount: 491
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700524584 {#2367
      date: 2023-11-21 00:56:24.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1348 …}
    +votes: Doctrine\ORM\PersistentCollection {#1351 …}
    +reports: Doctrine\ORM\PersistentCollection {#1353 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1358 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1355 …}
    +badges: Doctrine\ORM\PersistentCollection {#2491 …}
    +children: [
      App\Entity\EntryComment {#1567}
    ]
    -id: 13896
    -titleTs: "'everyon':1 'love':2 'snap':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700323939
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/8097139"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700237539 {#1987
      date: 2023-11-17 17:12:19.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: null
  +root: null
  +body: "Snap made me switch back to Debian. Ubuntu was awesome for a long time, but having snap glommed onto everything so much that it kept showing up on my headless boxes was too much."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 29
  +score: 0
  +lastActive: DateTime @1700252746 {#1667
    date: 2023-11-17 21:25:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@RmDebArc_5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1528 …}
  +nested: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  -id: 134742
  -bodyTs: "'awesom':10 'back':5 'box':31 'debian':7 'everyth':20 'glom':18 'headless':30 'kept':25 'long':13 'made':2 'much':22,34 'onto':19 'show':26 'snap':1,17 'switch':4 'time':14 'ubuntu':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5390467"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700252746 {#1525
    date: 2023-11-17 21:25:46.0 +01:00
  }
  +"title": 134742
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
65 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
66 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#2017 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
  +slug: "Why-does-eating-a-frozen-ready-meal-alone-feel-depressing"
  +title: "Why does eating a frozen ready meal alone feel depressing even tho it's objectively good that I can have nice warm food easily"
  +url: null
  +body: """
    very kirk van houten coded\n
    \n
    bullshit world
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 51
  +favouriteCount: 188
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698537290 {#2493
    date: 2023-10-29 01:54:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2498 …}
  +votes: Doctrine\ORM\PersistentCollection {#2501 …}
  +reports: Doctrine\ORM\PersistentCollection {#2503 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2505 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2507 …}
  +badges: Doctrine\ORM\PersistentCollection {#2509 …}
  +children: [
    App\Entity\EntryComment {#1612
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "You could be focusing on “it’s amazing how easy it is for me to make food!” But you’re not. Your emotions are leading you somewhere, instead of your rational mind. Next time you recognize that you feel like that, pause, and pay attention to what exactly it is that you are feeling, without judgement. Use your rational mind to observe your emotional state. Just observe it, don’t control it or try to change it. Hopefully you’ll discover something, maybe even the answer you’re looking for."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1698367104 {#1430
        date: 2023-10-27 02:38:24.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_number8_@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1575 …}
      +nested: Doctrine\ORM\PersistentCollection {#1572 …}
      +votes: Doctrine\ORM\PersistentCollection {#1581 …}
      +reports: Doctrine\ORM\PersistentCollection {#1579 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
      -id: 73945
      -bodyTs: "'amaz':8 'answer':86 'attent':45 'chang':76 'control':71 'could':2 'discov':81 'easi':10 'emot':23,64 'even':84 'exact':48 'feel':39,54 'focus':4 'food':17 'hope':78 'instead':28 'judgement':56 'lead':25 'like':40 'll':80 'look':89 'make':16 'mayb':83 'mind':32,60 'next':33 'observ':62,67 'paus':42 'pay':44 'ration':31,59 're':20,88 'recogn':36 'someth':82 'somewher':27 'state':65 'time':34 'tri':74 'use':57 'without':55"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4843923"
      +editedAt: DateTimeImmutable @1698366003 {#1429
        date: 2023-10-27 02:20:03.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698365964 {#1440
        date: 2023-10-27 02:19:24.0 +02:00
      }
      +"title": 73945
    }
  ]
  -id: 7917
  -titleTs: "'alon':8 'depress':10 'easili':24 'eat':3 'even':11 'feel':9 'food':23 'frozen':5 'good':16 'meal':7 'nice':21 'object':15 'readi':6 'tho':12 'warm':22"
  -bodyTs: "'bullshit':6 'code':5 'houten':4 'kirk':2 'van':3 'world':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698449434
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7380912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698363034 {#1350
    date: 2023-10-27 01:30:34.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#2017 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
  +slug: "Why-does-eating-a-frozen-ready-meal-alone-feel-depressing"
  +title: "Why does eating a frozen ready meal alone feel depressing even tho it's objectively good that I can have nice warm food easily"
  +url: null
  +body: """
    very kirk van houten coded\n
    \n
    bullshit world
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 51
  +favouriteCount: 188
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698537290 {#2493
    date: 2023-10-29 01:54:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2498 …}
  +votes: Doctrine\ORM\PersistentCollection {#2501 …}
  +reports: Doctrine\ORM\PersistentCollection {#2503 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2505 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2507 …}
  +badges: Doctrine\ORM\PersistentCollection {#2509 …}
  +children: [
    App\Entity\EntryComment {#1612
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "You could be focusing on “it’s amazing how easy it is for me to make food!” But you’re not. Your emotions are leading you somewhere, instead of your rational mind. Next time you recognize that you feel like that, pause, and pay attention to what exactly it is that you are feeling, without judgement. Use your rational mind to observe your emotional state. Just observe it, don’t control it or try to change it. Hopefully you’ll discover something, maybe even the answer you’re looking for."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1698367104 {#1430
        date: 2023-10-27 02:38:24.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_number8_@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1575 …}
      +nested: Doctrine\ORM\PersistentCollection {#1572 …}
      +votes: Doctrine\ORM\PersistentCollection {#1581 …}
      +reports: Doctrine\ORM\PersistentCollection {#1579 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
      -id: 73945
      -bodyTs: "'amaz':8 'answer':86 'attent':45 'chang':76 'control':71 'could':2 'discov':81 'easi':10 'emot':23,64 'even':84 'exact':48 'feel':39,54 'focus':4 'food':17 'hope':78 'instead':28 'judgement':56 'lead':25 'like':40 'll':80 'look':89 'make':16 'mayb':83 'mind':32,60 'next':33 'observ':62,67 'paus':42 'pay':44 'ration':31,59 're':20,88 'recogn':36 'someth':82 'somewher':27 'state':65 'time':34 'tri':74 'use':57 'without':55"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4843923"
      +editedAt: DateTimeImmutable @1698366003 {#1429
        date: 2023-10-27 02:20:03.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698365964 {#1440
        date: 2023-10-27 02:19:24.0 +02:00
      }
      +"title": 73945
    }
  ]
  -id: 7917
  -titleTs: "'alon':8 'depress':10 'easili':24 'eat':3 'even':11 'feel':9 'food':23 'frozen':5 'good':16 'meal':7 'nice':21 'object':15 'readi':6 'tho':12 'warm':22"
  -bodyTs: "'bullshit':6 'code':5 'houten':4 'kirk':2 'van':3 'world':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698449434
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7380912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698363034 {#1350
    date: 2023-10-27 01:30:34.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#2017 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
  +slug: "Why-does-eating-a-frozen-ready-meal-alone-feel-depressing"
  +title: "Why does eating a frozen ready meal alone feel depressing even tho it's objectively good that I can have nice warm food easily"
  +url: null
  +body: """
    very kirk van houten coded\n
    \n
    bullshit world
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 51
  +favouriteCount: 188
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698537290 {#2493
    date: 2023-10-29 01:54:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2498 …}
  +votes: Doctrine\ORM\PersistentCollection {#2501 …}
  +reports: Doctrine\ORM\PersistentCollection {#2503 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2505 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2507 …}
  +badges: Doctrine\ORM\PersistentCollection {#2509 …}
  +children: [
    App\Entity\EntryComment {#1612
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "You could be focusing on “it’s amazing how easy it is for me to make food!” But you’re not. Your emotions are leading you somewhere, instead of your rational mind. Next time you recognize that you feel like that, pause, and pay attention to what exactly it is that you are feeling, without judgement. Use your rational mind to observe your emotional state. Just observe it, don’t control it or try to change it. Hopefully you’ll discover something, maybe even the answer you’re looking for."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1698367104 {#1430
        date: 2023-10-27 02:38:24.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@_number8_@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1575 …}
      +nested: Doctrine\ORM\PersistentCollection {#1572 …}
      +votes: Doctrine\ORM\PersistentCollection {#1581 …}
      +reports: Doctrine\ORM\PersistentCollection {#1579 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
      -id: 73945
      -bodyTs: "'amaz':8 'answer':86 'attent':45 'chang':76 'control':71 'could':2 'discov':81 'easi':10 'emot':23,64 'even':84 'exact':48 'feel':39,54 'focus':4 'food':17 'hope':78 'instead':28 'judgement':56 'lead':25 'like':40 'll':80 'look':89 'make':16 'mayb':83 'mind':32,60 'next':33 'observ':62,67 'paus':42 'pay':44 'ration':31,59 're':20,88 'recogn':36 'someth':82 'somewher':27 'state':65 'time':34 'tri':74 'use':57 'without':55"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4843923"
      +editedAt: DateTimeImmutable @1698366003 {#1429
        date: 2023-10-27 02:20:03.0 +02:00
      }
      +createdAt: DateTimeImmutable @1698365964 {#1440
        date: 2023-10-27 02:19:24.0 +02:00
      }
      +"title": 73945
    }
  ]
  -id: 7917
  -titleTs: "'alon':8 'depress':10 'easili':24 'eat':3 'even':11 'feel':9 'food':23 'frozen':5 'good':16 'meal':7 'nice':21 'object':15 'readi':6 'tho':12 'warm':22"
  -bodyTs: "'bullshit':6 'code':5 'houten':4 'kirk':2 'van':3 'world':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698449434
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7380912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698363034 {#1350
    date: 2023-10-27 01:30:34.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\EntryComment {#1612
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
    +slug: "Why-does-eating-a-frozen-ready-meal-alone-feel-depressing"
    +title: "Why does eating a frozen ready meal alone feel depressing even tho it's objectively good that I can have nice warm food easily"
    +url: null
    +body: """
      very kirk van houten coded\n
      \n
      bullshit world
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 51
    +favouriteCount: 188
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698537290 {#2493
      date: 2023-10-29 01:54:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2501 …}
    +reports: Doctrine\ORM\PersistentCollection {#2503 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2505 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2507 …}
    +badges: Doctrine\ORM\PersistentCollection {#2509 …}
    +children: [
      App\Entity\EntryComment {#1612}
    ]
    -id: 7917
    -titleTs: "'alon':8 'depress':10 'easili':24 'eat':3 'even':11 'feel':9 'food':23 'frozen':5 'good':16 'meal':7 'nice':21 'object':15 'readi':6 'tho':12 'warm':22"
    -bodyTs: "'bullshit':6 'code':5 'houten':4 'kirk':2 'van':3 'world':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698449434
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7380912"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698363034 {#1350
      date: 2023-10-27 01:30:34.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "You could be focusing on “it’s amazing how easy it is for me to make food!” But you’re not. Your emotions are leading you somewhere, instead of your rational mind. Next time you recognize that you feel like that, pause, and pay attention to what exactly it is that you are feeling, without judgement. Use your rational mind to observe your emotional state. Just observe it, don’t control it or try to change it. Hopefully you’ll discover something, maybe even the answer you’re looking for."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1698367104 {#1430
    date: 2023-10-27 02:38:24.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_number8_@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1575 …}
  +nested: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1579 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  -id: 73945
  -bodyTs: "'amaz':8 'answer':86 'attent':45 'chang':76 'control':71 'could':2 'discov':81 'easi':10 'emot':23,64 'even':84 'exact':48 'feel':39,54 'focus':4 'food':17 'hope':78 'instead':28 'judgement':56 'lead':25 'like':40 'll':80 'look':89 'make':16 'mayb':83 'mind':32,60 'next':33 'observ':62,67 'paus':42 'pay':44 'ration':31,59 're':20,88 'recogn':36 'someth':82 'somewher':27 'state':65 'time':34 'tri':74 'use':57 'without':55"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4843923"
  +editedAt: DateTimeImmutable @1698366003 {#1429
    date: 2023-10-27 02:20:03.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698365964 {#1440
    date: 2023-10-27 02:19:24.0 +02:00
  }
  +"title": 73945
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\EntryComment {#1612
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
    +slug: "Why-does-eating-a-frozen-ready-meal-alone-feel-depressing"
    +title: "Why does eating a frozen ready meal alone feel depressing even tho it's objectively good that I can have nice warm food easily"
    +url: null
    +body: """
      very kirk van houten coded\n
      \n
      bullshit world
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 51
    +favouriteCount: 188
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698537290 {#2493
      date: 2023-10-29 01:54:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2501 …}
    +reports: Doctrine\ORM\PersistentCollection {#2503 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2505 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2507 …}
    +badges: Doctrine\ORM\PersistentCollection {#2509 …}
    +children: [
      App\Entity\EntryComment {#1612}
    ]
    -id: 7917
    -titleTs: "'alon':8 'depress':10 'easili':24 'eat':3 'even':11 'feel':9 'food':23 'frozen':5 'good':16 'meal':7 'nice':21 'object':15 'readi':6 'tho':12 'warm':22"
    -bodyTs: "'bullshit':6 'code':5 'houten':4 'kirk':2 'van':3 'world':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698449434
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7380912"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698363034 {#1350
      date: 2023-10-27 01:30:34.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "You could be focusing on “it’s amazing how easy it is for me to make food!” But you’re not. Your emotions are leading you somewhere, instead of your rational mind. Next time you recognize that you feel like that, pause, and pay attention to what exactly it is that you are feeling, without judgement. Use your rational mind to observe your emotional state. Just observe it, don’t control it or try to change it. Hopefully you’ll discover something, maybe even the answer you’re looking for."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1698367104 {#1430
    date: 2023-10-27 02:38:24.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_number8_@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1575 …}
  +nested: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1579 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  -id: 73945
  -bodyTs: "'amaz':8 'answer':86 'attent':45 'chang':76 'control':71 'could':2 'discov':81 'easi':10 'emot':23,64 'even':84 'exact':48 'feel':39,54 'focus':4 'food':17 'hope':78 'instead':28 'judgement':56 'lead':25 'like':40 'll':80 'look':89 'make':16 'mayb':83 'mind':32,60 'next':33 'observ':62,67 'paus':42 'pay':44 'ration':31,59 're':20,88 'recogn':36 'someth':82 'somewher':27 'state':65 'time':34 'tri':74 'use':57 'without':55"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4843923"
  +editedAt: DateTimeImmutable @1698366003 {#1429
    date: 2023-10-27 02:20:03.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698365964 {#1440
    date: 2023-10-27 02:19:24.0 +02:00
  }
  +"title": 73945
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\EntryComment {#1612
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#2017 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2274 …}
    +slug: "Why-does-eating-a-frozen-ready-meal-alone-feel-depressing"
    +title: "Why does eating a frozen ready meal alone feel depressing even tho it's objectively good that I can have nice warm food easily"
    +url: null
    +body: """
      very kirk van houten coded\n
      \n
      bullshit world
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 51
    +favouriteCount: 188
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1698537290 {#2493
      date: 2023-10-29 01:54:50.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2498 …}
    +votes: Doctrine\ORM\PersistentCollection {#2501 …}
    +reports: Doctrine\ORM\PersistentCollection {#2503 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2505 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2507 …}
    +badges: Doctrine\ORM\PersistentCollection {#2509 …}
    +children: [
      App\Entity\EntryComment {#1612}
    ]
    -id: 7917
    -titleTs: "'alon':8 'depress':10 'easili':24 'eat':3 'even':11 'feel':9 'food':23 'frozen':5 'good':16 'meal':7 'nice':21 'object':15 'readi':6 'tho':12 'warm':22"
    -bodyTs: "'bullshit':6 'code':5 'houten':4 'kirk':2 'van':3 'world':7"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698449434
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/7380912"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698363034 {#1350
      date: 2023-10-27 01:30:34.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "You could be focusing on “it’s amazing how easy it is for me to make food!” But you’re not. Your emotions are leading you somewhere, instead of your rational mind. Next time you recognize that you feel like that, pause, and pay attention to what exactly it is that you are feeling, without judgement. Use your rational mind to observe your emotional state. Just observe it, don’t control it or try to change it. Hopefully you’ll discover something, maybe even the answer you’re looking for."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1698367104 {#1430
    date: 2023-10-27 02:38:24.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@_number8_@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1575 …}
  +nested: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1579 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  -id: 73945
  -bodyTs: "'amaz':8 'answer':86 'attent':45 'chang':76 'control':71 'could':2 'discov':81 'easi':10 'emot':23,64 'even':84 'exact':48 'feel':39,54 'focus':4 'food':17 'hope':78 'instead':28 'judgement':56 'lead':25 'like':40 'll':80 'look':89 'make':16 'mayb':83 'mind':32,60 'next':33 'observ':62,67 'paus':42 'pay':44 'ration':31,59 're':20,88 'recogn':36 'someth':82 'somewher':27 'state':65 'time':34 'tri':74 'use':57 'without':55"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4843923"
  +editedAt: DateTimeImmutable @1698366003 {#1429
    date: 2023-10-27 02:20:03.0 +02:00
  }
  +createdAt: DateTimeImmutable @1698365964 {#1440
    date: 2023-10-27 02:19:24.0 +02:00
  }
  +"title": 73945
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details