GET https://kbin.spritesserver.nl/u/@danielquinn@lemmy.ca/newest/2023-11-03::2023-11-03

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.89 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.03 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 {#1576
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1727 …}
  +slug: "Ash-Vs-Bash"
  +title: "Ash Vs Bash"
  +url: null
  +body: """
    [For reference, I’m talking about Ash in Alpine Linux here, which is part of BusyBox.]\n
    \n
    I thought I knew the big differences, but it turns out I’ve had false assumptions for years. Ash *does* support `[[ double square brackets ]]` and (as best I can tell) all of Bash’s logical trickery inside them. It also supports ${VARIABLE_SUBSTRINGS:5:12}` which was another surprise.\n
    \n
    At this stage, the only things I’ve found that Bash can do that Ash can’t are:\n
    \n
    - Arrays, which Bash doesn’t seem to do well anyway\n
    - Brace expansion, which is awesome but I can live without it.\n
    \n
    What else is there? Did Ash used to be more limited? The double square bracket thing really surprised me.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699031270 {#2456
    date: 2023-11-03 18:07:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  +badges: Doctrine\ORM\PersistentCollection {#1402 …}
  +children: [
    1 => App\Entity\EntryComment {#1641
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: """
        Yup, that looks like exactly what was done in Alpine:\n
        \n
        ```\n
        \n
        <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[\n
        </span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox\n
        </span>\n
        ```\n
        \n
        So while the Ash itself doesn’t support the `[[` extension, this work-around produces the same effect. Nifty.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698967835 {#1696
        date: 2023-11-03 00:30:35.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@danielquinn@lemmy.ca"
        "@palordrolap@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1593 …}
      +nested: Doctrine\ORM\PersistentCollection {#1590 …}
      +votes: Doctrine\ORM\PersistentCollection {#1553 …}
      +reports: Doctrine\ORM\PersistentCollection {#1662 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
      -id: 85896
      -bodyTs: "'/bin/busybox':29 '/usr/bin':18,28 '1':20 '11':26 '12':23 '18':27 '28':25 'alpin':10,15 'around':43 'ash':33 'docker':11 'doesn':35 'done':8 'effect':47 'exact':5 'extens':39 'l':17 'like':4 'look':3 'lrwxrwxrwx':19 'ls':16 'nifti':48 'produc':44 'rm':13 'root':21,22 'run':12 'sep':24 'support':37 'work':42 'work-around':41 'yup':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4517644"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698967835 {#1606
        date: 2023-11-03 00:30:35.0 +01:00
      }
      +"title": 85896
    }
    0 => App\Entity\EntryComment {#1596
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: "Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699031270 {#1568
        date: 2023-11-03 18:07:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
        "@palordrolap@kbin.social"
        "@jntesteves@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1555 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 87531
      -bodyTs: "'ash':8 'box':13 'good':14 'huh':1 'know':16 'link':4 'support':9 'thank':17 'unnecessari':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4538152"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699031270 {#1604
        date: 2023-11-03 18:07:50.0 +01:00
      }
      +"title": 87531
    }
  ]
  -id: 9053
  -titleTs: "'ash':1 'bash':3 'vs':2"
  -bodyTs: "'12':61 '5':60 'alpin':9 'also':56 'anoth':64 'anyway':93 'array':84 'ash':7,35,80,110 'assumpt':32 'awesom':98 'bash':49,76,86 'best':43 'big':22 'brace':94 'bracket':40,119 'busybox':16 'differ':23 'doesn':87 'doubl':38,117 'els':106 'expans':95 'fals':31 'found':74 'insid':53 'knew':20 'limit':115 'linux':10 'live':102 'logic':51 'm':4 'part':14 'realli':121 'refer':2 'seem':89 'squar':39,118 'stage':68 'substr':59 'support':37,57 'surpris':65,122 'talk':5 'tell':46 'thing':71,120 'thought':18 'trickeri':52 'turn':26 'use':111 'variabl':58 've':29,73 'well':92 'without':103 'year':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698934182
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/8481479"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698887182 {#1640
    date: 2023-11-02 02:06:22.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 {#1576
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1727 …}
  +slug: "Ash-Vs-Bash"
  +title: "Ash Vs Bash"
  +url: null
  +body: """
    [For reference, I’m talking about Ash in Alpine Linux here, which is part of BusyBox.]\n
    \n
    I thought I knew the big differences, but it turns out I’ve had false assumptions for years. Ash *does* support `[[ double square brackets ]]` and (as best I can tell) all of Bash’s logical trickery inside them. It also supports ${VARIABLE_SUBSTRINGS:5:12}` which was another surprise.\n
    \n
    At this stage, the only things I’ve found that Bash can do that Ash can’t are:\n
    \n
    - Arrays, which Bash doesn’t seem to do well anyway\n
    - Brace expansion, which is awesome but I can live without it.\n
    \n
    What else is there? Did Ash used to be more limited? The double square bracket thing really surprised me.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699031270 {#2456
    date: 2023-11-03 18:07:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  +badges: Doctrine\ORM\PersistentCollection {#1402 …}
  +children: [
    1 => App\Entity\EntryComment {#1641
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: """
        Yup, that looks like exactly what was done in Alpine:\n
        \n
        ```\n
        \n
        <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[\n
        </span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox\n
        </span>\n
        ```\n
        \n
        So while the Ash itself doesn’t support the `[[` extension, this work-around produces the same effect. Nifty.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698967835 {#1696
        date: 2023-11-03 00:30:35.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@danielquinn@lemmy.ca"
        "@palordrolap@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1593 …}
      +nested: Doctrine\ORM\PersistentCollection {#1590 …}
      +votes: Doctrine\ORM\PersistentCollection {#1553 …}
      +reports: Doctrine\ORM\PersistentCollection {#1662 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
      -id: 85896
      -bodyTs: "'/bin/busybox':29 '/usr/bin':18,28 '1':20 '11':26 '12':23 '18':27 '28':25 'alpin':10,15 'around':43 'ash':33 'docker':11 'doesn':35 'done':8 'effect':47 'exact':5 'extens':39 'l':17 'like':4 'look':3 'lrwxrwxrwx':19 'ls':16 'nifti':48 'produc':44 'rm':13 'root':21,22 'run':12 'sep':24 'support':37 'work':42 'work-around':41 'yup':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4517644"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698967835 {#1606
        date: 2023-11-03 00:30:35.0 +01:00
      }
      +"title": 85896
    }
    0 => App\Entity\EntryComment {#1596
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: "Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699031270 {#1568
        date: 2023-11-03 18:07:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
        "@palordrolap@kbin.social"
        "@jntesteves@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1555 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 87531
      -bodyTs: "'ash':8 'box':13 'good':14 'huh':1 'know':16 'link':4 'support':9 'thank':17 'unnecessari':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4538152"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699031270 {#1604
        date: 2023-11-03 18:07:50.0 +01:00
      }
      +"title": 87531
    }
  ]
  -id: 9053
  -titleTs: "'ash':1 'bash':3 'vs':2"
  -bodyTs: "'12':61 '5':60 'alpin':9 'also':56 'anoth':64 'anyway':93 'array':84 'ash':7,35,80,110 'assumpt':32 'awesom':98 'bash':49,76,86 'best':43 'big':22 'brace':94 'bracket':40,119 'busybox':16 'differ':23 'doesn':87 'doubl':38,117 'els':106 'expans':95 'fals':31 'found':74 'insid':53 'knew':20 'limit':115 'linux':10 'live':102 'logic':51 'm':4 'part':14 'realli':121 'refer':2 'seem':89 'squar':39,118 'stage':68 'substr':59 'support':37,57 'surpris':65,122 'talk':5 'tell':46 'thing':71,120 'thought':18 'trickeri':52 'turn':26 'use':111 'variabl':58 've':29,73 'well':92 'without':103 'year':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698934182
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/8481479"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698887182 {#1640
    date: 2023-11-02 02:06:22.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 {#1576
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1727 …}
  +slug: "Ash-Vs-Bash"
  +title: "Ash Vs Bash"
  +url: null
  +body: """
    [For reference, I’m talking about Ash in Alpine Linux here, which is part of BusyBox.]\n
    \n
    I thought I knew the big differences, but it turns out I’ve had false assumptions for years. Ash *does* support `[[ double square brackets ]]` and (as best I can tell) all of Bash’s logical trickery inside them. It also supports ${VARIABLE_SUBSTRINGS:5:12}` which was another surprise.\n
    \n
    At this stage, the only things I’ve found that Bash can do that Ash can’t are:\n
    \n
    - Arrays, which Bash doesn’t seem to do well anyway\n
    - Brace expansion, which is awesome but I can live without it.\n
    \n
    What else is there? Did Ash used to be more limited? The double square bracket thing really surprised me.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699031270 {#2456
    date: 2023-11-03 18:07:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
  +badges: Doctrine\ORM\PersistentCollection {#1402 …}
  +children: [
    1 => App\Entity\EntryComment {#1641
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: """
        Yup, that looks like exactly what was done in Alpine:\n
        \n
        ```\n
        \n
        <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[\n
        </span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox\n
        </span>\n
        ```\n
        \n
        So while the Ash itself doesn’t support the `[[` extension, this work-around produces the same effect. Nifty.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698967835 {#1696
        date: 2023-11-03 00:30:35.0 +01:00
      }
      +ip: null
      +tags: [
        "323232"
      ]
      +mentions: [
        "@danielquinn@lemmy.ca"
        "@palordrolap@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1593 …}
      +nested: Doctrine\ORM\PersistentCollection {#1590 …}
      +votes: Doctrine\ORM\PersistentCollection {#1553 …}
      +reports: Doctrine\ORM\PersistentCollection {#1662 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
      -id: 85896
      -bodyTs: "'/bin/busybox':29 '/usr/bin':18,28 '1':20 '11':26 '12':23 '18':27 '28':25 'alpin':10,15 'around':43 'ash':33 'docker':11 'doesn':35 'done':8 'effect':47 'exact':5 'extens':39 'l':17 'like':4 'look':3 'lrwxrwxrwx':19 'ls':16 'nifti':48 'produc':44 'rm':13 'root':21,22 'run':12 'sep':24 'support':37 'work':42 'work-around':41 'yup':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4517644"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698967835 {#1606
        date: 2023-11-03 00:30:35.0 +01:00
      }
      +"title": 85896
    }
    0 => App\Entity\EntryComment {#1596
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +body: "Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699031270 {#1568
        date: 2023-11-03 18:07:50.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@danielquinn@lemmy.ca"
        "@palordrolap@kbin.social"
        "@jntesteves@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1555 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 87531
      -bodyTs: "'ash':8 'box':13 'good':14 'huh':1 'know':16 'link':4 'support':9 'thank':17 'unnecessari':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/4538152"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699031270 {#1604
        date: 2023-11-03 18:07:50.0 +01:00
      }
      +"title": 87531
    }
  ]
  -id: 9053
  -titleTs: "'ash':1 'bash':3 'vs':2"
  -bodyTs: "'12':61 '5':60 'alpin':9 'also':56 'anoth':64 'anyway':93 'array':84 'ash':7,35,80,110 'assumpt':32 'awesom':98 'bash':49,76,86 'best':43 'big':22 'brace':94 'bracket':40,119 'busybox':16 'differ':23 'doesn':87 'doubl':38,117 'els':106 'expans':95 'fals':31 'found':74 'insid':53 'knew':20 'limit':115 'linux':10 'live':102 'logic':51 'm':4 'part':14 'realli':121 'refer':2 'seem':89 'squar':39,118 'stage':68 'substr':59 'support':37,57 'surpris':65,122 'talk':5 'tell':46 'thing':71,120 'thought':18 'trickeri':52 'turn':26 'use':111 'variabl':58 've':29,73 'well':92 'without':103 'year':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698934182
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/8481479"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698887182 {#1640
    date: 2023-11-02 02:06:22.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 {#1641
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1727 …}
    +slug: "Ash-Vs-Bash"
    +title: "Ash Vs Bash"
    +url: null
    +body: """
      [For reference, I’m talking about Ash in Alpine Linux here, which is part of BusyBox.]\n
      \n
      I thought I knew the big differences, but it turns out I’ve had false assumptions for years. Ash *does* support `[[ double square brackets ]]` and (as best I can tell) all of Bash’s logical trickery inside them. It also supports ${VARIABLE_SUBSTRINGS:5:12}` which was another surprise.\n
      \n
      At this stage, the only things I’ve found that Bash can do that Ash can’t are:\n
      \n
      - Arrays, which Bash doesn’t seem to do well anyway\n
      - Brace expansion, which is awesome but I can live without it.\n
      \n
      What else is there? Did Ash used to be more limited? The double square bracket thing really surprised me.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699031270 {#2456
      date: 2023-11-03 18:07:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1735 …}
    +votes: Doctrine\ORM\PersistentCollection {#1729 …}
    +reports: Doctrine\ORM\PersistentCollection {#1715 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
    +badges: Doctrine\ORM\PersistentCollection {#1402 …}
    +children: [
      1 => App\Entity\EntryComment {#1641}
      0 => App\Entity\EntryComment {#1596
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: "Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699031270 {#1568
          date: 2023-11-03 18:07:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@danielquinn@lemmy.ca"
          "@palordrolap@kbin.social"
          "@jntesteves@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1555 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 87531
        -bodyTs: "'ash':8 'box':13 'good':14 'huh':1 'know':16 'link':4 'support':9 'thank':17 'unnecessari':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/4538152"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699031270 {#1604
          date: 2023-11-03 18:07:50.0 +01:00
        }
        +"title": 87531
      }
    ]
    -id: 9053
    -titleTs: "'ash':1 'bash':3 'vs':2"
    -bodyTs: "'12':61 '5':60 'alpin':9 'also':56 'anoth':64 'anyway':93 'array':84 'ash':7,35,80,110 'assumpt':32 'awesom':98 'bash':49,76,86 'best':43 'big':22 'brace':94 'bracket':40,119 'busybox':16 'differ':23 'doesn':87 'doubl':38,117 'els':106 'expans':95 'fals':31 'found':74 'insid':53 'knew':20 'limit':115 'linux':10 'live':102 'logic':51 'm':4 'part':14 'realli':121 'refer':2 'seem':89 'squar':39,118 'stage':68 'substr':59 'support':37,57 'surpris':65,122 'talk':5 'tell':46 'thing':71,120 'thought':18 'trickeri':52 'turn':26 'use':111 'variabl':58 've':29,73 'well':92 'without':103 'year':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698934182
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/8481479"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698887182 {#1640
      date: 2023-11-02 02:06:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: """
    Yup, that looks like exactly what was done in Alpine:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[\n
    </span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox\n
    </span>\n
    ```\n
    \n
    So while the Ash itself doesn’t support the `[[` extension, this work-around produces the same effect. Nifty.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698967835 {#1696
    date: 2023-11-03 00:30:35.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@danielquinn@lemmy.ca"
    "@palordrolap@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1593 …}
  +nested: Doctrine\ORM\PersistentCollection {#1590 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 85896
  -bodyTs: "'/bin/busybox':29 '/usr/bin':18,28 '1':20 '11':26 '12':23 '18':27 '28':25 'alpin':10,15 'around':43 'ash':33 'docker':11 'doesn':35 'done':8 'effect':47 'exact':5 'extens':39 'l':17 'like':4 'look':3 'lrwxrwxrwx':19 'ls':16 'nifti':48 'produc':44 'rm':13 'root':21,22 'run':12 'sep':24 'support':37 'work':42 'work-around':41 'yup':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4517644"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698967835 {#1606
    date: 2023-11-03 00:30:35.0 +01:00
  }
  +"title": 85896
}
"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 {#1641
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1727 …}
    +slug: "Ash-Vs-Bash"
    +title: "Ash Vs Bash"
    +url: null
    +body: """
      [For reference, I’m talking about Ash in Alpine Linux here, which is part of BusyBox.]\n
      \n
      I thought I knew the big differences, but it turns out I’ve had false assumptions for years. Ash *does* support `[[ double square brackets ]]` and (as best I can tell) all of Bash’s logical trickery inside them. It also supports ${VARIABLE_SUBSTRINGS:5:12}` which was another surprise.\n
      \n
      At this stage, the only things I’ve found that Bash can do that Ash can’t are:\n
      \n
      - Arrays, which Bash doesn’t seem to do well anyway\n
      - Brace expansion, which is awesome but I can live without it.\n
      \n
      What else is there? Did Ash used to be more limited? The double square bracket thing really surprised me.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699031270 {#2456
      date: 2023-11-03 18:07:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1735 …}
    +votes: Doctrine\ORM\PersistentCollection {#1729 …}
    +reports: Doctrine\ORM\PersistentCollection {#1715 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
    +badges: Doctrine\ORM\PersistentCollection {#1402 …}
    +children: [
      1 => App\Entity\EntryComment {#1641}
      0 => App\Entity\EntryComment {#1596
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: "Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699031270 {#1568
          date: 2023-11-03 18:07:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@danielquinn@lemmy.ca"
          "@palordrolap@kbin.social"
          "@jntesteves@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1555 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 87531
        -bodyTs: "'ash':8 'box':13 'good':14 'huh':1 'know':16 'link':4 'support':9 'thank':17 'unnecessari':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/4538152"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699031270 {#1604
          date: 2023-11-03 18:07:50.0 +01:00
        }
        +"title": 87531
      }
    ]
    -id: 9053
    -titleTs: "'ash':1 'bash':3 'vs':2"
    -bodyTs: "'12':61 '5':60 'alpin':9 'also':56 'anoth':64 'anyway':93 'array':84 'ash':7,35,80,110 'assumpt':32 'awesom':98 'bash':49,76,86 'best':43 'big':22 'brace':94 'bracket':40,119 'busybox':16 'differ':23 'doesn':87 'doubl':38,117 'els':106 'expans':95 'fals':31 'found':74 'insid':53 'knew':20 'limit':115 'linux':10 'live':102 'logic':51 'm':4 'part':14 'realli':121 'refer':2 'seem':89 'squar':39,118 'stage':68 'substr':59 'support':37,57 'surpris':65,122 'talk':5 'tell':46 'thing':71,120 'thought':18 'trickeri':52 'turn':26 'use':111 'variabl':58 've':29,73 'well':92 'without':103 'year':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698934182
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/8481479"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698887182 {#1640
      date: 2023-11-02 02:06:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: """
    Yup, that looks like exactly what was done in Alpine:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[\n
    </span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox\n
    </span>\n
    ```\n
    \n
    So while the Ash itself doesn’t support the `[[` extension, this work-around produces the same effect. Nifty.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698967835 {#1696
    date: 2023-11-03 00:30:35.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@danielquinn@lemmy.ca"
    "@palordrolap@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1593 …}
  +nested: Doctrine\ORM\PersistentCollection {#1590 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 85896
  -bodyTs: "'/bin/busybox':29 '/usr/bin':18,28 '1':20 '11':26 '12':23 '18':27 '28':25 'alpin':10,15 'around':43 'ash':33 'docker':11 'doesn':35 'done':8 'effect':47 'exact':5 'extens':39 'l':17 'like':4 'look':3 'lrwxrwxrwx':19 'ls':16 'nifti':48 'produc':44 'rm':13 'root':21,22 'run':12 'sep':24 'support':37 'work':42 'work-around':41 'yup':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4517644"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698967835 {#1606
    date: 2023-11-03 00:30:35.0 +01:00
  }
  +"title": 85896
}
"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 {#1641
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1727 …}
    +slug: "Ash-Vs-Bash"
    +title: "Ash Vs Bash"
    +url: null
    +body: """
      [For reference, I’m talking about Ash in Alpine Linux here, which is part of BusyBox.]\n
      \n
      I thought I knew the big differences, but it turns out I’ve had false assumptions for years. Ash *does* support `[[ double square brackets ]]` and (as best I can tell) all of Bash’s logical trickery inside them. It also supports ${VARIABLE_SUBSTRINGS:5:12}` which was another surprise.\n
      \n
      At this stage, the only things I’ve found that Bash can do that Ash can’t are:\n
      \n
      - Arrays, which Bash doesn’t seem to do well anyway\n
      - Brace expansion, which is awesome but I can live without it.\n
      \n
      What else is there? Did Ash used to be more limited? The double square bracket thing really surprised me.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699031270 {#2456
      date: 2023-11-03 18:07:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1735 …}
    +votes: Doctrine\ORM\PersistentCollection {#1729 …}
    +reports: Doctrine\ORM\PersistentCollection {#1715 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
    +badges: Doctrine\ORM\PersistentCollection {#1402 …}
    +children: [
      1 => App\Entity\EntryComment {#1641}
      0 => App\Entity\EntryComment {#1596
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: "Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699031270 {#1568
          date: 2023-11-03 18:07:50.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@danielquinn@lemmy.ca"
          "@palordrolap@kbin.social"
          "@jntesteves@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1555 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 87531
        -bodyTs: "'ash':8 'box':13 'good':14 'huh':1 'know':16 'link':4 'support':9 'thank':17 'unnecessari':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/4538152"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699031270 {#1604
          date: 2023-11-03 18:07:50.0 +01:00
        }
        +"title": 87531
      }
    ]
    -id: 9053
    -titleTs: "'ash':1 'bash':3 'vs':2"
    -bodyTs: "'12':61 '5':60 'alpin':9 'also':56 'anoth':64 'anyway':93 'array':84 'ash':7,35,80,110 'assumpt':32 'awesom':98 'bash':49,76,86 'best':43 'big':22 'brace':94 'bracket':40,119 'busybox':16 'differ':23 'doesn':87 'doubl':38,117 'els':106 'expans':95 'fals':31 'found':74 'insid':53 'knew':20 'limit':115 'linux':10 'live':102 'logic':51 'm':4 'part':14 'realli':121 'refer':2 'seem':89 'squar':39,118 'stage':68 'substr':59 'support':37,57 'surpris':65,122 'talk':5 'tell':46 'thing':71,120 'thought':18 'trickeri':52 'turn':26 'use':111 'variabl':58 've':29,73 'well':92 'without':103 'year':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698934182
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/8481479"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698887182 {#1640
      date: 2023-11-02 02:06:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: """
    Yup, that looks like exactly what was done in Alpine:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[\n
    </span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox\n
    </span>\n
    ```\n
    \n
    So while the Ash itself doesn’t support the `[[` extension, this work-around produces the same effect. Nifty.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698967835 {#1696
    date: 2023-11-03 00:30:35.0 +01:00
  }
  +ip: null
  +tags: [
    "323232"
  ]
  +mentions: [
    "@danielquinn@lemmy.ca"
    "@palordrolap@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1593 …}
  +nested: Doctrine\ORM\PersistentCollection {#1590 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1662 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
  -id: 85896
  -bodyTs: "'/bin/busybox':29 '/usr/bin':18,28 '1':20 '11':26 '12':23 '18':27 '28':25 'alpin':10,15 'around':43 'ash':33 'docker':11 'doesn':35 'done':8 'effect':47 'exact':5 'extens':39 'l':17 'like':4 'look':3 'lrwxrwxrwx':19 'ls':16 'nifti':48 'produc':44 'rm':13 'root':21,22 'run':12 'sep':24 'support':37 'work':42 'work-around':41 'yup':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4517644"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698967835 {#1606
    date: 2023-11-03 00:30:35.0 +01:00
  }
  +"title": 85896
}
"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
App\Entity\EntryComment {#1596
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1727 …}
    +slug: "Ash-Vs-Bash"
    +title: "Ash Vs Bash"
    +url: null
    +body: """
      [For reference, I’m talking about Ash in Alpine Linux here, which is part of BusyBox.]\n
      \n
      I thought I knew the big differences, but it turns out I’ve had false assumptions for years. Ash *does* support `[[ double square brackets ]]` and (as best I can tell) all of Bash’s logical trickery inside them. It also supports ${VARIABLE_SUBSTRINGS:5:12}` which was another surprise.\n
      \n
      At this stage, the only things I’ve found that Bash can do that Ash can’t are:\n
      \n
      - Arrays, which Bash doesn’t seem to do well anyway\n
      - Brace expansion, which is awesome but I can live without it.\n
      \n
      What else is there? Did Ash used to be more limited? The double square bracket thing really surprised me.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699031270 {#2456
      date: 2023-11-03 18:07:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1735 …}
    +votes: Doctrine\ORM\PersistentCollection {#1729 …}
    +reports: Doctrine\ORM\PersistentCollection {#1715 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
    +badges: Doctrine\ORM\PersistentCollection {#1402 …}
    +children: [
      1 => App\Entity\EntryComment {#1641
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: """
          Yup, that looks like exactly what was done in Alpine:\n
          \n
          ```\n
          \n
          <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[\n
          </span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox\n
          </span>\n
          ```\n
          \n
          So while the Ash itself doesn’t support the `[[` extension, this work-around produces the same effect. Nifty.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698967835 {#1696
          date: 2023-11-03 00:30:35.0 +01:00
        }
        +ip: null
        +tags: [
          "323232"
        ]
        +mentions: [
          "@danielquinn@lemmy.ca"
          "@palordrolap@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1593 …}
        +nested: Doctrine\ORM\PersistentCollection {#1590 …}
        +votes: Doctrine\ORM\PersistentCollection {#1553 …}
        +reports: Doctrine\ORM\PersistentCollection {#1662 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 85896
        -bodyTs: "'/bin/busybox':29 '/usr/bin':18,28 '1':20 '11':26 '12':23 '18':27 '28':25 'alpin':10,15 'around':43 'ash':33 'docker':11 'doesn':35 'done':8 'effect':47 'exact':5 'extens':39 'l':17 'like':4 'look':3 'lrwxrwxrwx':19 'ls':16 'nifti':48 'produc':44 'rm':13 'root':21,22 'run':12 'sep':24 'support':37 'work':42 'work-around':41 'yup':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/4517644"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698967835 {#1606
          date: 2023-11-03 00:30:35.0 +01:00
        }
        +"title": 85896
      }
      0 => App\Entity\EntryComment {#1596}
    ]
    -id: 9053
    -titleTs: "'ash':1 'bash':3 'vs':2"
    -bodyTs: "'12':61 '5':60 'alpin':9 'also':56 'anoth':64 'anyway':93 'array':84 'ash':7,35,80,110 'assumpt':32 'awesom':98 'bash':49,76,86 'best':43 'big':22 'brace':94 'bracket':40,119 'busybox':16 'differ':23 'doesn':87 'doubl':38,117 'els':106 'expans':95 'fals':31 'found':74 'insid':53 'knew':20 'limit':115 'linux':10 'live':102 'logic':51 'm':4 'part':14 'realli':121 'refer':2 'seem':89 'squar':39,118 'stage':68 'substr':59 'support':37,57 'surpris':65,122 'talk':5 'tell':46 'thing':71,120 'thought':18 'trickeri':52 'turn':26 'use':111 'variabl':58 've':29,73 'well':92 'without':103 'year':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698934182
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/8481479"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698887182 {#1640
      date: 2023-11-02 02:06:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: "Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699031270 {#1568
    date: 2023-11-03 18:07:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
    "@palordrolap@kbin.social"
    "@jntesteves@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1555 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 87531
  -bodyTs: "'ash':8 'box':13 'good':14 'huh':1 'know':16 'link':4 'support':9 'thank':17 'unnecessari':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4538152"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699031270 {#1604
    date: 2023-11-03 18:07:50.0 +01:00
  }
  +"title": 87531
}
"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
11 DENIED edit
App\Entity\EntryComment {#1596
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1727 …}
    +slug: "Ash-Vs-Bash"
    +title: "Ash Vs Bash"
    +url: null
    +body: """
      [For reference, I’m talking about Ash in Alpine Linux here, which is part of BusyBox.]\n
      \n
      I thought I knew the big differences, but it turns out I’ve had false assumptions for years. Ash *does* support `[[ double square brackets ]]` and (as best I can tell) all of Bash’s logical trickery inside them. It also supports ${VARIABLE_SUBSTRINGS:5:12}` which was another surprise.\n
      \n
      At this stage, the only things I’ve found that Bash can do that Ash can’t are:\n
      \n
      - Arrays, which Bash doesn’t seem to do well anyway\n
      - Brace expansion, which is awesome but I can live without it.\n
      \n
      What else is there? Did Ash used to be more limited? The double square bracket thing really surprised me.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699031270 {#2456
      date: 2023-11-03 18:07:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1735 …}
    +votes: Doctrine\ORM\PersistentCollection {#1729 …}
    +reports: Doctrine\ORM\PersistentCollection {#1715 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
    +badges: Doctrine\ORM\PersistentCollection {#1402 …}
    +children: [
      1 => App\Entity\EntryComment {#1641
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: """
          Yup, that looks like exactly what was done in Alpine:\n
          \n
          ```\n
          \n
          <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[\n
          </span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox\n
          </span>\n
          ```\n
          \n
          So while the Ash itself doesn’t support the `[[` extension, this work-around produces the same effect. Nifty.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698967835 {#1696
          date: 2023-11-03 00:30:35.0 +01:00
        }
        +ip: null
        +tags: [
          "323232"
        ]
        +mentions: [
          "@danielquinn@lemmy.ca"
          "@palordrolap@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1593 …}
        +nested: Doctrine\ORM\PersistentCollection {#1590 …}
        +votes: Doctrine\ORM\PersistentCollection {#1553 …}
        +reports: Doctrine\ORM\PersistentCollection {#1662 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 85896
        -bodyTs: "'/bin/busybox':29 '/usr/bin':18,28 '1':20 '11':26 '12':23 '18':27 '28':25 'alpin':10,15 'around':43 'ash':33 'docker':11 'doesn':35 'done':8 'effect':47 'exact':5 'extens':39 'l':17 'like':4 'look':3 'lrwxrwxrwx':19 'ls':16 'nifti':48 'produc':44 'rm':13 'root':21,22 'run':12 'sep':24 'support':37 'work':42 'work-around':41 'yup':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/4517644"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698967835 {#1606
          date: 2023-11-03 00:30:35.0 +01:00
        }
        +"title": 85896
      }
      0 => App\Entity\EntryComment {#1596}
    ]
    -id: 9053
    -titleTs: "'ash':1 'bash':3 'vs':2"
    -bodyTs: "'12':61 '5':60 'alpin':9 'also':56 'anoth':64 'anyway':93 'array':84 'ash':7,35,80,110 'assumpt':32 'awesom':98 'bash':49,76,86 'best':43 'big':22 'brace':94 'bracket':40,119 'busybox':16 'differ':23 'doesn':87 'doubl':38,117 'els':106 'expans':95 'fals':31 'found':74 'insid':53 'knew':20 'limit':115 'linux':10 'live':102 'logic':51 'm':4 'part':14 'realli':121 'refer':2 'seem':89 'squar':39,118 'stage':68 'substr':59 'support':37,57 'surpris':65,122 'talk':5 'tell':46 'thing':71,120 'thought':18 'trickeri':52 'turn':26 'use':111 'variabl':58 've':29,73 'well':92 'without':103 'year':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698934182
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/8481479"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698887182 {#1640
      date: 2023-11-02 02:06:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: "Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699031270 {#1568
    date: 2023-11-03 18:07:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
    "@palordrolap@kbin.social"
    "@jntesteves@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1555 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 87531
  -bodyTs: "'ash':8 'box':13 'good':14 'huh':1 'know':16 'link':4 'support':9 'thank':17 'unnecessari':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4538152"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699031270 {#1604
    date: 2023-11-03 18:07:50.0 +01:00
  }
  +"title": 87531
}
"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
12 DENIED moderate
App\Entity\EntryComment {#1596
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1727 …}
    +slug: "Ash-Vs-Bash"
    +title: "Ash Vs Bash"
    +url: null
    +body: """
      [For reference, I’m talking about Ash in Alpine Linux here, which is part of BusyBox.]\n
      \n
      I thought I knew the big differences, but it turns out I’ve had false assumptions for years. Ash *does* support `[[ double square brackets ]]` and (as best I can tell) all of Bash’s logical trickery inside them. It also supports ${VARIABLE_SUBSTRINGS:5:12}` which was another surprise.\n
      \n
      At this stage, the only things I’ve found that Bash can do that Ash can’t are:\n
      \n
      - Arrays, which Bash doesn’t seem to do well anyway\n
      - Brace expansion, which is awesome but I can live without it.\n
      \n
      What else is there? Did Ash used to be more limited? The double square bracket thing really surprised me.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 9
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699031270 {#2456
      date: 2023-11-03 18:07:50.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1735 …}
    +votes: Doctrine\ORM\PersistentCollection {#1729 …}
    +reports: Doctrine\ORM\PersistentCollection {#1715 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1906 …}
    +badges: Doctrine\ORM\PersistentCollection {#1402 …}
    +children: [
      1 => App\Entity\EntryComment {#1641
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
        +body: """
          Yup, that looks like exactly what was done in Alpine:\n
          \n
          ```\n
          \n
          <span style="color:#323232;">$ docker run --rm -it alpine ls -l /usr/bin/[[\n
          </span><span style="color:#323232;">lrwxrwxrwx    1 root     root            12 Sep 28 11:18 /usr/bin/[[ -> /bin/busybox\n
          </span>\n
          ```\n
          \n
          So while the Ash itself doesn’t support the `[[` extension, this work-around produces the same effect. Nifty.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1698967835 {#1696
          date: 2023-11-03 00:30:35.0 +01:00
        }
        +ip: null
        +tags: [
          "323232"
        ]
        +mentions: [
          "@danielquinn@lemmy.ca"
          "@palordrolap@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1593 …}
        +nested: Doctrine\ORM\PersistentCollection {#1590 …}
        +votes: Doctrine\ORM\PersistentCollection {#1553 …}
        +reports: Doctrine\ORM\PersistentCollection {#1662 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1566 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1564 …}
        -id: 85896
        -bodyTs: "'/bin/busybox':29 '/usr/bin':18,28 '1':20 '11':26 '12':23 '18':27 '28':25 'alpin':10,15 'around':43 'ash':33 'docker':11 'doesn':35 'done':8 'effect':47 'exact':5 'extens':39 'l':17 'like':4 'look':3 'lrwxrwxrwx':19 'ls':16 'nifti':48 'produc':44 'rm':13 'root':21,22 'run':12 'sep':24 'support':37 'work':42 'work-around':41 'yup':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/4517644"
        +editedAt: null
        +createdAt: DateTimeImmutable @1698967835 {#1606
          date: 2023-11-03 00:30:35.0 +01:00
        }
        +"title": 85896
      }
      0 => App\Entity\EntryComment {#1596}
    ]
    -id: 9053
    -titleTs: "'ash':1 'bash':3 'vs':2"
    -bodyTs: "'12':61 '5':60 'alpin':9 'also':56 'anoth':64 'anyway':93 'array':84 'ash':7,35,80,110 'assumpt':32 'awesom':98 'bash':49,76,86 'best':43 'big':22 'brace':94 'bracket':40,119 'busybox':16 'differ':23 'doesn':87 'doubl':38,117 'els':106 'expans':95 'fals':31 'found':74 'insid':53 'knew':20 'limit':115 'linux':10 'live':102 'logic':51 'm':4 'part':14 'realli':121 'refer':2 'seem':89 'squar':39,118 'stage':68 'substr':59 'support':37,57 'surpris':65,122 'talk':5 'tell':46 'thing':71,120 'thought':18 'trickeri':52 'turn':26 'use':111 'variabl':58 've':29,73 'well':92 'without':103 'year':34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698934182
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/8481479"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698887182 {#1640
      date: 2023-11-02 02:06:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +body: "Huh. So the link is unnecessary and Ash supports [[ out of the box? Good to know, thanks!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699031270 {#1568
    date: 2023-11-03 18:07:50.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@danielquinn@lemmy.ca"
    "@palordrolap@kbin.social"
    "@jntesteves@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1555 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 87531
  -bodyTs: "'ash':8 'box':13 'good':14 'huh':1 'know':16 'link':4 'support':9 'thank':17 'unnecessari':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/4538152"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699031270 {#1604
    date: 2023-11-03 18:07:50.0 +01:00
  }
  +"title": 87531
}
"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
13 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
14 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