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

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 …}
}
510.69 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 {#1694
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1679 …}
  +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 {#1450
    date: 2024-04-04 17:13:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1650 …}
  +votes: Doctrine\ORM\PersistentCollection {#1652 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1526 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1565 …}
  +children: [
    App\Entity\EntryComment {#2027
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1694}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
      +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 {#2020
        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 {#2031 …}
      +nested: Doctrine\ORM\PersistentCollection {#2037 …}
      +votes: Doctrine\ORM\PersistentCollection {#2075 …}
      +reports: Doctrine\ORM\PersistentCollection {#2079 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2078 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
      -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 {#2013
        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 {#1446
    date: 2024-04-03 05:15:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704483198 {#1423
    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 {#1694
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1679 …}
  +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 {#1450
    date: 2024-04-04 17:13:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1650 …}
  +votes: Doctrine\ORM\PersistentCollection {#1652 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1526 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1565 …}
  +children: [
    App\Entity\EntryComment {#2027
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1694}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
      +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 {#2020
        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 {#2031 …}
      +nested: Doctrine\ORM\PersistentCollection {#2037 …}
      +votes: Doctrine\ORM\PersistentCollection {#2075 …}
      +reports: Doctrine\ORM\PersistentCollection {#2079 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2078 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
      -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 {#2013
        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 {#1446
    date: 2024-04-03 05:15:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704483198 {#1423
    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 {#1694
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1679 …}
  +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 {#1450
    date: 2024-04-04 17:13:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1650 …}
  +votes: Doctrine\ORM\PersistentCollection {#1652 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1526 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1565 …}
  +children: [
    App\Entity\EntryComment {#2027
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1694}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
      +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 {#2020
        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 {#2031 …}
      +nested: Doctrine\ORM\PersistentCollection {#2037 …}
      +votes: Doctrine\ORM\PersistentCollection {#2075 …}
      +reports: Doctrine\ORM\PersistentCollection {#2079 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2078 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
      -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 {#2013
        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 {#1446
    date: 2024-04-03 05:15:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704483198 {#1423
    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 {#2027
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1694
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1679 …}
    +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 {#1450
      date: 2024-04-04 17:13:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1650 …}
    +votes: Doctrine\ORM\PersistentCollection {#1652 …}
    +reports: Doctrine\ORM\PersistentCollection {#1651 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
    +badges: Doctrine\ORM\PersistentCollection {#1565 …}
    +children: [
      App\Entity\EntryComment {#2027}
    ]
    -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 {#1446
      date: 2024-04-03 05:15:21.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704483198 {#1423
      date: 2024-01-05 20:33:18.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
  +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 {#2020
    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 {#2031 …}
  +nested: Doctrine\ORM\PersistentCollection {#2037 …}
  +votes: Doctrine\ORM\PersistentCollection {#2075 …}
  +reports: Doctrine\ORM\PersistentCollection {#2079 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2078 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
  -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 {#2013
    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 {#2027
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1694
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1679 …}
    +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 {#1450
      date: 2024-04-04 17:13:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1650 …}
    +votes: Doctrine\ORM\PersistentCollection {#1652 …}
    +reports: Doctrine\ORM\PersistentCollection {#1651 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
    +badges: Doctrine\ORM\PersistentCollection {#1565 …}
    +children: [
      App\Entity\EntryComment {#2027}
    ]
    -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 {#1446
      date: 2024-04-03 05:15:21.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704483198 {#1423
      date: 2024-01-05 20:33:18.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
  +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 {#2020
    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 {#2031 …}
  +nested: Doctrine\ORM\PersistentCollection {#2037 …}
  +votes: Doctrine\ORM\PersistentCollection {#2075 …}
  +reports: Doctrine\ORM\PersistentCollection {#2079 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2078 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
  -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 {#2013
    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 {#2027
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1694
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1679 …}
    +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 {#1450
      date: 2024-04-04 17:13:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1650 …}
    +votes: Doctrine\ORM\PersistentCollection {#1652 …}
    +reports: Doctrine\ORM\PersistentCollection {#1651 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1526 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
    +badges: Doctrine\ORM\PersistentCollection {#1565 …}
    +children: [
      App\Entity\EntryComment {#2027}
    ]
    -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 {#1446
      date: 2024-04-03 05:15:21.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704483198 {#1423
      date: 2024-01-05 20:33:18.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2035 …}
  +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 {#2020
    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 {#2031 …}
  +nested: Doctrine\ORM\PersistentCollection {#2037 …}
  +votes: Doctrine\ORM\PersistentCollection {#2075 …}
  +reports: Doctrine\ORM\PersistentCollection {#2079 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2078 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2097 …}
  -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 {#2013
    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 {#2019
  +user: Proxies\__CG__\App\Entity\User {#2054 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: Proxies\__CG__\App\Entity\Image {#2052 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
  +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 {#2082
    date: 2023-12-10 01:39:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2050 …}
  +votes: Doctrine\ORM\PersistentCollection {#2045 …}
  +reports: Doctrine\ORM\PersistentCollection {#2046 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
  +badges: Doctrine\ORM\PersistentCollection {#2070 …}
  +children: [
    App\Entity\EntryComment {#1403
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2019 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2023 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2030 …}
      +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 {#1361
        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 {#2032 …}
      +nested: Doctrine\ORM\PersistentCollection {#2024 …}
      +votes: Doctrine\ORM\PersistentCollection {#2018 …}
      +reports: Doctrine\ORM\PersistentCollection {#2011 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2021 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2029 …}
      -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 {#1362
        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 {#2086
    date: 2023-12-06 07:24:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701113672 {#2064
    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 {#2019
  +user: Proxies\__CG__\App\Entity\User {#2054 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: Proxies\__CG__\App\Entity\Image {#2052 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
  +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 {#2082
    date: 2023-12-10 01:39:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2050 …}
  +votes: Doctrine\ORM\PersistentCollection {#2045 …}
  +reports: Doctrine\ORM\PersistentCollection {#2046 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
  +badges: Doctrine\ORM\PersistentCollection {#2070 …}
  +children: [
    App\Entity\EntryComment {#1403
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2019 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2023 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2030 …}
      +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 {#1361
        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 {#2032 …}
      +nested: Doctrine\ORM\PersistentCollection {#2024 …}
      +votes: Doctrine\ORM\PersistentCollection {#2018 …}
      +reports: Doctrine\ORM\PersistentCollection {#2011 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2021 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2029 …}
      -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 {#1362
        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 {#2086
    date: 2023-12-06 07:24:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701113672 {#2064
    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 {#2019
  +user: Proxies\__CG__\App\Entity\User {#2054 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: Proxies\__CG__\App\Entity\Image {#2052 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
  +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 {#2082
    date: 2023-12-10 01:39:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2050 …}
  +votes: Doctrine\ORM\PersistentCollection {#2045 …}
  +reports: Doctrine\ORM\PersistentCollection {#2046 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
  +badges: Doctrine\ORM\PersistentCollection {#2070 …}
  +children: [
    App\Entity\EntryComment {#1403
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2019 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2023 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2030 …}
      +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 {#1361
        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 {#2032 …}
      +nested: Doctrine\ORM\PersistentCollection {#2024 …}
      +votes: Doctrine\ORM\PersistentCollection {#2018 …}
      +reports: Doctrine\ORM\PersistentCollection {#2011 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2021 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2029 …}
      -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 {#1362
        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 {#2086
    date: 2023-12-06 07:24:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701113672 {#2064
    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 {#1403
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
    +image: Proxies\__CG__\App\Entity\Image {#2052 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
    +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 {#2082
      date: 2023-12-10 01:39:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2050 …}
    +votes: Doctrine\ORM\PersistentCollection {#2045 …}
    +reports: Doctrine\ORM\PersistentCollection {#2046 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
    +badges: Doctrine\ORM\PersistentCollection {#2070 …}
    +children: [
      App\Entity\EntryComment {#1403}
    ]
    -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 {#2086
      date: 2023-12-06 07:24:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701113672 {#2064
      date: 2023-11-27 20:34:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2023 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2030 …}
  +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 {#1361
    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 {#2032 …}
  +nested: Doctrine\ORM\PersistentCollection {#2024 …}
  +votes: Doctrine\ORM\PersistentCollection {#2018 …}
  +reports: Doctrine\ORM\PersistentCollection {#2011 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2021 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2029 …}
  -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 {#1362
    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 {#1403
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
    +image: Proxies\__CG__\App\Entity\Image {#2052 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
    +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 {#2082
      date: 2023-12-10 01:39:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2050 …}
    +votes: Doctrine\ORM\PersistentCollection {#2045 …}
    +reports: Doctrine\ORM\PersistentCollection {#2046 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
    +badges: Doctrine\ORM\PersistentCollection {#2070 …}
    +children: [
      App\Entity\EntryComment {#1403}
    ]
    -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 {#2086
      date: 2023-12-06 07:24:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701113672 {#2064
      date: 2023-11-27 20:34:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2023 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2030 …}
  +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 {#1361
    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 {#2032 …}
  +nested: Doctrine\ORM\PersistentCollection {#2024 …}
  +votes: Doctrine\ORM\PersistentCollection {#2018 …}
  +reports: Doctrine\ORM\PersistentCollection {#2011 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2021 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2029 …}
  -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 {#1362
    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 {#1403
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2019
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
    +image: Proxies\__CG__\App\Entity\Image {#2052 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
    +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 {#2082
      date: 2023-12-10 01:39:27.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2050 …}
    +votes: Doctrine\ORM\PersistentCollection {#2045 …}
    +reports: Doctrine\ORM\PersistentCollection {#2046 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2056 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2048 …}
    +badges: Doctrine\ORM\PersistentCollection {#2070 …}
    +children: [
      App\Entity\EntryComment {#1403}
    ]
    -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 {#2086
      date: 2023-12-06 07:24:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701113672 {#2064
      date: 2023-11-27 20:34:32.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2023 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2030 …}
  +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 {#1361
    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 {#2032 …}
  +nested: Doctrine\ORM\PersistentCollection {#2024 …}
  +votes: Doctrine\ORM\PersistentCollection {#2018 …}
  +reports: Doctrine\ORM\PersistentCollection {#2011 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2021 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2029 …}
  -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 {#1362
    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 {#2387
  +user: Proxies\__CG__\App\Entity\User {#2085 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2072 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2073 …}
  +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 {#2071
    date: 2023-11-25 16:25:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2137 …}
  +votes: Doctrine\ORM\PersistentCollection {#2135 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  +badges: Doctrine\ORM\PersistentCollection {#2337 …}
  +children: [
    App\Entity\EntryComment {#2369
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2387 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2392 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2394 …}
      +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 {#2391
        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 {#2395 …}
      +nested: Doctrine\ORM\PersistentCollection {#1384 …}
      +votes: Doctrine\ORM\PersistentCollection {#1383 …}
      +reports: Doctrine\ORM\PersistentCollection {#1405 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1382 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1404 …}
      -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 {#2389
        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 {#2130
    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 {#2387
  +user: Proxies\__CG__\App\Entity\User {#2085 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2072 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2073 …}
  +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 {#2071
    date: 2023-11-25 16:25:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2137 …}
  +votes: Doctrine\ORM\PersistentCollection {#2135 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  +badges: Doctrine\ORM\PersistentCollection {#2337 …}
  +children: [
    App\Entity\EntryComment {#2369
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2387 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2392 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2394 …}
      +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 {#2391
        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 {#2395 …}
      +nested: Doctrine\ORM\PersistentCollection {#1384 …}
      +votes: Doctrine\ORM\PersistentCollection {#1383 …}
      +reports: Doctrine\ORM\PersistentCollection {#1405 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1382 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1404 …}
      -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 {#2389
        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 {#2130
    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 {#2387
  +user: Proxies\__CG__\App\Entity\User {#2085 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2072 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2073 …}
  +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 {#2071
    date: 2023-11-25 16:25:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2137 …}
  +votes: Doctrine\ORM\PersistentCollection {#2135 …}
  +reports: Doctrine\ORM\PersistentCollection {#2159 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  +badges: Doctrine\ORM\PersistentCollection {#2337 …}
  +children: [
    App\Entity\EntryComment {#2369
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2387 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2392 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2394 …}
      +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 {#2391
        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 {#2395 …}
      +nested: Doctrine\ORM\PersistentCollection {#1384 …}
      +votes: Doctrine\ORM\PersistentCollection {#1383 …}
      +reports: Doctrine\ORM\PersistentCollection {#1405 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1382 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1404 …}
      -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 {#2389
        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 {#2130
    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 {#2369
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2387
    +user: Proxies\__CG__\App\Entity\User {#2085 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2072 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2073 …}
    +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 {#2071
      date: 2023-11-25 16:25:38.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2137 …}
    +votes: Doctrine\ORM\PersistentCollection {#2135 …}
    +reports: Doctrine\ORM\PersistentCollection {#2159 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
    +badges: Doctrine\ORM\PersistentCollection {#2337 …}
    +children: [
      App\Entity\EntryComment {#2369}
    ]
    -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 {#2130
      date: 2023-11-24 13:56:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2392 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2394 …}
  +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 {#2391
    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 {#2395 …}
  +nested: Doctrine\ORM\PersistentCollection {#1384 …}
  +votes: Doctrine\ORM\PersistentCollection {#1383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1405 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1382 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1404 …}
  -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 {#2389
    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 {#2369
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2387
    +user: Proxies\__CG__\App\Entity\User {#2085 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2072 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2073 …}
    +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 {#2071
      date: 2023-11-25 16:25:38.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2137 …}
    +votes: Doctrine\ORM\PersistentCollection {#2135 …}
    +reports: Doctrine\ORM\PersistentCollection {#2159 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
    +badges: Doctrine\ORM\PersistentCollection {#2337 …}
    +children: [
      App\Entity\EntryComment {#2369}
    ]
    -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 {#2130
      date: 2023-11-24 13:56:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2392 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2394 …}
  +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 {#2391
    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 {#2395 …}
  +nested: Doctrine\ORM\PersistentCollection {#1384 …}
  +votes: Doctrine\ORM\PersistentCollection {#1383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1405 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1382 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1404 …}
  -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 {#2389
    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 {#2369
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2387
    +user: Proxies\__CG__\App\Entity\User {#2085 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2072 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2073 …}
    +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 {#2071
      date: 2023-11-25 16:25:38.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2137 …}
    +votes: Doctrine\ORM\PersistentCollection {#2135 …}
    +reports: Doctrine\ORM\PersistentCollection {#2159 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2339 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
    +badges: Doctrine\ORM\PersistentCollection {#2337 …}
    +children: [
      App\Entity\EntryComment {#2369}
    ]
    -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 {#2130
      date: 2023-11-24 13:56:53.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2392 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2394 …}
  +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 {#2391
    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 {#2395 …}
  +nested: Doctrine\ORM\PersistentCollection {#1384 …}
  +votes: Doctrine\ORM\PersistentCollection {#1383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1405 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1382 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1404 …}
  -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 {#2389
    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 {#2379
  +user: Proxies\__CG__\App\Entity\User {#2054 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: Proxies\__CG__\App\Entity\Image {#2094 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
  +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 {#2341
    date: 2023-11-19 22:52:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2327 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  +badges: Doctrine\ORM\PersistentCollection {#2164 …}
  +children: [
    App\Entity\EntryComment {#2378
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2379 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
      +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 {#2385
        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 {#2383 …}
      +nested: Doctrine\ORM\PersistentCollection {#1906 …}
      +votes: Doctrine\ORM\PersistentCollection {#1708 …}
      +reports: Doctrine\ORM\PersistentCollection {#1410 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
      -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 {#2384
        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 {#2068
    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 {#2379
  +user: Proxies\__CG__\App\Entity\User {#2054 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: Proxies\__CG__\App\Entity\Image {#2094 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
  +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 {#2341
    date: 2023-11-19 22:52:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2327 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  +badges: Doctrine\ORM\PersistentCollection {#2164 …}
  +children: [
    App\Entity\EntryComment {#2378
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2379 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
      +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 {#2385
        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 {#2383 …}
      +nested: Doctrine\ORM\PersistentCollection {#1906 …}
      +votes: Doctrine\ORM\PersistentCollection {#1708 …}
      +reports: Doctrine\ORM\PersistentCollection {#1410 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
      -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 {#2384
        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 {#2068
    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 {#2379
  +user: Proxies\__CG__\App\Entity\User {#2054 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: Proxies\__CG__\App\Entity\Image {#2094 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
  +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 {#2341
    date: 2023-11-19 22:52:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2327 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
  +badges: Doctrine\ORM\PersistentCollection {#2164 …}
  +children: [
    App\Entity\EntryComment {#2378
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2379 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
      +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 {#2385
        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 {#2383 …}
      +nested: Doctrine\ORM\PersistentCollection {#1906 …}
      +votes: Doctrine\ORM\PersistentCollection {#1708 …}
      +reports: Doctrine\ORM\PersistentCollection {#1410 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
      -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 {#2384
        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 {#2068
    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 {#2378
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2379
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
    +image: Proxies\__CG__\App\Entity\Image {#2094 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
    +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 {#2341
      date: 2023-11-19 22:52:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2323 …}
    +votes: Doctrine\ORM\PersistentCollection {#2327 …}
    +reports: Doctrine\ORM\PersistentCollection {#2191 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
    +badges: Doctrine\ORM\PersistentCollection {#2164 …}
    +children: [
      App\Entity\EntryComment {#2378}
    ]
    -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 {#2068
      date: 2023-11-10 16:08:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
  +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 {#2385
    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 {#2383 …}
  +nested: Doctrine\ORM\PersistentCollection {#1906 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
  -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 {#2384
    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 {#2378
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2379
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
    +image: Proxies\__CG__\App\Entity\Image {#2094 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
    +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 {#2341
      date: 2023-11-19 22:52:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2323 …}
    +votes: Doctrine\ORM\PersistentCollection {#2327 …}
    +reports: Doctrine\ORM\PersistentCollection {#2191 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
    +badges: Doctrine\ORM\PersistentCollection {#2164 …}
    +children: [
      App\Entity\EntryComment {#2378}
    ]
    -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 {#2068
      date: 2023-11-10 16:08:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
  +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 {#2385
    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 {#2383 …}
  +nested: Doctrine\ORM\PersistentCollection {#1906 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
  -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 {#2384
    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 {#2378
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2379
    +user: Proxies\__CG__\App\Entity\User {#2054 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
    +image: Proxies\__CG__\App\Entity\Image {#2094 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2055 …}
    +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 {#2341
      date: 2023-11-19 22:52:14.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2323 …}
    +votes: Doctrine\ORM\PersistentCollection {#2327 …}
    +reports: Doctrine\ORM\PersistentCollection {#2191 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2314 …}
    +badges: Doctrine\ORM\PersistentCollection {#2164 …}
    +children: [
      App\Entity\EntryComment {#2378}
    ]
    -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 {#2068
      date: 2023-11-10 16:08:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2381 …}
  +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 {#2385
    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 {#2383 …}
  +nested: Doctrine\ORM\PersistentCollection {#1906 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
  -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 {#2384
    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 {#2460
  +user: Proxies\__CG__\App\Entity\User {#2300 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2104 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2110 …}
  +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 {#2058
    date: 2023-11-13 10:17:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2106 …}
  +votes: Doctrine\ORM\PersistentCollection {#2105 …}
  +reports: Doctrine\ORM\PersistentCollection {#2111 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
  +badges: Doctrine\ORM\PersistentCollection {#2117 …}
  +children: [
    App\Entity\EntryComment {#1711
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
      +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 {#1613
        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 {#1722 …}
      +nested: Doctrine\ORM\PersistentCollection {#1728 …}
      +votes: Doctrine\ORM\PersistentCollection {#1730 …}
      +reports: Doctrine\ORM\PersistentCollection {#1734 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
      -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 {#1556
        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 {#2351
    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 {#2460
  +user: Proxies\__CG__\App\Entity\User {#2300 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2104 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2110 …}
  +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 {#2058
    date: 2023-11-13 10:17:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2106 …}
  +votes: Doctrine\ORM\PersistentCollection {#2105 …}
  +reports: Doctrine\ORM\PersistentCollection {#2111 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
  +badges: Doctrine\ORM\PersistentCollection {#2117 …}
  +children: [
    App\Entity\EntryComment {#1711
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
      +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 {#1613
        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 {#1722 …}
      +nested: Doctrine\ORM\PersistentCollection {#1728 …}
      +votes: Doctrine\ORM\PersistentCollection {#1730 …}
      +reports: Doctrine\ORM\PersistentCollection {#1734 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
      -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 {#1556
        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 {#2351
    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 {#2460
  +user: Proxies\__CG__\App\Entity\User {#2300 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: Proxies\__CG__\App\Entity\Image {#2104 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2110 …}
  +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 {#2058
    date: 2023-11-13 10:17:04.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2106 …}
  +votes: Doctrine\ORM\PersistentCollection {#2105 …}
  +reports: Doctrine\ORM\PersistentCollection {#2111 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
  +badges: Doctrine\ORM\PersistentCollection {#2117 …}
  +children: [
    App\Entity\EntryComment {#1711
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
      +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 {#1613
        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 {#1722 …}
      +nested: Doctrine\ORM\PersistentCollection {#1728 …}
      +votes: Doctrine\ORM\PersistentCollection {#1730 …}
      +reports: Doctrine\ORM\PersistentCollection {#1734 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
      -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 {#1556
        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 {#2351
    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 {#1711
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#2300 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2104 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2110 …}
    +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 {#2058
      date: 2023-11-13 10:17:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2106 …}
    +votes: Doctrine\ORM\PersistentCollection {#2105 …}
    +reports: Doctrine\ORM\PersistentCollection {#2111 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
    +badges: Doctrine\ORM\PersistentCollection {#2117 …}
    +children: [
      App\Entity\EntryComment {#1711}
    ]
    -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 {#2351
      date: 2023-10-26 03:41:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
  +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 {#1613
    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 {#1722 …}
  +nested: Doctrine\ORM\PersistentCollection {#1728 …}
  +votes: Doctrine\ORM\PersistentCollection {#1730 …}
  +reports: Doctrine\ORM\PersistentCollection {#1734 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -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 {#1556
    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 {#1711
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#2300 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2104 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2110 …}
    +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 {#2058
      date: 2023-11-13 10:17:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2106 …}
    +votes: Doctrine\ORM\PersistentCollection {#2105 …}
    +reports: Doctrine\ORM\PersistentCollection {#2111 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
    +badges: Doctrine\ORM\PersistentCollection {#2117 …}
    +children: [
      App\Entity\EntryComment {#1711}
    ]
    -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 {#2351
      date: 2023-10-26 03:41:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
  +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 {#1613
    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 {#1722 …}
  +nested: Doctrine\ORM\PersistentCollection {#1728 …}
  +votes: Doctrine\ORM\PersistentCollection {#1730 …}
  +reports: Doctrine\ORM\PersistentCollection {#1734 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -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 {#1556
    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 {#1711
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2460
    +user: Proxies\__CG__\App\Entity\User {#2300 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: Proxies\__CG__\App\Entity\Image {#2104 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2110 …}
    +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 {#2058
      date: 2023-11-13 10:17:04.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2106 …}
    +votes: Doctrine\ORM\PersistentCollection {#2105 …}
    +reports: Doctrine\ORM\PersistentCollection {#2111 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2112 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2114 …}
    +badges: Doctrine\ORM\PersistentCollection {#2117 …}
    +children: [
      App\Entity\EntryComment {#1711}
    ]
    -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 {#2351
      date: 2023-10-26 03:41:10.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1723 …}
  +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 {#1613
    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 {#1722 …}
  +nested: Doctrine\ORM\PersistentCollection {#1728 …}
  +votes: Doctrine\ORM\PersistentCollection {#1730 …}
  +reports: Doctrine\ORM\PersistentCollection {#1734 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2422 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1617 …}
  -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 {#1556
    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 {#2467
  +user: Proxies\__CG__\App\Entity\User {#2065 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: Proxies\__CG__\App\Entity\Image {#2347 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2346 …}
  +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 {#2141
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2348 …}
  +votes: Doctrine\ORM\PersistentCollection {#2350 …}
  +reports: Doctrine\ORM\PersistentCollection {#2040 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
  +badges: Doctrine\ORM\PersistentCollection {#2109 …}
  +children: [
    App\Entity\EntryComment {#2371
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2467 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
      +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 {#2411
        date: 2023-10-03 16:38:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@produnis@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2370 …}
      +votes: Doctrine\ORM\PersistentCollection {#2360 …}
      +reports: Doctrine\ORM\PersistentCollection {#2361 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2372 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
      -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 {#2471
        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 {#2333
    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 {#2467
  +user: Proxies\__CG__\App\Entity\User {#2065 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: Proxies\__CG__\App\Entity\Image {#2347 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2346 …}
  +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 {#2141
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2348 …}
  +votes: Doctrine\ORM\PersistentCollection {#2350 …}
  +reports: Doctrine\ORM\PersistentCollection {#2040 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
  +badges: Doctrine\ORM\PersistentCollection {#2109 …}
  +children: [
    App\Entity\EntryComment {#2371
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2467 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
      +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 {#2411
        date: 2023-10-03 16:38:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@produnis@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2370 …}
      +votes: Doctrine\ORM\PersistentCollection {#2360 …}
      +reports: Doctrine\ORM\PersistentCollection {#2361 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2372 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
      -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 {#2471
        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 {#2333
    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 {#2467
  +user: Proxies\__CG__\App\Entity\User {#2065 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +image: Proxies\__CG__\App\Entity\Image {#2347 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2346 …}
  +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 {#2141
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2348 …}
  +votes: Doctrine\ORM\PersistentCollection {#2350 …}
  +reports: Doctrine\ORM\PersistentCollection {#2040 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
  +badges: Doctrine\ORM\PersistentCollection {#2109 …}
  +children: [
    App\Entity\EntryComment {#2371
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2467 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
      +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 {#2411
        date: 2023-10-03 16:38:46.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@produnis@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2370 …}
      +votes: Doctrine\ORM\PersistentCollection {#2360 …}
      +reports: Doctrine\ORM\PersistentCollection {#2361 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2372 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
      -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 {#2471
        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 {#2333
    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 {#2371
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2467
    +user: Proxies\__CG__\App\Entity\User {#2065 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
    +image: Proxies\__CG__\App\Entity\Image {#2347 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2346 …}
    +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 {#2141
      date: 2023-10-03 16:38:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2348 …}
    +votes: Doctrine\ORM\PersistentCollection {#2350 …}
    +reports: Doctrine\ORM\PersistentCollection {#2040 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
    +badges: Doctrine\ORM\PersistentCollection {#2109 …}
    +children: [
      App\Entity\EntryComment {#2371}
    ]
    -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 {#2333
      date: 2023-10-03 13:02:23.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +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 {#2411
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@produnis@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2370 …}
  +votes: Doctrine\ORM\PersistentCollection {#2360 …}
  +reports: Doctrine\ORM\PersistentCollection {#2361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2372 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
  -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 {#2471
    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 {#2371
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2467
    +user: Proxies\__CG__\App\Entity\User {#2065 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
    +image: Proxies\__CG__\App\Entity\Image {#2347 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2346 …}
    +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 {#2141
      date: 2023-10-03 16:38:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2348 …}
    +votes: Doctrine\ORM\PersistentCollection {#2350 …}
    +reports: Doctrine\ORM\PersistentCollection {#2040 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
    +badges: Doctrine\ORM\PersistentCollection {#2109 …}
    +children: [
      App\Entity\EntryComment {#2371}
    ]
    -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 {#2333
      date: 2023-10-03 13:02:23.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +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 {#2411
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@produnis@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2370 …}
  +votes: Doctrine\ORM\PersistentCollection {#2360 …}
  +reports: Doctrine\ORM\PersistentCollection {#2361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2372 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
  -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 {#2471
    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 {#2371
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2467
    +user: Proxies\__CG__\App\Entity\User {#2065 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
    +image: Proxies\__CG__\App\Entity\Image {#2347 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2346 …}
    +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 {#2141
      date: 2023-10-03 16:38:46.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2348 …}
    +votes: Doctrine\ORM\PersistentCollection {#2350 …}
    +reports: Doctrine\ORM\PersistentCollection {#2040 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2132 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
    +badges: Doctrine\ORM\PersistentCollection {#2109 …}
    +children: [
      App\Entity\EntryComment {#2371}
    ]
    -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 {#2333
      date: 2023-10-03 13:02:23.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2468 …}
  +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 {#2411
    date: 2023-10-03 16:38:46.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@produnis@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2370 …}
  +votes: Doctrine\ORM\PersistentCollection {#2360 …}
  +reports: Doctrine\ORM\PersistentCollection {#2361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2372 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
  -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 {#2471
    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