GET https://kbin.spritesserver.nl/index.php/u/@flyos@jlai.lu/active

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.96 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.06 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
App\Entity\Entry {#1434
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1669 …}
  +slug: "A-tool-to-filter-and-reorganise-iCalendar-ICS-files"
  +title: "A tool to filter and reorganise iCalendar (ICS) files?"
  +url: null
  +body: """
    Hi,\n
    \n
    I would like to reorganise a big calendar into several smaller ones, e.g. based on the categories of events (say categories “Birthday” would be moved to a “Birthday” calendar and so on). I know it could some up with some highly convoluted awk script to filter the very unfriendly ICS format, but I thought I could simplify my life and use the work of some nice person who certainly had come up with a tool to manipulate ICS files (GUI or CLI), right?\n
    \n
    It turns out, I can find many small scripts or Github repos named “icsfilter” or the like, but nothing seemingly quite established.\n
    \n
    That’s why I turn to this great community: anybody who was confronted to the same problem and could recommend a nice utility to filter ICS files?\n
    \n
    Thanks a lot!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712243600 {#1624
    date: 2024-04-04 17:13:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
  +badges: Doctrine\ORM\PersistentCollection {#1559 …}
  +children: [
    App\Entity\EntryComment {#2021
      +user: App\Entity\User {#264 …}
      +entry: App\Entity\Entry {#1434}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +body: "Thanks! I found something interesting, a function named `icalfilter` from the ical2html package in Debian/Ubuntu. Very easy to use to filter by categories. Unfortunately, this same package does not exist for openSUSE, but worse case scenario, I can use my Debian server to work on those ICS files."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704529728 {#2011
        date: 2024-01-06 09:28:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@flyos@jlai.lu"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2029 …}
      +nested: Doctrine\ORM\PersistentCollection {#2020 …}
      +votes: Doctrine\ORM\PersistentCollection {#2027 …}
      +reports: Doctrine\ORM\PersistentCollection {#2031 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
      -id: 284903
      -bodyTs: "'case':35 'categori':23 'debian':41 'debian/ubuntu':15 'easi':17 'exist':30 'file':48 'filter':21 'found':3 'function':7 'ic':47 'ical2html':12 'icalfilt':9 'interest':5 'name':8 'opensus':32 'packag':13,27 'scenario':36 'server':42 'someth':4 'thank':1 'unfortun':24 'use':19,39 'work':44 'wors':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/4516282"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704529728 {#2033
        date: 2024-01-06 09:28:48.0 +01:00
      }
      +"title": 284903
    }
  ]
  -id: 27470
  -titleTs: "'file':9 'filter':4 'ic':8 'icalendar':7 'reorganis':6 'tool':2"
  -bodyTs: "'anybodi':116 'awk':44 'base':15 'big':8 'birthday':23,29 'calendar':9,30 'categori':18,22 'certain':70 'cli':83 'come':72 'communiti':115 'confront':119 'convolut':43 'could':37,57,125 'e.g':14 'establish':106 'event':20 'file':80,133 'filter':47,131 'find':90 'format':52 'github':95 'great':114 'gui':81 'hi':1 'high':42 'ic':51,79,132 'icsfilt':98 'know':35 'life':60 'like':4,101 'lot':136 'mani':91 'manipul':78 'move':26 'name':97 'nice':67,128 'noth':103 'one':13 'person':68 'problem':123 'quit':105 'recommend':126 'reorganis':6 'repo':96 'right':84 'say':21 'script':45,93 'seem':104 'sever':11 'simplifi':58 'small':92 'smaller':12 'thank':134 'thought':55 'tool':76 'turn':86,111 'unfriend':50 'use':62 'util':129 'work':64 'would':3,24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704536698
  +visibility: "visible             "
  +apId: "https://jlai.lu/post/3374693"
  +editedAt: DateTimeImmutable @1712114121 {#1660
    date: 2024-04-03 05:15:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704483198 {#1449
    date: 2024-01-05 20:33:18.0 +01:00
  }
}
"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
App\Entity\Entry {#1434
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1669 …}
  +slug: "A-tool-to-filter-and-reorganise-iCalendar-ICS-files"
  +title: "A tool to filter and reorganise iCalendar (ICS) files?"
  +url: null
  +body: """
    Hi,\n
    \n
    I would like to reorganise a big calendar into several smaller ones, e.g. based on the categories of events (say categories “Birthday” would be moved to a “Birthday” calendar and so on). I know it could some up with some highly convoluted awk script to filter the very unfriendly ICS format, but I thought I could simplify my life and use the work of some nice person who certainly had come up with a tool to manipulate ICS files (GUI or CLI), right?\n
    \n
    It turns out, I can find many small scripts or Github repos named “icsfilter” or the like, but nothing seemingly quite established.\n
    \n
    That’s why I turn to this great community: anybody who was confronted to the same problem and could recommend a nice utility to filter ICS files?\n
    \n
    Thanks a lot!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712243600 {#1624
    date: 2024-04-04 17:13:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
  +badges: Doctrine\ORM\PersistentCollection {#1559 …}
  +children: [
    App\Entity\EntryComment {#2021
      +user: App\Entity\User {#264 …}
      +entry: App\Entity\Entry {#1434}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +body: "Thanks! I found something interesting, a function named `icalfilter` from the ical2html package in Debian/Ubuntu. Very easy to use to filter by categories. Unfortunately, this same package does not exist for openSUSE, but worse case scenario, I can use my Debian server to work on those ICS files."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704529728 {#2011
        date: 2024-01-06 09:28:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@flyos@jlai.lu"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2029 …}
      +nested: Doctrine\ORM\PersistentCollection {#2020 …}
      +votes: Doctrine\ORM\PersistentCollection {#2027 …}
      +reports: Doctrine\ORM\PersistentCollection {#2031 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
      -id: 284903
      -bodyTs: "'case':35 'categori':23 'debian':41 'debian/ubuntu':15 'easi':17 'exist':30 'file':48 'filter':21 'found':3 'function':7 'ic':47 'ical2html':12 'icalfilt':9 'interest':5 'name':8 'opensus':32 'packag':13,27 'scenario':36 'server':42 'someth':4 'thank':1 'unfortun':24 'use':19,39 'work':44 'wors':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/4516282"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704529728 {#2033
        date: 2024-01-06 09:28:48.0 +01:00
      }
      +"title": 284903
    }
  ]
  -id: 27470
  -titleTs: "'file':9 'filter':4 'ic':8 'icalendar':7 'reorganis':6 'tool':2"
  -bodyTs: "'anybodi':116 'awk':44 'base':15 'big':8 'birthday':23,29 'calendar':9,30 'categori':18,22 'certain':70 'cli':83 'come':72 'communiti':115 'confront':119 'convolut':43 'could':37,57,125 'e.g':14 'establish':106 'event':20 'file':80,133 'filter':47,131 'find':90 'format':52 'github':95 'great':114 'gui':81 'hi':1 'high':42 'ic':51,79,132 'icsfilt':98 'know':35 'life':60 'like':4,101 'lot':136 'mani':91 'manipul':78 'move':26 'name':97 'nice':67,128 'noth':103 'one':13 'person':68 'problem':123 'quit':105 'recommend':126 'reorganis':6 'repo':96 'right':84 'say':21 'script':45,93 'seem':104 'sever':11 'simplifi':58 'small':92 'smaller':12 'thank':134 'thought':55 'tool':76 'turn':86,111 'unfriend':50 'use':62 'util':129 'work':64 'would':3,24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704536698
  +visibility: "visible             "
  +apId: "https://jlai.lu/post/3374693"
  +editedAt: DateTimeImmutable @1712114121 {#1660
    date: 2024-04-03 05:15:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704483198 {#1449
    date: 2024-01-05 20:33:18.0 +01:00
  }
}
"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
App\Entity\Entry {#1434
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1669 …}
  +slug: "A-tool-to-filter-and-reorganise-iCalendar-ICS-files"
  +title: "A tool to filter and reorganise iCalendar (ICS) files?"
  +url: null
  +body: """
    Hi,\n
    \n
    I would like to reorganise a big calendar into several smaller ones, e.g. based on the categories of events (say categories “Birthday” would be moved to a “Birthday” calendar and so on). I know it could some up with some highly convoluted awk script to filter the very unfriendly ICS format, but I thought I could simplify my life and use the work of some nice person who certainly had come up with a tool to manipulate ICS files (GUI or CLI), right?\n
    \n
    It turns out, I can find many small scripts or Github repos named “icsfilter” or the like, but nothing seemingly quite established.\n
    \n
    That’s why I turn to this great community: anybody who was confronted to the same problem and could recommend a nice utility to filter ICS files?\n
    \n
    Thanks a lot!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712243600 {#1624
    date: 2024-04-04 17:13:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1679 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
  +badges: Doctrine\ORM\PersistentCollection {#1559 …}
  +children: [
    App\Entity\EntryComment {#2021
      +user: App\Entity\User {#264 …}
      +entry: App\Entity\Entry {#1434}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +body: "Thanks! I found something interesting, a function named `icalfilter` from the ical2html package in Debian/Ubuntu. Very easy to use to filter by categories. Unfortunately, this same package does not exist for openSUSE, but worse case scenario, I can use my Debian server to work on those ICS files."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704529728 {#2011
        date: 2024-01-06 09:28:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@flyos@jlai.lu"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2029 …}
      +nested: Doctrine\ORM\PersistentCollection {#2020 …}
      +votes: Doctrine\ORM\PersistentCollection {#2027 …}
      +reports: Doctrine\ORM\PersistentCollection {#2031 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
      -id: 284903
      -bodyTs: "'case':35 'categori':23 'debian':41 'debian/ubuntu':15 'easi':17 'exist':30 'file':48 'filter':21 'found':3 'function':7 'ic':47 'ical2html':12 'icalfilt':9 'interest':5 'name':8 'opensus':32 'packag':13,27 'scenario':36 'server':42 'someth':4 'thank':1 'unfortun':24 'use':19,39 'work':44 'wors':34"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/4516282"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704529728 {#2033
        date: 2024-01-06 09:28:48.0 +01:00
      }
      +"title": 284903
    }
  ]
  -id: 27470
  -titleTs: "'file':9 'filter':4 'ic':8 'icalendar':7 'reorganis':6 'tool':2"
  -bodyTs: "'anybodi':116 'awk':44 'base':15 'big':8 'birthday':23,29 'calendar':9,30 'categori':18,22 'certain':70 'cli':83 'come':72 'communiti':115 'confront':119 'convolut':43 'could':37,57,125 'e.g':14 'establish':106 'event':20 'file':80,133 'filter':47,131 'find':90 'format':52 'github':95 'great':114 'gui':81 'hi':1 'high':42 'ic':51,79,132 'icsfilt':98 'know':35 'life':60 'like':4,101 'lot':136 'mani':91 'manipul':78 'move':26 'name':97 'nice':67,128 'noth':103 'one':13 'person':68 'problem':123 'quit':105 'recommend':126 'reorganis':6 'repo':96 'right':84 'say':21 'script':45,93 'seem':104 'sever':11 'simplifi':58 'small':92 'smaller':12 'thank':134 'thought':55 'tool':76 'turn':86,111 'unfriend':50 'use':62 'util':129 'work':64 'would':3,24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704536698
  +visibility: "visible             "
  +apId: "https://jlai.lu/post/3374693"
  +editedAt: DateTimeImmutable @1712114121 {#1660
    date: 2024-04-03 05:15:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704483198 {#1449
    date: 2024-01-05 20:33:18.0 +01:00
  }
}
"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 {#2021
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#1434
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1669 …}
    +slug: "A-tool-to-filter-and-reorganise-iCalendar-ICS-files"
    +title: "A tool to filter and reorganise iCalendar (ICS) files?"
    +url: null
    +body: """
      Hi,\n
      \n
      I would like to reorganise a big calendar into several smaller ones, e.g. based on the categories of events (say categories “Birthday” would be moved to a “Birthday” calendar and so on). I know it could some up with some highly convoluted awk script to filter the very unfriendly ICS format, but I thought I could simplify my life and use the work of some nice person who certainly had come up with a tool to manipulate ICS files (GUI or CLI), right?\n
      \n
      It turns out, I can find many small scripts or Github repos named “icsfilter” or the like, but nothing seemingly quite established.\n
      \n
      That’s why I turn to this great community: anybody who was confronted to the same problem and could recommend a nice utility to filter ICS files?\n
      \n
      Thanks a lot!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712243600 {#1624
      date: 2024-04-04 17:13:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1670 …}
    +votes: Doctrine\ORM\PersistentCollection {#1667 …}
    +reports: Doctrine\ORM\PersistentCollection {#1679 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
    +badges: Doctrine\ORM\PersistentCollection {#1559 …}
    +children: [
      App\Entity\EntryComment {#2021}
    ]
    -id: 27470
    -titleTs: "'file':9 'filter':4 'ic':8 'icalendar':7 'reorganis':6 'tool':2"
    -bodyTs: "'anybodi':116 'awk':44 'base':15 'big':8 'birthday':23,29 'calendar':9,30 'categori':18,22 'certain':70 'cli':83 'come':72 'communiti':115 'confront':119 'convolut':43 'could':37,57,125 'e.g':14 'establish':106 'event':20 'file':80,133 'filter':47,131 'find':90 'format':52 'github':95 'great':114 'gui':81 'hi':1 'high':42 'ic':51,79,132 'icsfilt':98 'know':35 'life':60 'like':4,101 'lot':136 'mani':91 'manipul':78 'move':26 'name':97 'nice':67,128 'noth':103 'one':13 'person':68 'problem':123 'quit':105 'recommend':126 'reorganis':6 'repo':96 'right':84 'say':21 'script':45,93 'seem':104 'sever':11 'simplifi':58 'small':92 'smaller':12 'thank':134 'thought':55 'tool':76 'turn':86,111 'unfriend':50 'use':62 'util':129 'work':64 'would':3,24"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704536698
    +visibility: "visible             "
    +apId: "https://jlai.lu/post/3374693"
    +editedAt: DateTimeImmutable @1712114121 {#1660
      date: 2024-04-03 05:15:21.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704483198 {#1449
      date: 2024-01-05 20:33:18.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +body: "Thanks! I found something interesting, a function named `icalfilter` from the ical2html package in Debian/Ubuntu. Very easy to use to filter by categories. Unfortunately, this same package does not exist for openSUSE, but worse case scenario, I can use my Debian server to work on those ICS files."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704529728 {#2011
    date: 2024-01-06 09:28:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@flyos@jlai.lu"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2029 …}
  +nested: Doctrine\ORM\PersistentCollection {#2020 …}
  +votes: Doctrine\ORM\PersistentCollection {#2027 …}
  +reports: Doctrine\ORM\PersistentCollection {#2031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
  -id: 284903
  -bodyTs: "'case':35 'categori':23 'debian':41 'debian/ubuntu':15 'easi':17 'exist':30 'file':48 'filter':21 'found':3 'function':7 'ic':47 'ical2html':12 'icalfilt':9 'interest':5 'name':8 'opensus':32 'packag':13,27 'scenario':36 'server':42 'someth':4 'thank':1 'unfortun':24 'use':19,39 'work':44 'wors':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/4516282"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704529728 {#2033
    date: 2024-01-06 09:28:48.0 +01:00
  }
  +"title": 284903
}
"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 {#2021
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#1434
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1669 …}
    +slug: "A-tool-to-filter-and-reorganise-iCalendar-ICS-files"
    +title: "A tool to filter and reorganise iCalendar (ICS) files?"
    +url: null
    +body: """
      Hi,\n
      \n
      I would like to reorganise a big calendar into several smaller ones, e.g. based on the categories of events (say categories “Birthday” would be moved to a “Birthday” calendar and so on). I know it could some up with some highly convoluted awk script to filter the very unfriendly ICS format, but I thought I could simplify my life and use the work of some nice person who certainly had come up with a tool to manipulate ICS files (GUI or CLI), right?\n
      \n
      It turns out, I can find many small scripts or Github repos named “icsfilter” or the like, but nothing seemingly quite established.\n
      \n
      That’s why I turn to this great community: anybody who was confronted to the same problem and could recommend a nice utility to filter ICS files?\n
      \n
      Thanks a lot!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712243600 {#1624
      date: 2024-04-04 17:13:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1670 …}
    +votes: Doctrine\ORM\PersistentCollection {#1667 …}
    +reports: Doctrine\ORM\PersistentCollection {#1679 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
    +badges: Doctrine\ORM\PersistentCollection {#1559 …}
    +children: [
      App\Entity\EntryComment {#2021}
    ]
    -id: 27470
    -titleTs: "'file':9 'filter':4 'ic':8 'icalendar':7 'reorganis':6 'tool':2"
    -bodyTs: "'anybodi':116 'awk':44 'base':15 'big':8 'birthday':23,29 'calendar':9,30 'categori':18,22 'certain':70 'cli':83 'come':72 'communiti':115 'confront':119 'convolut':43 'could':37,57,125 'e.g':14 'establish':106 'event':20 'file':80,133 'filter':47,131 'find':90 'format':52 'github':95 'great':114 'gui':81 'hi':1 'high':42 'ic':51,79,132 'icsfilt':98 'know':35 'life':60 'like':4,101 'lot':136 'mani':91 'manipul':78 'move':26 'name':97 'nice':67,128 'noth':103 'one':13 'person':68 'problem':123 'quit':105 'recommend':126 'reorganis':6 'repo':96 'right':84 'say':21 'script':45,93 'seem':104 'sever':11 'simplifi':58 'small':92 'smaller':12 'thank':134 'thought':55 'tool':76 'turn':86,111 'unfriend':50 'use':62 'util':129 'work':64 'would':3,24"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704536698
    +visibility: "visible             "
    +apId: "https://jlai.lu/post/3374693"
    +editedAt: DateTimeImmutable @1712114121 {#1660
      date: 2024-04-03 05:15:21.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704483198 {#1449
      date: 2024-01-05 20:33:18.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +body: "Thanks! I found something interesting, a function named `icalfilter` from the ical2html package in Debian/Ubuntu. Very easy to use to filter by categories. Unfortunately, this same package does not exist for openSUSE, but worse case scenario, I can use my Debian server to work on those ICS files."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704529728 {#2011
    date: 2024-01-06 09:28:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@flyos@jlai.lu"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2029 …}
  +nested: Doctrine\ORM\PersistentCollection {#2020 …}
  +votes: Doctrine\ORM\PersistentCollection {#2027 …}
  +reports: Doctrine\ORM\PersistentCollection {#2031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
  -id: 284903
  -bodyTs: "'case':35 'categori':23 'debian':41 'debian/ubuntu':15 'easi':17 'exist':30 'file':48 'filter':21 'found':3 'function':7 'ic':47 'ical2html':12 'icalfilt':9 'interest':5 'name':8 'opensus':32 'packag':13,27 'scenario':36 'server':42 'someth':4 'thank':1 'unfortun':24 'use':19,39 'work':44 'wors':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/4516282"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704529728 {#2033
    date: 2024-01-06 09:28:48.0 +01:00
  }
  +"title": 284903
}
"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 {#2021
  +user: App\Entity\User {#264 …}
  +entry: App\Entity\Entry {#1434
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1669 …}
    +slug: "A-tool-to-filter-and-reorganise-iCalendar-ICS-files"
    +title: "A tool to filter and reorganise iCalendar (ICS) files?"
    +url: null
    +body: """
      Hi,\n
      \n
      I would like to reorganise a big calendar into several smaller ones, e.g. based on the categories of events (say categories “Birthday” would be moved to a “Birthday” calendar and so on). I know it could some up with some highly convoluted awk script to filter the very unfriendly ICS format, but I thought I could simplify my life and use the work of some nice person who certainly had come up with a tool to manipulate ICS files (GUI or CLI), right?\n
      \n
      It turns out, I can find many small scripts or Github repos named “icsfilter” or the like, but nothing seemingly quite established.\n
      \n
      That’s why I turn to this great community: anybody who was confronted to the same problem and could recommend a nice utility to filter ICS files?\n
      \n
      Thanks a lot!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 2
    +favouriteCount: 18
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712243600 {#1624
      date: 2024-04-04 17:13:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1670 …}
    +votes: Doctrine\ORM\PersistentCollection {#1667 …}
    +reports: Doctrine\ORM\PersistentCollection {#1679 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1575 …}
    +badges: Doctrine\ORM\PersistentCollection {#1559 …}
    +children: [
      App\Entity\EntryComment {#2021}
    ]
    -id: 27470
    -titleTs: "'file':9 'filter':4 'ic':8 'icalendar':7 'reorganis':6 'tool':2"
    -bodyTs: "'anybodi':116 'awk':44 'base':15 'big':8 'birthday':23,29 'calendar':9,30 'categori':18,22 'certain':70 'cli':83 'come':72 'communiti':115 'confront':119 'convolut':43 'could':37,57,125 'e.g':14 'establish':106 'event':20 'file':80,133 'filter':47,131 'find':90 'format':52 'github':95 'great':114 'gui':81 'hi':1 'high':42 'ic':51,79,132 'icsfilt':98 'know':35 'life':60 'like':4,101 'lot':136 'mani':91 'manipul':78 'move':26 'name':97 'nice':67,128 'noth':103 'one':13 'person':68 'problem':123 'quit':105 'recommend':126 'reorganis':6 'repo':96 'right':84 'say':21 'script':45,93 'seem':104 'sever':11 'simplifi':58 'small':92 'smaller':12 'thank':134 'thought':55 'tool':76 'turn':86,111 'unfriend':50 'use':62 'util':129 'work':64 'would':3,24"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704536698
    +visibility: "visible             "
    +apId: "https://jlai.lu/post/3374693"
    +editedAt: DateTimeImmutable @1712114121 {#1660
      date: 2024-04-03 05:15:21.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704483198 {#1449
      date: 2024-01-05 20:33:18.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +body: "Thanks! I found something interesting, a function named `icalfilter` from the ical2html package in Debian/Ubuntu. Very easy to use to filter by categories. Unfortunately, this same package does not exist for openSUSE, but worse case scenario, I can use my Debian server to work on those ICS files."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704529728 {#2011
    date: 2024-01-06 09:28:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@flyos@jlai.lu"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2029 …}
  +nested: Doctrine\ORM\PersistentCollection {#2020 …}
  +votes: Doctrine\ORM\PersistentCollection {#2027 …}
  +reports: Doctrine\ORM\PersistentCollection {#2031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
  -id: 284903
  -bodyTs: "'case':35 'categori':23 'debian':41 'debian/ubuntu':15 'easi':17 'exist':30 'file':48 'filter':21 'found':3 'function':7 'ic':47 'ical2html':12 'icalfilt':9 'interest':5 'name':8 'opensus':32 'packag':13,27 'scenario':36 'server':42 'someth':4 'thank':1 'unfortun':24 'use':19,39 'work':44 'wors':34"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/4516282"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704529728 {#2033
    date: 2024-01-06 09:28:48.0 +01:00
  }
  +"title": 284903
}
"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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2047 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: Proxies\__CG__\App\Entity\Image {#2046 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
  +slug: "He-did-though"
  +title: "He did though."
  +url: "https://mander.xyz/pictrs/image/66255c82-b6fc-44c5-a7ab-914fe6b493b2.webp"
  +body: "[en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1](https://en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 95
  +favouriteCount: 1153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702168767 {#2079
    date: 2023-12-10 01:39:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2048 …}
  +reports: Doctrine\ORM\PersistentCollection {#2070 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  +badges: Doctrine\ORM\PersistentCollection {#2069 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +body: "Depends. Many journals in Evolution/Ecology are still free to publish in non-OA. It’s becoming rarer though because many journals are switching to full (paid!) open access."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701155200 {#1405
        date: 2023-11-28 08:06:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@SatanicNotMessianic@lemmy.ml"
        "@QZM@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1361 …}
      +nested: Doctrine\ORM\PersistentCollection {#1403 …}
      +votes: Doctrine\ORM\PersistentCollection {#2023 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
      -id: 172799
      -bodyTs: "'access':29 'becom':17 'depend':1 'evolution/ecology':5 'free':8 'full':26 'journal':3,22 'mani':2,21 'non':13 'non-oa':12 'oa':14 'open':28 'paid':27 'publish':10 'rarer':18 'still':7 'switch':24 'though':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3760391"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701155200 {#1385
        date: 2023-11-28 08:06:40.0 +01:00
      }
      +"title": 172799
    }
  ]
  -id: 17491
  -titleTs: "'though':3"
  -bodyTs: "'/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':3 'en.wikipedia.org':2 'en.wikipedia.org/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701200072
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6664595"
  +editedAt: DateTimeImmutable @1701843868 {#2064
    date: 2023-12-06 07:24:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701113672 {#2062
    date: 2023-11-27 20:34:32.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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2047 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: Proxies\__CG__\App\Entity\Image {#2046 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
  +slug: "He-did-though"
  +title: "He did though."
  +url: "https://mander.xyz/pictrs/image/66255c82-b6fc-44c5-a7ab-914fe6b493b2.webp"
  +body: "[en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1](https://en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 95
  +favouriteCount: 1153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702168767 {#2079
    date: 2023-12-10 01:39:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2048 …}
  +reports: Doctrine\ORM\PersistentCollection {#2070 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  +badges: Doctrine\ORM\PersistentCollection {#2069 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +body: "Depends. Many journals in Evolution/Ecology are still free to publish in non-OA. It’s becoming rarer though because many journals are switching to full (paid!) open access."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701155200 {#1405
        date: 2023-11-28 08:06:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@SatanicNotMessianic@lemmy.ml"
        "@QZM@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1361 …}
      +nested: Doctrine\ORM\PersistentCollection {#1403 …}
      +votes: Doctrine\ORM\PersistentCollection {#2023 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
      -id: 172799
      -bodyTs: "'access':29 'becom':17 'depend':1 'evolution/ecology':5 'free':8 'full':26 'journal':3,22 'mani':2,21 'non':13 'non-oa':12 'oa':14 'open':28 'paid':27 'publish':10 'rarer':18 'still':7 'switch':24 'though':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3760391"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701155200 {#1385
        date: 2023-11-28 08:06:40.0 +01:00
      }
      +"title": 172799
    }
  ]
  -id: 17491
  -titleTs: "'though':3"
  -bodyTs: "'/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':3 'en.wikipedia.org':2 'en.wikipedia.org/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701200072
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6664595"
  +editedAt: DateTimeImmutable @1701843868 {#2064
    date: 2023-12-06 07:24:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701113672 {#2062
    date: 2023-11-27 20:34:32.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 {#1401
  +user: Proxies\__CG__\App\Entity\User {#2047 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: Proxies\__CG__\App\Entity\Image {#2046 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
  +slug: "He-did-though"
  +title: "He did though."
  +url: "https://mander.xyz/pictrs/image/66255c82-b6fc-44c5-a7ab-914fe6b493b2.webp"
  +body: "[en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1](https://en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1)"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 95
  +favouriteCount: 1153
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702168767 {#2079
    date: 2023-12-10 01:39:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2056 …}
  +votes: Doctrine\ORM\PersistentCollection {#2048 …}
  +reports: Doctrine\ORM\PersistentCollection {#2070 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
  +badges: Doctrine\ORM\PersistentCollection {#2069 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +body: "Depends. Many journals in Evolution/Ecology are still free to publish in non-OA. It’s becoming rarer though because many journals are switching to full (paid!) open access."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701155200 {#1405
        date: 2023-11-28 08:06:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@SatanicNotMessianic@lemmy.ml"
        "@QZM@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1361 …}
      +nested: Doctrine\ORM\PersistentCollection {#1403 …}
      +votes: Doctrine\ORM\PersistentCollection {#2023 …}
      +reports: Doctrine\ORM\PersistentCollection {#2032 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
      -id: 172799
      -bodyTs: "'access':29 'becom':17 'depend':1 'evolution/ecology':5 'free':8 'full':26 'journal':3,22 'mani':2,21 'non':13 'non-oa':12 'oa':14 'open':28 'paid':27 'publish':10 'rarer':18 'still':7 'switch':24 'though':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3760391"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701155200 {#1385
        date: 2023-11-28 08:06:40.0 +01:00
      }
      +"title": 172799
    }
  ]
  -id: 17491
  -titleTs: "'though':3"
  -bodyTs: "'/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':3 'en.wikipedia.org':2 'en.wikipedia.org/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701200072
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6664595"
  +editedAt: DateTimeImmutable @1701843868 {#2064
    date: 2023-12-06 07:24:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701113672 {#2062
    date: 2023-11-27 20:34:32.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 {#1382
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2047 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: Proxies\__CG__\App\Entity\Image {#2046 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
    +slug: "He-did-though"
    +title: "He did though."
    +url: "https://mander.xyz/pictrs/image/66255c82-b6fc-44c5-a7ab-914fe6b493b2.webp"
    +body: "[en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1](https://en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1)"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 95
    +favouriteCount: 1153
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702168767 {#2079
      date: 2023-12-10 01:39:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2056 …}
    +votes: Doctrine\ORM\PersistentCollection {#2048 …}
    +reports: Doctrine\ORM\PersistentCollection {#2070 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
    +badges: Doctrine\ORM\PersistentCollection {#2069 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -id: 17491
    -titleTs: "'though':3"
    -bodyTs: "'/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':3 'en.wikipedia.org':2 'en.wikipedia.org/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701200072
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6664595"
    +editedAt: DateTimeImmutable @1701843868 {#2064
      date: 2023-12-06 07:24:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701113672 {#2062
      date: 2023-11-27 20:34:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +body: "Depends. Many journals in Evolution/Ecology are still free to publish in non-OA. It’s becoming rarer though because many journals are switching to full (paid!) open access."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701155200 {#1405
    date: 2023-11-28 08:06:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@SatanicNotMessianic@lemmy.ml"
    "@QZM@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#2023 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
  -id: 172799
  -bodyTs: "'access':29 'becom':17 'depend':1 'evolution/ecology':5 'free':8 'full':26 'journal':3,22 'mani':2,21 'non':13 'non-oa':12 'oa':14 'open':28 'paid':27 'publish':10 'rarer':18 'still':7 'switch':24 'though':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3760391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701155200 {#1385
    date: 2023-11-28 08:06:40.0 +01:00
  }
  +"title": 172799
}
"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 {#1382
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2047 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: Proxies\__CG__\App\Entity\Image {#2046 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
    +slug: "He-did-though"
    +title: "He did though."
    +url: "https://mander.xyz/pictrs/image/66255c82-b6fc-44c5-a7ab-914fe6b493b2.webp"
    +body: "[en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1](https://en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1)"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 95
    +favouriteCount: 1153
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702168767 {#2079
      date: 2023-12-10 01:39:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2056 …}
    +votes: Doctrine\ORM\PersistentCollection {#2048 …}
    +reports: Doctrine\ORM\PersistentCollection {#2070 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
    +badges: Doctrine\ORM\PersistentCollection {#2069 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -id: 17491
    -titleTs: "'though':3"
    -bodyTs: "'/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':3 'en.wikipedia.org':2 'en.wikipedia.org/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701200072
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6664595"
    +editedAt: DateTimeImmutable @1701843868 {#2064
      date: 2023-12-06 07:24:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701113672 {#2062
      date: 2023-11-27 20:34:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +body: "Depends. Many journals in Evolution/Ecology are still free to publish in non-OA. It’s becoming rarer though because many journals are switching to full (paid!) open access."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701155200 {#1405
    date: 2023-11-28 08:06:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@SatanicNotMessianic@lemmy.ml"
    "@QZM@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#2023 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
  -id: 172799
  -bodyTs: "'access':29 'becom':17 'depend':1 'evolution/ecology':5 'free':8 'full':26 'journal':3,22 'mani':2,21 'non':13 'non-oa':12 'oa':14 'open':28 'paid':27 'publish':10 'rarer':18 'still':7 'switch':24 'though':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3760391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701155200 {#1385
    date: 2023-11-28 08:06:40.0 +01:00
  }
  +"title": 172799
}
"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 {#1382
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2047 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: Proxies\__CG__\App\Entity\Image {#2046 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
    +slug: "He-did-though"
    +title: "He did though."
    +url: "https://mander.xyz/pictrs/image/66255c82-b6fc-44c5-a7ab-914fe6b493b2.webp"
    +body: "[en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1](https://en.wikipedia.org/wiki/Craig_Venter?wprov=sfla1)"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 95
    +favouriteCount: 1153
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702168767 {#2079
      date: 2023-12-10 01:39:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2056 …}
    +votes: Doctrine\ORM\PersistentCollection {#2048 …}
    +reports: Doctrine\ORM\PersistentCollection {#2070 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2071 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2074 …}
    +badges: Doctrine\ORM\PersistentCollection {#2069 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -id: 17491
    -titleTs: "'though':3"
    -bodyTs: "'/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':3 'en.wikipedia.org':2 'en.wikipedia.org/wiki/craig_venter?wprov=sfla1](https://en.wikipedia.org/wiki/craig_venter?wprov=sfla1)':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701200072
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6664595"
    +editedAt: DateTimeImmutable @1701843868 {#2064
      date: 2023-12-06 07:24:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701113672 {#2062
      date: 2023-11-27 20:34:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1404 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +body: "Depends. Many journals in Evolution/Ecology are still free to publish in non-OA. It’s becoming rarer though because many journals are switching to full (paid!) open access."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701155200 {#1405
    date: 2023-11-28 08:06:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@SatanicNotMessianic@lemmy.ml"
    "@QZM@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1361 …}
  +nested: Doctrine\ORM\PersistentCollection {#1403 …}
  +votes: Doctrine\ORM\PersistentCollection {#2023 …}
  +reports: Doctrine\ORM\PersistentCollection {#2032 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2018 …}
  -id: 172799
  -bodyTs: "'access':29 'becom':17 'depend':1 'evolution/ecology':5 'free':8 'full':26 'journal':3,22 'mani':2,21 'non':13 'non-oa':12 'oa':14 'open':28 'paid':27 'publish':10 'rarer':18 'still':7 'switch':24 'though':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3760391"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701155200 {#1385
    date: 2023-11-28 08:06:40.0 +01:00
  }
  +"title": 172799
}
"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 {#1908
  +user: Proxies\__CG__\App\Entity\User {#2084 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: Proxies\__CG__\App\Entity\Image {#2143 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2338 …}
  +slug: "Selecting-the-New-Face-of-openSUSE-is-Underway"
  +title: "Selecting the New Face of openSUSE is Underway"
  +url: "https://news.opensuse.org/2023/11/23/selecting-the-new-face-of-os-is-underway/"
  +body: """
    > The openSUSE community’s logo contest submission phase is now complete and [voting for the logos](https://survey.opensuse.org/) has begun.\n
    \n
    > This competition marks a pivotal moment for openSUSE and the voting goes until Dec. 10.\n
    \n
    > Before making any selections, people are encouraged to visit [en.opensuse.org/Logocontest](https://en.opensuse.org/Logocontest) and view the logos before voting.\n
    \n
    > The number of submissions speaks volumes about the community’s enthusiasm and engagement with 18 submissions for Kalpa, 24 submissions for Slowroll, 21 submissions for Leap, 32 submissions for Tumbleweed and an impressive 36 submissions for a potential new openSUSE logo.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 51
  +favouriteCount: 279
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700925938 {#2068
    date: 2023-11-25 16:25:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2339 …}
  +votes: Doctrine\ORM\PersistentCollection {#2336 …}
  +reports: Doctrine\ORM\PersistentCollection {#2337 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
  +badges: Doctrine\ORM\PersistentCollection {#2324 …}
  +children: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +body: "Always has been a chameleon. It was named Geeko, which generated some confusion."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700899661 {#1410
        date: 2023-11-25 09:07:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@toothbrush@lemmy.blahaj.zone"
        "@WhiteHotaru@feddit.de"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 161677
      -bodyTs: "'alway':1 'chameleon':5 'confus':13 'geeko':9 'generat':11 'name':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3696653"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700899661 {#1874
        date: 2023-11-25 09:07:41.0 +01:00
      }
      +"title": 161677
    }
  ]
  -id: 16262
  -titleTs: "'face':4 'new':3 'opensus':6 'select':1 'underway':8"
  -bodyTs: "'/)':19 '/logocontest](https://en.opensuse.org/logocontest)':48 '10':36 '18':69 '21':77 '24':73 '32':81 '36':88 'begun':21 'communiti':3,63 'competit':23 'complet':11 'contest':6 'dec':35 'en.opensuse.org':47 'en.opensuse.org/logocontest](https://en.opensuse.org/logocontest)':46 'encourag':43 'engag':67 'enthusiasm':65 'goe':33 'impress':87 'kalpa':72 'leap':80 'logo':5,16,52,95 'make':38 'mark':24 'moment':27 'new':93 'number':56 'opensus':2,29,94 'peopl':41 'phase':8 'pivot':26 'potenti':92 'select':40 'slowrol':76 'speak':59 'submiss':7,58,70,74,78,82,89 'survey.opensuse.org':18 'survey.opensuse.org/)':17 'tumblewe':84 'view':50 'visit':45 'volum':60 'vote':13,32,54"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700917013
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/411347"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700830613 {#2090
    date: 2023-11-24 13:56:53.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 {#1908
  +user: Proxies\__CG__\App\Entity\User {#2084 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: Proxies\__CG__\App\Entity\Image {#2143 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2338 …}
  +slug: "Selecting-the-New-Face-of-openSUSE-is-Underway"
  +title: "Selecting the New Face of openSUSE is Underway"
  +url: "https://news.opensuse.org/2023/11/23/selecting-the-new-face-of-os-is-underway/"
  +body: """
    > The openSUSE community’s logo contest submission phase is now complete and [voting for the logos](https://survey.opensuse.org/) has begun.\n
    \n
    > This competition marks a pivotal moment for openSUSE and the voting goes until Dec. 10.\n
    \n
    > Before making any selections, people are encouraged to visit [en.opensuse.org/Logocontest](https://en.opensuse.org/Logocontest) and view the logos before voting.\n
    \n
    > The number of submissions speaks volumes about the community’s enthusiasm and engagement with 18 submissions for Kalpa, 24 submissions for Slowroll, 21 submissions for Leap, 32 submissions for Tumbleweed and an impressive 36 submissions for a potential new openSUSE logo.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 51
  +favouriteCount: 279
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700925938 {#2068
    date: 2023-11-25 16:25:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2339 …}
  +votes: Doctrine\ORM\PersistentCollection {#2336 …}
  +reports: Doctrine\ORM\PersistentCollection {#2337 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
  +badges: Doctrine\ORM\PersistentCollection {#2324 …}
  +children: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +body: "Always has been a chameleon. It was named Geeko, which generated some confusion."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700899661 {#1410
        date: 2023-11-25 09:07:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@toothbrush@lemmy.blahaj.zone"
        "@WhiteHotaru@feddit.de"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 161677
      -bodyTs: "'alway':1 'chameleon':5 'confus':13 'geeko':9 'generat':11 'name':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3696653"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700899661 {#1874
        date: 2023-11-25 09:07:41.0 +01:00
      }
      +"title": 161677
    }
  ]
  -id: 16262
  -titleTs: "'face':4 'new':3 'opensus':6 'select':1 'underway':8"
  -bodyTs: "'/)':19 '/logocontest](https://en.opensuse.org/logocontest)':48 '10':36 '18':69 '21':77 '24':73 '32':81 '36':88 'begun':21 'communiti':3,63 'competit':23 'complet':11 'contest':6 'dec':35 'en.opensuse.org':47 'en.opensuse.org/logocontest](https://en.opensuse.org/logocontest)':46 'encourag':43 'engag':67 'enthusiasm':65 'goe':33 'impress':87 'kalpa':72 'leap':80 'logo':5,16,52,95 'make':38 'mark':24 'moment':27 'new':93 'number':56 'opensus':2,29,94 'peopl':41 'phase':8 'pivot':26 'potenti':92 'select':40 'slowrol':76 'speak':59 'submiss':7,58,70,74,78,82,89 'survey.opensuse.org':18 'survey.opensuse.org/)':17 'tumblewe':84 'view':50 'visit':45 'volum':60 'vote':13,32,54"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700917013
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/411347"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700830613 {#2090
    date: 2023-11-24 13:56:53.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 {#1908
  +user: Proxies\__CG__\App\Entity\User {#2084 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: Proxies\__CG__\App\Entity\Image {#2143 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2338 …}
  +slug: "Selecting-the-New-Face-of-openSUSE-is-Underway"
  +title: "Selecting the New Face of openSUSE is Underway"
  +url: "https://news.opensuse.org/2023/11/23/selecting-the-new-face-of-os-is-underway/"
  +body: """
    > The openSUSE community’s logo contest submission phase is now complete and [voting for the logos](https://survey.opensuse.org/) has begun.\n
    \n
    > This competition marks a pivotal moment for openSUSE and the voting goes until Dec. 10.\n
    \n
    > Before making any selections, people are encouraged to visit [en.opensuse.org/Logocontest](https://en.opensuse.org/Logocontest) and view the logos before voting.\n
    \n
    > The number of submissions speaks volumes about the community’s enthusiasm and engagement with 18 submissions for Kalpa, 24 submissions for Slowroll, 21 submissions for Leap, 32 submissions for Tumbleweed and an impressive 36 submissions for a potential new openSUSE logo.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 51
  +favouriteCount: 279
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700925938 {#2068
    date: 2023-11-25 16:25:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2339 …}
  +votes: Doctrine\ORM\PersistentCollection {#2336 …}
  +reports: Doctrine\ORM\PersistentCollection {#2337 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
  +badges: Doctrine\ORM\PersistentCollection {#2324 …}
  +children: [
    App\Entity\EntryComment {#1907
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1908 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
      +body: "Always has been a chameleon. It was named Geeko, which generated some confusion."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1700899661 {#1410
        date: 2023-11-25 09:07:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pnutzh4x0r@lemmy.ndlug.org"
        "@toothbrush@lemmy.blahaj.zone"
        "@WhiteHotaru@feddit.de"
        "@Kusimulkku@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2391 …}
      +nested: Doctrine\ORM\PersistentCollection {#2369 …}
      +votes: Doctrine\ORM\PersistentCollection {#2392 …}
      +reports: Doctrine\ORM\PersistentCollection {#2395 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
      -id: 161677
      -bodyTs: "'alway':1 'chameleon':5 'confus':13 'geeko':9 'generat':11 'name':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3696653"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700899661 {#1874
        date: 2023-11-25 09:07:41.0 +01:00
      }
      +"title": 161677
    }
  ]
  -id: 16262
  -titleTs: "'face':4 'new':3 'opensus':6 'select':1 'underway':8"
  -bodyTs: "'/)':19 '/logocontest](https://en.opensuse.org/logocontest)':48 '10':36 '18':69 '21':77 '24':73 '32':81 '36':88 'begun':21 'communiti':3,63 'competit':23 'complet':11 'contest':6 'dec':35 'en.opensuse.org':47 'en.opensuse.org/logocontest](https://en.opensuse.org/logocontest)':46 'encourag':43 'engag':67 'enthusiasm':65 'goe':33 'impress':87 'kalpa':72 'leap':80 'logo':5,16,52,95 'make':38 'mark':24 'moment':27 'new':93 'number':56 'opensus':2,29,94 'peopl':41 'phase':8 'pivot':26 'potenti':92 'select':40 'slowrol':76 'speak':59 'submiss':7,58,70,74,78,82,89 'survey.opensuse.org':18 'survey.opensuse.org/)':17 'tumblewe':84 'view':50 'visit':45 'volum':60 'vote':13,32,54"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700917013
  +visibility: "visible             "
  +apId: "https://lemmy.ndlug.org/post/411347"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700830613 {#2090
    date: 2023-11-24 13:56:53.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 {#1907
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2084 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
    +image: Proxies\__CG__\App\Entity\Image {#2143 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2338 …}
    +slug: "Selecting-the-New-Face-of-openSUSE-is-Underway"
    +title: "Selecting the New Face of openSUSE is Underway"
    +url: "https://news.opensuse.org/2023/11/23/selecting-the-new-face-of-os-is-underway/"
    +body: """
      > The openSUSE community’s logo contest submission phase is now complete and [voting for the logos](https://survey.opensuse.org/) has begun.\n
      \n
      > This competition marks a pivotal moment for openSUSE and the voting goes until Dec. 10.\n
      \n
      > Before making any selections, people are encouraged to visit [en.opensuse.org/Logocontest](https://en.opensuse.org/Logocontest) and view the logos before voting.\n
      \n
      > The number of submissions speaks volumes about the community’s enthusiasm and engagement with 18 submissions for Kalpa, 24 submissions for Slowroll, 21 submissions for Leap, 32 submissions for Tumbleweed and an impressive 36 submissions for a potential new openSUSE logo.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 51
    +favouriteCount: 279
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700925938 {#2068
      date: 2023-11-25 16:25:38.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2339 …}
    +votes: Doctrine\ORM\PersistentCollection {#2336 …}
    +reports: Doctrine\ORM\PersistentCollection {#2337 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
    +badges: Doctrine\ORM\PersistentCollection {#2324 …}
    +children: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 16262
    -titleTs: "'face':4 'new':3 'opensus':6 'select':1 'underway':8"
    -bodyTs: "'/)':19 '/logocontest](https://en.opensuse.org/logocontest)':48 '10':36 '18':69 '21':77 '24':73 '32':81 '36':88 'begun':21 'communiti':3,63 'competit':23 'complet':11 'contest':6 'dec':35 'en.opensuse.org':47 'en.opensuse.org/logocontest](https://en.opensuse.org/logocontest)':46 'encourag':43 'engag':67 'enthusiasm':65 'goe':33 'impress':87 'kalpa':72 'leap':80 'logo':5,16,52,95 'make':38 'mark':24 'moment':27 'new':93 'number':56 'opensus':2,29,94 'peopl':41 'phase':8 'pivot':26 'potenti':92 'select':40 'slowrol':76 'speak':59 'submiss':7,58,70,74,78,82,89 'survey.opensuse.org':18 'survey.opensuse.org/)':17 'tumblewe':84 'view':50 'visit':45 'volum':60 'vote':13,32,54"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700917013
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/411347"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700830613 {#2090
      date: 2023-11-24 13:56:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "Always has been a chameleon. It was named Geeko, which generated some confusion."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700899661 {#1410
    date: 2023-11-25 09:07:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@toothbrush@lemmy.blahaj.zone"
    "@WhiteHotaru@feddit.de"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 161677
  -bodyTs: "'alway':1 'chameleon':5 'confus':13 'geeko':9 'generat':11 'name':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3696653"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700899661 {#1874
    date: 2023-11-25 09:07:41.0 +01:00
  }
  +"title": 161677
}
"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 {#1907
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2084 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
    +image: Proxies\__CG__\App\Entity\Image {#2143 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2338 …}
    +slug: "Selecting-the-New-Face-of-openSUSE-is-Underway"
    +title: "Selecting the New Face of openSUSE is Underway"
    +url: "https://news.opensuse.org/2023/11/23/selecting-the-new-face-of-os-is-underway/"
    +body: """
      > The openSUSE community’s logo contest submission phase is now complete and [voting for the logos](https://survey.opensuse.org/) has begun.\n
      \n
      > This competition marks a pivotal moment for openSUSE and the voting goes until Dec. 10.\n
      \n
      > Before making any selections, people are encouraged to visit [en.opensuse.org/Logocontest](https://en.opensuse.org/Logocontest) and view the logos before voting.\n
      \n
      > The number of submissions speaks volumes about the community’s enthusiasm and engagement with 18 submissions for Kalpa, 24 submissions for Slowroll, 21 submissions for Leap, 32 submissions for Tumbleweed and an impressive 36 submissions for a potential new openSUSE logo.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 51
    +favouriteCount: 279
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700925938 {#2068
      date: 2023-11-25 16:25:38.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2339 …}
    +votes: Doctrine\ORM\PersistentCollection {#2336 …}
    +reports: Doctrine\ORM\PersistentCollection {#2337 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
    +badges: Doctrine\ORM\PersistentCollection {#2324 …}
    +children: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 16262
    -titleTs: "'face':4 'new':3 'opensus':6 'select':1 'underway':8"
    -bodyTs: "'/)':19 '/logocontest](https://en.opensuse.org/logocontest)':48 '10':36 '18':69 '21':77 '24':73 '32':81 '36':88 'begun':21 'communiti':3,63 'competit':23 'complet':11 'contest':6 'dec':35 'en.opensuse.org':47 'en.opensuse.org/logocontest](https://en.opensuse.org/logocontest)':46 'encourag':43 'engag':67 'enthusiasm':65 'goe':33 'impress':87 'kalpa':72 'leap':80 'logo':5,16,52,95 'make':38 'mark':24 'moment':27 'new':93 'number':56 'opensus':2,29,94 'peopl':41 'phase':8 'pivot':26 'potenti':92 'select':40 'slowrol':76 'speak':59 'submiss':7,58,70,74,78,82,89 'survey.opensuse.org':18 'survey.opensuse.org/)':17 'tumblewe':84 'view':50 'visit':45 'volum':60 'vote':13,32,54"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700917013
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/411347"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700830613 {#2090
      date: 2023-11-24 13:56:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "Always has been a chameleon. It was named Geeko, which generated some confusion."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700899661 {#1410
    date: 2023-11-25 09:07:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@toothbrush@lemmy.blahaj.zone"
    "@WhiteHotaru@feddit.de"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 161677
  -bodyTs: "'alway':1 'chameleon':5 'confus':13 'geeko':9 'generat':11 'name':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3696653"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700899661 {#1874
    date: 2023-11-25 09:07:41.0 +01:00
  }
  +"title": 161677
}
"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 {#1907
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908
    +user: Proxies\__CG__\App\Entity\User {#2084 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
    +image: Proxies\__CG__\App\Entity\Image {#2143 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2338 …}
    +slug: "Selecting-the-New-Face-of-openSUSE-is-Underway"
    +title: "Selecting the New Face of openSUSE is Underway"
    +url: "https://news.opensuse.org/2023/11/23/selecting-the-new-face-of-os-is-underway/"
    +body: """
      > The openSUSE community’s logo contest submission phase is now complete and [voting for the logos](https://survey.opensuse.org/) has begun.\n
      \n
      > This competition marks a pivotal moment for openSUSE and the voting goes until Dec. 10.\n
      \n
      > Before making any selections, people are encouraged to visit [en.opensuse.org/Logocontest](https://en.opensuse.org/Logocontest) and view the logos before voting.\n
      \n
      > The number of submissions speaks volumes about the community’s enthusiasm and engagement with 18 submissions for Kalpa, 24 submissions for Slowroll, 21 submissions for Leap, 32 submissions for Tumbleweed and an impressive 36 submissions for a potential new openSUSE logo.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 51
    +favouriteCount: 279
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700925938 {#2068
      date: 2023-11-25 16:25:38.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2339 …}
    +votes: Doctrine\ORM\PersistentCollection {#2336 …}
    +reports: Doctrine\ORM\PersistentCollection {#2337 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2334 …}
    +badges: Doctrine\ORM\PersistentCollection {#2324 …}
    +children: [
      App\Entity\EntryComment {#1907}
    ]
    -id: 16262
    -titleTs: "'face':4 'new':3 'opensus':6 'select':1 'underway':8"
    -bodyTs: "'/)':19 '/logocontest](https://en.opensuse.org/logocontest)':48 '10':36 '18':69 '21':77 '24':73 '32':81 '36':88 'begun':21 'communiti':3,63 'competit':23 'complet':11 'contest':6 'dec':35 'en.opensuse.org':47 'en.opensuse.org/logocontest](https://en.opensuse.org/logocontest)':46 'encourag':43 'engag':67 'enthusiasm':65 'goe':33 'impress':87 'kalpa':72 'leap':80 'logo':5,16,52,95 'make':38 'mark':24 'moment':27 'new':93 'number':56 'opensus':2,29,94 'peopl':41 'phase':8 'pivot':26 'potenti':92 'select':40 'slowrol':76 'speak':59 'submiss':7,58,70,74,78,82,89 'survey.opensuse.org':18 'survey.opensuse.org/)':17 'tumblewe':84 'view':50 'visit':45 'volum':60 'vote':13,32,54"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700917013
    +visibility: "visible             "
    +apId: "https://lemmy.ndlug.org/post/411347"
    +editedAt: null
    +createdAt: DateTimeImmutable @1700830613 {#2090
      date: 2023-11-24 13:56:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "Always has been a chameleon. It was named Geeko, which generated some confusion."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1700899661 {#1410
    date: 2023-11-25 09:07:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pnutzh4x0r@lemmy.ndlug.org"
    "@toothbrush@lemmy.blahaj.zone"
    "@WhiteHotaru@feddit.de"
    "@Kusimulkku@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 161677
  -bodyTs: "'alway':1 'chameleon':5 'confus':13 'geeko':9 'generat':11 'name':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3696653"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700899661 {#1874
    date: 2023-11-25 09:07:41.0 +01:00
  }
  +"title": 161677
}
"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 {#2380
  +user: Proxies\__CG__\App\Entity\User {#2047 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: Proxies\__CG__\App\Entity\Image {#2087 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
  +slug: "It-s-ok-R-we-still-love-you-for-diagrams"
  +title: "It's ok R, we still love you for diagrams."
  +url: "https://mander.xyz/pictrs/image/3ebffb37-a231-4fac-8151-83609d49522e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 349
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700430734 {#2333
    date: 2023-11-19 22:52:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2326 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2164 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
  +badges: Doctrine\ORM\PersistentCollection {#2332 …}
  +children: [
    App\Entity\EntryComment {#2372
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2380 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: """
        You don’t really have to. You could save the workspace along with the history of you commands to load it at a later time, and never have a script at all.\n
        \n
        The reason nobody really does that (except maybe if they use R once in every decade) is that it’s not really viable in the middle-term. That is because it doesn’t distinguish between failed attempts and actual, final code and so quickly becomes a mess.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699688445 {#2361
        date: 2023-11-11 08:40:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@The_Ferry@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 110344
      -bodyTs: "'actual':72 'along':12 'attempt':70 'becom':78 'code':74 'command':18 'could':8 'decad':48 'distinguish':67 'doesn':65 'everi':47 'except':39 'fail':69 'final':73 'histori':15 'later':24 'load':20 'mayb':40 'mess':80 'middl':59 'middle-term':58 'never':27 'nobodi':35 'quick':77 'r':44 'realli':4,36,54 'reason':34 'save':9 'script':30 'term':60 'time':25 'use':43 'viabl':55 'workspac':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3379017"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699688445 {#2364
        date: 2023-11-11 08:40:45.0 +01:00
      }
      +"title": 110344
    }
  ]
  -id: 11763
  -titleTs: "'diagram':10 'love':7 'ok':3 'r':4 'still':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699715334
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6006858"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699628934 {#2159
    date: 2023-11-10 16:08:54.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 {#2380
  +user: Proxies\__CG__\App\Entity\User {#2047 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: Proxies\__CG__\App\Entity\Image {#2087 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
  +slug: "It-s-ok-R-we-still-love-you-for-diagrams"
  +title: "It's ok R, we still love you for diagrams."
  +url: "https://mander.xyz/pictrs/image/3ebffb37-a231-4fac-8151-83609d49522e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 349
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700430734 {#2333
    date: 2023-11-19 22:52:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2326 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2164 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
  +badges: Doctrine\ORM\PersistentCollection {#2332 …}
  +children: [
    App\Entity\EntryComment {#2372
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2380 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: """
        You don’t really have to. You could save the workspace along with the history of you commands to load it at a later time, and never have a script at all.\n
        \n
        The reason nobody really does that (except maybe if they use R once in every decade) is that it’s not really viable in the middle-term. That is because it doesn’t distinguish between failed attempts and actual, final code and so quickly becomes a mess.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699688445 {#2361
        date: 2023-11-11 08:40:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@The_Ferry@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 110344
      -bodyTs: "'actual':72 'along':12 'attempt':70 'becom':78 'code':74 'command':18 'could':8 'decad':48 'distinguish':67 'doesn':65 'everi':47 'except':39 'fail':69 'final':73 'histori':15 'later':24 'load':20 'mayb':40 'mess':80 'middl':59 'middle-term':58 'never':27 'nobodi':35 'quick':77 'r':44 'realli':4,36,54 'reason':34 'save':9 'script':30 'term':60 'time':25 'use':43 'viabl':55 'workspac':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3379017"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699688445 {#2364
        date: 2023-11-11 08:40:45.0 +01:00
      }
      +"title": 110344
    }
  ]
  -id: 11763
  -titleTs: "'diagram':10 'love':7 'ok':3 'r':4 'still':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699715334
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6006858"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699628934 {#2159
    date: 2023-11-10 16:08:54.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 {#2380
  +user: Proxies\__CG__\App\Entity\User {#2047 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: Proxies\__CG__\App\Entity\Image {#2087 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
  +slug: "It-s-ok-R-we-still-love-you-for-diagrams"
  +title: "It's ok R, we still love you for diagrams."
  +url: "https://mander.xyz/pictrs/image/3ebffb37-a231-4fac-8151-83609d49522e.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 28
  +favouriteCount: 349
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700430734 {#2333
    date: 2023-11-19 22:52:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2326 …}
  +votes: Doctrine\ORM\PersistentCollection {#2314 …}
  +reports: Doctrine\ORM\PersistentCollection {#2164 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
  +badges: Doctrine\ORM\PersistentCollection {#2332 …}
  +children: [
    App\Entity\EntryComment {#2372
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2380 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
      +body: """
        You don’t really have to. You could save the workspace along with the history of you commands to load it at a later time, and never have a script at all.\n
        \n
        The reason nobody really does that (except maybe if they use R once in every decade) is that it’s not really viable in the middle-term. That is because it doesn’t distinguish between failed attempts and actual, final code and so quickly becomes a mess.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1699688445 {#2361
        date: 2023-11-11 08:40:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@fossilesque@mander.xyz"
        "@The_Ferry@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 110344
      -bodyTs: "'actual':72 'along':12 'attempt':70 'becom':78 'code':74 'command':18 'could':8 'decad':48 'distinguish':67 'doesn':65 'everi':47 'except':39 'fail':69 'final':73 'histori':15 'later':24 'load':20 'mayb':40 'mess':80 'middl':59 'middle-term':58 'never':27 'nobodi':35 'quick':77 'r':44 'realli':4,36,54 'reason':34 'save':9 'script':30 'term':60 'time':25 'use':43 'viabl':55 'workspac':11"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3379017"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699688445 {#2364
        date: 2023-11-11 08:40:45.0 +01:00
      }
      +"title": 110344
    }
  ]
  -id: 11763
  -titleTs: "'diagram':10 'love':7 'ok':3 'r':4 'still':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699715334
  +visibility: "visible             "
  +apId: "https://mander.xyz/post/6006858"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699628934 {#2159
    date: 2023-11-10 16:08:54.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 {#2372
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2380
    +user: Proxies\__CG__\App\Entity\User {#2047 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: Proxies\__CG__\App\Entity\Image {#2087 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
    +slug: "It-s-ok-R-we-still-love-you-for-diagrams"
    +title: "It's ok R, we still love you for diagrams."
    +url: "https://mander.xyz/pictrs/image/3ebffb37-a231-4fac-8151-83609d49522e.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 349
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700430734 {#2333
      date: 2023-11-19 22:52:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2326 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2164 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
    +badges: Doctrine\ORM\PersistentCollection {#2332 …}
    +children: [
      App\Entity\EntryComment {#2372}
    ]
    -id: 11763
    -titleTs: "'diagram':10 'love':7 'ok':3 'r':4 'still':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699715334
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6006858"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699628934 {#2159
      date: 2023-11-10 16:08:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: """
    You don’t really have to. You could save the workspace along with the history of you commands to load it at a later time, and never have a script at all.\n
    \n
    The reason nobody really does that (except maybe if they use R once in every decade) is that it’s not really viable in the middle-term. That is because it doesn’t distinguish between failed attempts and actual, final code and so quickly becomes a mess.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699688445 {#2361
    date: 2023-11-11 08:40:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@The_Ferry@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 110344
  -bodyTs: "'actual':72 'along':12 'attempt':70 'becom':78 'code':74 'command':18 'could':8 'decad':48 'distinguish':67 'doesn':65 'everi':47 'except':39 'fail':69 'final':73 'histori':15 'later':24 'load':20 'mayb':40 'mess':80 'middl':59 'middle-term':58 'never':27 'nobodi':35 'quick':77 'r':44 'realli':4,36,54 'reason':34 'save':9 'script':30 'term':60 'time':25 'use':43 'viabl':55 'workspac':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3379017"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699688445 {#2364
    date: 2023-11-11 08:40:45.0 +01:00
  }
  +"title": 110344
}
"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 {#2372
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2380
    +user: Proxies\__CG__\App\Entity\User {#2047 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: Proxies\__CG__\App\Entity\Image {#2087 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
    +slug: "It-s-ok-R-we-still-love-you-for-diagrams"
    +title: "It's ok R, we still love you for diagrams."
    +url: "https://mander.xyz/pictrs/image/3ebffb37-a231-4fac-8151-83609d49522e.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 349
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700430734 {#2333
      date: 2023-11-19 22:52:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2326 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2164 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
    +badges: Doctrine\ORM\PersistentCollection {#2332 …}
    +children: [
      App\Entity\EntryComment {#2372}
    ]
    -id: 11763
    -titleTs: "'diagram':10 'love':7 'ok':3 'r':4 'still':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699715334
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6006858"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699628934 {#2159
      date: 2023-11-10 16:08:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: """
    You don’t really have to. You could save the workspace along with the history of you commands to load it at a later time, and never have a script at all.\n
    \n
    The reason nobody really does that (except maybe if they use R once in every decade) is that it’s not really viable in the middle-term. That is because it doesn’t distinguish between failed attempts and actual, final code and so quickly becomes a mess.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699688445 {#2361
    date: 2023-11-11 08:40:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@The_Ferry@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 110344
  -bodyTs: "'actual':72 'along':12 'attempt':70 'becom':78 'code':74 'command':18 'could':8 'decad':48 'distinguish':67 'doesn':65 'everi':47 'except':39 'fail':69 'final':73 'histori':15 'later':24 'load':20 'mayb':40 'mess':80 'middl':59 'middle-term':58 'never':27 'nobodi':35 'quick':77 'r':44 'realli':4,36,54 'reason':34 'save':9 'script':30 'term':60 'time':25 'use':43 'viabl':55 'workspac':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3379017"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699688445 {#2364
    date: 2023-11-11 08:40:45.0 +01:00
  }
  +"title": 110344
}
"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 {#2372
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2380
    +user: Proxies\__CG__\App\Entity\User {#2047 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: Proxies\__CG__\App\Entity\Image {#2087 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2059 …}
    +slug: "It-s-ok-R-we-still-love-you-for-diagrams"
    +title: "It's ok R, we still love you for diagrams."
    +url: "https://mander.xyz/pictrs/image/3ebffb37-a231-4fac-8151-83609d49522e.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 28
    +favouriteCount: 349
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700430734 {#2333
      date: 2023-11-19 22:52:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2326 …}
    +votes: Doctrine\ORM\PersistentCollection {#2314 …}
    +reports: Doctrine\ORM\PersistentCollection {#2164 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2141 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2349 …}
    +badges: Doctrine\ORM\PersistentCollection {#2332 …}
    +children: [
      App\Entity\EntryComment {#2372}
    ]
    -id: 11763
    -titleTs: "'diagram':10 'love':7 'ok':3 'r':4 'still':6"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699715334
    +visibility: "visible             "
    +apId: "https://mander.xyz/post/6006858"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699628934 {#2159
      date: 2023-11-10 16:08:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2386 …}
  +body: """
    You don’t really have to. You could save the workspace along with the history of you commands to load it at a later time, and never have a script at all.\n
    \n
    The reason nobody really does that (except maybe if they use R once in every decade) is that it’s not really viable in the middle-term. That is because it doesn’t distinguish between failed attempts and actual, final code and so quickly becomes a mess.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1699688445 {#2361
    date: 2023-11-11 08:40:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fossilesque@mander.xyz"
    "@The_Ferry@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 110344
  -bodyTs: "'actual':72 'along':12 'attempt':70 'becom':78 'code':74 'command':18 'could':8 'decad':48 'distinguish':67 'doesn':65 'everi':47 'except':39 'fail':69 'final':73 'histori':15 'later':24 'load':20 'mayb':40 'mess':80 'middl':59 'middle-term':58 'never':27 'nobodi':35 'quick':77 'r':44 'realli':4,36,54 'reason':34 'save':9 'script':30 'term':60 'time':25 'use':43 'viabl':55 'workspac':11"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3379017"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699688445 {#2364
    date: 2023-11-11 08:40:45.0 +01:00
  }
  +"title": 110344
}
"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 {#2447
  +user: Proxies\__CG__\App\Entity\User {#2136 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: Proxies\__CG__\App\Entity\Image {#2345 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
  +slug: "THUNDERBIRD-the-SUCCESS-STORY-of-LINUX-6-4M-in-Donations"
  +title: "THUNDERBIRD: the SUCCESS STORY of LINUX! - 6.4M in Donations"
  +url: "https://www.youtube.com/watch?v=XYqkOxZMsfU&t=5s"
  +body: "A very interesting video about the Thunderbird Project successful donation process and how KDE can improve them by following their step."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 21
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699867024 {#2351
    date: 2023-11-13 10:17:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2129 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
  +badges: Doctrine\ORM\PersistentCollection {#2099 …}
  +children: [
    App\Entity\EntryComment {#1689
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2447 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
      +body: "If you don’t have multiple email accounts, then probably a webmail is fine. If you have multiple accounts, and require some advanced email features, then a local client is often more efficient. Unfortunately, because the majority of people are fine with a webmail, those clients are not attracting much activity for development and Thunderbird itself almost died some ten years ago."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698321325 {#1558
        date: 2023-10-26 13:55:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@imgel@lemmy.ml"
        "@silmarine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1625 …}
      +nested: Doctrine\ORM\PersistentCollection {#1731 …}
      +votes: Doctrine\ORM\PersistentCollection {#1723 …}
      +reports: Doctrine\ORM\PersistentCollection {#1721 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
      -id: 105920
      -bodyTs: "'account':8,19 'activ':51 'advanc':23 'ago':62 'almost':57 'attract':49 'client':29,46 'develop':53 'die':58 'effici':33 'email':7,24 'featur':25 'fine':14,41 'local':28 'major':37 'much':50 'multipl':6,18 'often':31 'peopl':39 'probabl':10 'requir':21 'ten':60 'thunderbird':55 'unfortun':34 'webmail':12,44 'year':61"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3009026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698321325 {#1566
        date: 2023-10-26 13:55:25.0 +02:00
      }
      +"title": 105920
    }
  ]
  -id: 9328
  -titleTs: "'6.4':7 'donat':10 'linux':6 'm':8 'stori':4 'success':3 'thunderbird':1"
  -bodyTs: "'donat':10 'follow':19 'improv':16 'interest':3 'kde':14 'process':11 'project':8 'step':21 'success':9 'thunderbird':7 'video':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698370870
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7034838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698284470 {#2328
    date: 2023-10-26 03:41:10.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
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2447
  +user: Proxies\__CG__\App\Entity\User {#2136 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: Proxies\__CG__\App\Entity\Image {#2345 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
  +slug: "THUNDERBIRD-the-SUCCESS-STORY-of-LINUX-6-4M-in-Donations"
  +title: "THUNDERBIRD: the SUCCESS STORY of LINUX! - 6.4M in Donations"
  +url: "https://www.youtube.com/watch?v=XYqkOxZMsfU&t=5s"
  +body: "A very interesting video about the Thunderbird Project successful donation process and how KDE can improve them by following their step."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 21
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699867024 {#2351
    date: 2023-11-13 10:17:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2129 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
  +badges: Doctrine\ORM\PersistentCollection {#2099 …}
  +children: [
    App\Entity\EntryComment {#1689
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2447 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
      +body: "If you don’t have multiple email accounts, then probably a webmail is fine. If you have multiple accounts, and require some advanced email features, then a local client is often more efficient. Unfortunately, because the majority of people are fine with a webmail, those clients are not attracting much activity for development and Thunderbird itself almost died some ten years ago."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698321325 {#1558
        date: 2023-10-26 13:55:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@imgel@lemmy.ml"
        "@silmarine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1625 …}
      +nested: Doctrine\ORM\PersistentCollection {#1731 …}
      +votes: Doctrine\ORM\PersistentCollection {#1723 …}
      +reports: Doctrine\ORM\PersistentCollection {#1721 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
      -id: 105920
      -bodyTs: "'account':8,19 'activ':51 'advanc':23 'ago':62 'almost':57 'attract':49 'client':29,46 'develop':53 'die':58 'effici':33 'email':7,24 'featur':25 'fine':14,41 'local':28 'major':37 'much':50 'multipl':6,18 'often':31 'peopl':39 'probabl':10 'requir':21 'ten':60 'thunderbird':55 'unfortun':34 'webmail':12,44 'year':61"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3009026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698321325 {#1566
        date: 2023-10-26 13:55:25.0 +02:00
      }
      +"title": 105920
    }
  ]
  -id: 9328
  -titleTs: "'6.4':7 'donat':10 'linux':6 'm':8 'stori':4 'success':3 'thunderbird':1"
  -bodyTs: "'donat':10 'follow':19 'improv':16 'interest':3 'kde':14 'process':11 'project':8 'step':21 'success':9 'thunderbird':7 'video':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698370870
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7034838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698284470 {#2328
    date: 2023-10-26 03:41:10.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
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2447
  +user: Proxies\__CG__\App\Entity\User {#2136 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: Proxies\__CG__\App\Entity\Image {#2345 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
  +slug: "THUNDERBIRD-the-SUCCESS-STORY-of-LINUX-6-4M-in-Donations"
  +title: "THUNDERBIRD: the SUCCESS STORY of LINUX! - 6.4M in Donations"
  +url: "https://www.youtube.com/watch?v=XYqkOxZMsfU&t=5s"
  +body: "A very interesting video about the Thunderbird Project successful donation process and how KDE can improve them by following their step."
  +type: "video"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 21
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699867024 {#2351
    date: 2023-11-13 10:17:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2129 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
  +badges: Doctrine\ORM\PersistentCollection {#2099 …}
  +children: [
    App\Entity\EntryComment {#1689
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2447 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
      +body: "If you don’t have multiple email accounts, then probably a webmail is fine. If you have multiple accounts, and require some advanced email features, then a local client is often more efficient. Unfortunately, because the majority of people are fine with a webmail, those clients are not attracting much activity for development and Thunderbird itself almost died some ten years ago."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1698321325 {#1558
        date: 2023-10-26 13:55:25.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@imgel@lemmy.ml"
        "@silmarine@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1625 …}
      +nested: Doctrine\ORM\PersistentCollection {#1731 …}
      +votes: Doctrine\ORM\PersistentCollection {#1723 …}
      +reports: Doctrine\ORM\PersistentCollection {#1721 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
      -id: 105920
      -bodyTs: "'account':8,19 'activ':51 'advanc':23 'ago':62 'almost':57 'attract':49 'client':29,46 'develop':53 'die':58 'effici':33 'email':7,24 'featur':25 'fine':14,41 'local':28 'major':37 'much':50 'multipl':6,18 'often':31 'peopl':39 'probabl':10 'requir':21 'ten':60 'thunderbird':55 'unfortun':34 'webmail':12,44 'year':61"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/3009026"
      +editedAt: null
      +createdAt: DateTimeImmutable @1698321325 {#1566
        date: 2023-10-26 13:55:25.0 +02:00
      }
      +"title": 105920
    }
  ]
  -id: 9328
  -titleTs: "'6.4':7 'donat':10 'linux':6 'm':8 'stori':4 'success':3 'thunderbird':1"
  -bodyTs: "'donat':10 'follow':19 'improv':16 'interest':3 'kde':14 'process':11 'project':8 'step':21 'success':9 'thunderbird':7 'video':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698370870
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7034838"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698284470 {#2328
    date: 2023-10-26 03:41:10.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
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 {#1689
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2447
    +user: Proxies\__CG__\App\Entity\User {#2136 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
    +image: Proxies\__CG__\App\Entity\Image {#2345 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
    +slug: "THUNDERBIRD-the-SUCCESS-STORY-of-LINUX-6-4M-in-Donations"
    +title: "THUNDERBIRD: the SUCCESS STORY of LINUX! - 6.4M in Donations"
    +url: "https://www.youtube.com/watch?v=XYqkOxZMsfU&t=5s"
    +body: "A very interesting video about the Thunderbird Project successful donation process and how KDE can improve them by following their step."
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 21
    +favouriteCount: 5
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699867024 {#2351
      date: 2023-11-13 10:17:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2132 …}
    +votes: Doctrine\ORM\PersistentCollection {#2129 …}
    +reports: Doctrine\ORM\PersistentCollection {#2130 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
    +badges: Doctrine\ORM\PersistentCollection {#2099 …}
    +children: [
      App\Entity\EntryComment {#1689}
    ]
    -id: 9328
    -titleTs: "'6.4':7 'donat':10 'linux':6 'm':8 'stori':4 'success':3 'thunderbird':1"
    -bodyTs: "'donat':10 'follow':19 'improv':16 'interest':3 'kde':14 'process':11 'project':8 'step':21 'success':9 'thunderbird':7 'video':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698370870
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7034838"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698284470 {#2328
      date: 2023-10-26 03:41:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
  +body: "If you don’t have multiple email accounts, then probably a webmail is fine. If you have multiple accounts, and require some advanced email features, then a local client is often more efficient. Unfortunately, because the majority of people are fine with a webmail, those clients are not attracting much activity for development and Thunderbird itself almost died some ten years ago."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698321325 {#1558
    date: 2023-10-26 13:55:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@imgel@lemmy.ml"
    "@silmarine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1625 …}
  +nested: Doctrine\ORM\PersistentCollection {#1731 …}
  +votes: Doctrine\ORM\PersistentCollection {#1723 …}
  +reports: Doctrine\ORM\PersistentCollection {#1721 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
  -id: 105920
  -bodyTs: "'account':8,19 'activ':51 'advanc':23 'ago':62 'almost':57 'attract':49 'client':29,46 'develop':53 'die':58 'effici':33 'email':7,24 'featur':25 'fine':14,41 'local':28 'major':37 'much':50 'multipl':6,18 'often':31 'peopl':39 'probabl':10 'requir':21 'ten':60 'thunderbird':55 'unfortun':34 'webmail':12,44 'year':61"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3009026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698321325 {#1566
    date: 2023-10-26 13:55:25.0 +02:00
  }
  +"title": 105920
}
"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 {#1689
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2447
    +user: Proxies\__CG__\App\Entity\User {#2136 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
    +image: Proxies\__CG__\App\Entity\Image {#2345 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
    +slug: "THUNDERBIRD-the-SUCCESS-STORY-of-LINUX-6-4M-in-Donations"
    +title: "THUNDERBIRD: the SUCCESS STORY of LINUX! - 6.4M in Donations"
    +url: "https://www.youtube.com/watch?v=XYqkOxZMsfU&t=5s"
    +body: "A very interesting video about the Thunderbird Project successful donation process and how KDE can improve them by following their step."
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 21
    +favouriteCount: 5
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699867024 {#2351
      date: 2023-11-13 10:17:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2132 …}
    +votes: Doctrine\ORM\PersistentCollection {#2129 …}
    +reports: Doctrine\ORM\PersistentCollection {#2130 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
    +badges: Doctrine\ORM\PersistentCollection {#2099 …}
    +children: [
      App\Entity\EntryComment {#1689}
    ]
    -id: 9328
    -titleTs: "'6.4':7 'donat':10 'linux':6 'm':8 'stori':4 'success':3 'thunderbird':1"
    -bodyTs: "'donat':10 'follow':19 'improv':16 'interest':3 'kde':14 'process':11 'project':8 'step':21 'success':9 'thunderbird':7 'video':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698370870
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7034838"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698284470 {#2328
      date: 2023-10-26 03:41:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
  +body: "If you don’t have multiple email accounts, then probably a webmail is fine. If you have multiple accounts, and require some advanced email features, then a local client is often more efficient. Unfortunately, because the majority of people are fine with a webmail, those clients are not attracting much activity for development and Thunderbird itself almost died some ten years ago."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698321325 {#1558
    date: 2023-10-26 13:55:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@imgel@lemmy.ml"
    "@silmarine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1625 …}
  +nested: Doctrine\ORM\PersistentCollection {#1731 …}
  +votes: Doctrine\ORM\PersistentCollection {#1723 …}
  +reports: Doctrine\ORM\PersistentCollection {#1721 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
  -id: 105920
  -bodyTs: "'account':8,19 'activ':51 'advanc':23 'ago':62 'almost':57 'attract':49 'client':29,46 'develop':53 'die':58 'effici':33 'email':7,24 'featur':25 'fine':14,41 'local':28 'major':37 'much':50 'multipl':6,18 'often':31 'peopl':39 'probabl':10 'requir':21 'ten':60 'thunderbird':55 'unfortun':34 'webmail':12,44 'year':61"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3009026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698321325 {#1566
    date: 2023-10-26 13:55:25.0 +02:00
  }
  +"title": 105920
}
"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 {#1689
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2447
    +user: Proxies\__CG__\App\Entity\User {#2136 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
    +image: Proxies\__CG__\App\Entity\Image {#2345 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
    +slug: "THUNDERBIRD-the-SUCCESS-STORY-of-LINUX-6-4M-in-Donations"
    +title: "THUNDERBIRD: the SUCCESS STORY of LINUX! - 6.4M in Donations"
    +url: "https://www.youtube.com/watch?v=XYqkOxZMsfU&t=5s"
    +body: "A very interesting video about the Thunderbird Project successful donation process and how KDE can improve them by following their step."
    +type: "video"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 21
    +favouriteCount: 5
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699867024 {#2351
      date: 2023-11-13 10:17:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2132 …}
    +votes: Doctrine\ORM\PersistentCollection {#2129 …}
    +reports: Doctrine\ORM\PersistentCollection {#2130 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2241 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2100 …}
    +badges: Doctrine\ORM\PersistentCollection {#2099 …}
    +children: [
      App\Entity\EntryComment {#1689}
    ]
    -id: 9328
    -titleTs: "'6.4':7 'donat':10 'linux':6 'm':8 'stori':4 'success':3 'thunderbird':1"
    -bodyTs: "'donat':10 'follow':19 'improv':16 'interest':3 'kde':14 'process':11 'project':8 'step':21 'success':9 'thunderbird':7 'video':4"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1698370870
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7034838"
    +editedAt: null
    +createdAt: DateTimeImmutable @1698284470 {#2328
      date: 2023-10-26 03:41:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1571 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1618 …}
  +body: "If you don’t have multiple email accounts, then probably a webmail is fine. If you have multiple accounts, and require some advanced email features, then a local client is often more efficient. Unfortunately, because the majority of people are fine with a webmail, those clients are not attracting much activity for development and Thunderbird itself almost died some ten years ago."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1698321325 {#1558
    date: 2023-10-26 13:55:25.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@imgel@lemmy.ml"
    "@silmarine@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1625 …}
  +nested: Doctrine\ORM\PersistentCollection {#1731 …}
  +votes: Doctrine\ORM\PersistentCollection {#1723 …}
  +reports: Doctrine\ORM\PersistentCollection {#1721 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2465 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1628 …}
  -id: 105920
  -bodyTs: "'account':8,19 'activ':51 'advanc':23 'ago':62 'almost':57 'attract':49 'client':29,46 'develop':53 'die':58 'effici':33 'email':7,24 'featur':25 'fine':14,41 'local':28 'major':37 'much':50 'multipl':6,18 'often':31 'peopl':39 'probabl':10 'requir':21 'ten':60 'thunderbird':55 'unfortun':34 'webmail':12,44 'year':61"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/3009026"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698321325 {#1566
    date: 2023-10-26 13:55:25.0 +02:00
  }
  +"title": 105920
}
"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 {#2454
  +user: Proxies\__CG__\App\Entity\User {#2325 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: Proxies\__CG__\App\Entity\Image {#2054 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2111 …}
  +slug: "i-and-p"
  +title: "i and π"
  +url: "https://discuss.tchncs.de/pictrs/image/2d541354-43c4-46d1-a283-53e875516623.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696343926 {#2045
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2108 …}
  +votes: Doctrine\ORM\PersistentCollection {#2125 …}
  +reports: Doctrine\ORM\PersistentCollection {#2041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
  +badges: Doctrine\ORM\PersistentCollection {#2110 …}
  +children: [
    App\Entity\EntryComment {#2459
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2454 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: null
      +root: null
      +body: "Well, at least pi is real… Is that little hypocrite of i even rational? Hm?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1696343926 {#1740
        date: 2023-10-03 16:38:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@produnis@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 107075
      -bodyTs: "'even':13 'hm':15 'hypocrit':10 'least':3 'littl':9 'pi':4 'ration':14 'real':6 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/2345389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696343926 {#2455
        date: 2023-10-03 16:38:46.0 +02:00
      }
      +"title": 107075
    }
  ]
  -id: 5079
  -titleTs: "'π':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696359943
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/4168270"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696330943 {#2040
    date: 2023-10-03 13:02:23.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
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2454
  +user: Proxies\__CG__\App\Entity\User {#2325 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: Proxies\__CG__\App\Entity\Image {#2054 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2111 …}
  +slug: "i-and-p"
  +title: "i and π"
  +url: "https://discuss.tchncs.de/pictrs/image/2d541354-43c4-46d1-a283-53e875516623.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696343926 {#2045
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2108 …}
  +votes: Doctrine\ORM\PersistentCollection {#2125 …}
  +reports: Doctrine\ORM\PersistentCollection {#2041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
  +badges: Doctrine\ORM\PersistentCollection {#2110 …}
  +children: [
    App\Entity\EntryComment {#2459
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2454 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: null
      +root: null
      +body: "Well, at least pi is real… Is that little hypocrite of i even rational? Hm?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1696343926 {#1740
        date: 2023-10-03 16:38:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@produnis@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 107075
      -bodyTs: "'even':13 'hm':15 'hypocrit':10 'least':3 'littl':9 'pi':4 'ration':14 'real':6 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/2345389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696343926 {#2455
        date: 2023-10-03 16:38:46.0 +02:00
      }
      +"title": 107075
    }
  ]
  -id: 5079
  -titleTs: "'π':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696359943
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/4168270"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696330943 {#2040
    date: 2023-10-03 13:02:23.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
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2454
  +user: Proxies\__CG__\App\Entity\User {#2325 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: Proxies\__CG__\App\Entity\Image {#2054 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2111 …}
  +slug: "i-and-p"
  +title: "i and π"
  +url: "https://discuss.tchncs.de/pictrs/image/2d541354-43c4-46d1-a283-53e875516623.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 1
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696343926 {#2045
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2108 …}
  +votes: Doctrine\ORM\PersistentCollection {#2125 …}
  +reports: Doctrine\ORM\PersistentCollection {#2041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
  +badges: Doctrine\ORM\PersistentCollection {#2110 …}
  +children: [
    App\Entity\EntryComment {#2459
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2454 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
      +image: null
      +parent: null
      +root: null
      +body: "Well, at least pi is real… Is that little hypocrite of i even rational? Hm?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1696343926 {#1740
        date: 2023-10-03 16:38:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@produnis@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 107075
      -bodyTs: "'even':13 'hm':15 'hypocrit':10 'least':3 'littl':9 'pi':4 'ration':14 'real':6 'well':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://jlai.lu/comment/2345389"
      +editedAt: null
      +createdAt: DateTimeImmutable @1696343926 {#2455
        date: 2023-10-03 16:38:46.0 +02:00
      }
      +"title": 107075
    }
  ]
  -id: 5079
  -titleTs: "'π':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696359943
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/4168270"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696330943 {#2040
    date: 2023-10-03 13:02:23.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
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 {#2459
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2454
    +user: Proxies\__CG__\App\Entity\User {#2325 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: Proxies\__CG__\App\Entity\Image {#2054 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2111 …}
    +slug: "i-and-p"
    +title: "i and π"
    +url: "https://discuss.tchncs.de/pictrs/image/2d541354-43c4-46d1-a283-53e875516623.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 1
    +favouriteCount: 11
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696343926 {#2045
      date: 2023-10-03 16:38:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2108 …}
    +votes: Doctrine\ORM\PersistentCollection {#2125 …}
    +reports: Doctrine\ORM\PersistentCollection {#2041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
    +badges: Doctrine\ORM\PersistentCollection {#2110 …}
    +children: [
      App\Entity\EntryComment {#2459}
    ]
    -id: 5079
    -titleTs: "'π':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696359943
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/4168270"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696330943 {#2040
      date: 2023-10-03 13:02:23.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: null
  +root: null
  +body: "Well, at least pi is real… Is that little hypocrite of i even rational? Hm?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1696343926 {#1740
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@produnis@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 107075
  -bodyTs: "'even':13 'hm':15 'hypocrit':10 'least':3 'littl':9 'pi':4 'ration':14 'real':6 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/2345389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696343926 {#2455
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +"title": 107075
}
"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 {#2459
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2454
    +user: Proxies\__CG__\App\Entity\User {#2325 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: Proxies\__CG__\App\Entity\Image {#2054 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2111 …}
    +slug: "i-and-p"
    +title: "i and π"
    +url: "https://discuss.tchncs.de/pictrs/image/2d541354-43c4-46d1-a283-53e875516623.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 1
    +favouriteCount: 11
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696343926 {#2045
      date: 2023-10-03 16:38:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2108 …}
    +votes: Doctrine\ORM\PersistentCollection {#2125 …}
    +reports: Doctrine\ORM\PersistentCollection {#2041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
    +badges: Doctrine\ORM\PersistentCollection {#2110 …}
    +children: [
      App\Entity\EntryComment {#2459}
    ]
    -id: 5079
    -titleTs: "'π':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696359943
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/4168270"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696330943 {#2040
      date: 2023-10-03 13:02:23.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: null
  +root: null
  +body: "Well, at least pi is real… Is that little hypocrite of i even rational? Hm?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1696343926 {#1740
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@produnis@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 107075
  -bodyTs: "'even':13 'hm':15 'hypocrit':10 'least':3 'littl':9 'pi':4 'ration':14 'real':6 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/2345389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696343926 {#2455
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +"title": 107075
}
"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 {#2459
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2454
    +user: Proxies\__CG__\App\Entity\User {#2325 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
    +image: Proxies\__CG__\App\Entity\Image {#2054 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2111 …}
    +slug: "i-and-p"
    +title: "i and π"
    +url: "https://discuss.tchncs.de/pictrs/image/2d541354-43c4-46d1-a283-53e875516623.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 1
    +favouriteCount: 11
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1696343926 {#2045
      date: 2023-10-03 16:38:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2108 …}
    +votes: Doctrine\ORM\PersistentCollection {#2125 …}
    +reports: Doctrine\ORM\PersistentCollection {#2041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2102 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2103 …}
    +badges: Doctrine\ORM\PersistentCollection {#2110 …}
    +children: [
      App\Entity\EntryComment {#2459}
    ]
    -id: 5079
    -titleTs: "'π':3"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1696359943
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/4168270"
    +editedAt: null
    +createdAt: DateTimeImmutable @1696330943 {#2040
      date: 2023-10-03 13:02:23.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2453 …}
  +image: null
  +parent: null
  +root: null
  +body: "Well, at least pi is real… Is that little hypocrite of i even rational? Hm?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1696343926 {#1740
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@produnis@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 107075
  -bodyTs: "'even':13 'hm':15 'hypocrit':10 'least':3 'littl':9 'pi':4 'ration':14 'real':6 'well':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://jlai.lu/comment/2345389"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696343926 {#2455
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +"title": 107075
}
"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_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
50 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