GET https://kbin.spritesserver.nl/u/@weclaw@lemm.ee/comments

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.74 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.04 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\EntryComment {#2085
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2030 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +body: """
    Before using Rust I was using C++ for most projects and while it is a really powerful language there were some big problems:\n
    \n
    - no standard build system, most projects use cmake or meson and vendor dependencies with the projects. These build systems were really hard to learn (especially cmake, meson is easier). There are package managers these days such as conan and vcpkg but there is not really one standard way to build programs like in rust.\n
    - error messages were really hard to understand, especially when the project uses templates\n
    - it felt like 3 languages in one, projects written before c++11 differ greatly from c++11 and up\n
    - some of the new language features have really weird syntax, for example lambdas\n
    - some people say that rust is hard, but modern c++ is considerably harder to learn, just look at the list of modern c++ features: [github.com/AnthonyCalandra/modern-cpp-features](https://github.com/AnthonyCalandra/modern-cpp-features), you have to know the different pointer types (unique_pointer, shared_pointer etc.), templates, rvalue references and move semantic, exceptions, constexpressions and the list goes on
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703208966 {#2089
    date: 2023-12-22 02:36:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ChiefSinner@lemm.ee"
    "@cashews_best_nut@lemmy.world"
    "@weclaw@lemm.ee"
    "@LoETR9@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2024 …}
  +nested: Doctrine\ORM\PersistentCollection {#2018 …}
  +votes: Doctrine\ORM\PersistentCollection {#2011 …}
  +reports: Doctrine\ORM\PersistentCollection {#2021 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 242064
  -bodyTs: "'+11':102,107 '/anthonycalandra/modern-cpp-features](https://github.com/anthonycalandra/modern-cpp-features),':149 '3':94 'big':22 'build':26,41,73 'c':7,101,106,132,145 'cmake':31,49 'conan':61 'consider':134 'constexpress':170 'day':58 'depend':36 'differ':103,155 'easier':52 'error':78 'especi':48,85 'etc':162 'exampl':121 'except':169 'featur':115,146 'felt':92 'github.com':148 'github.com/anthonycalandra/modern-cpp-features](https://github.com/anthonycalandra/modern-cpp-features),':147 'goe':174 'great':104 'hard':45,82,129 'harder':135 'know':153 'lambda':122 'languag':18,95,114 'learn':47,137 'like':75,93 'list':142,173 'look':139 'manag':56 'meson':33,50 'messag':79 'modern':131,144 'move':167 'new':113 'one':69,97 'packag':55 'peopl':124 'pointer':156,159,161 'power':17 'problem':23 'program':74 'project':10,29,39,88,98 'realli':16,44,68,81,117 'refer':165 'rust':3,77,127 'rvalu':164 'say':125 'semant':168 'share':160 'standard':25,70 'syntax':119 'system':27,42 'templat':90,163 'type':157 'understand':84 'uniqu':158 'use':2,6,30,89 'vcpkg':63 'vendor':35 'way':71 'weird':118 'written':99"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/7506312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703208966 {#2392
    date: 2023-12-22 02:36:06.0 +01:00
  }
}
"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
3 DENIED edit
App\Entity\EntryComment {#2085
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2030 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +body: """
    Before using Rust I was using C++ for most projects and while it is a really powerful language there were some big problems:\n
    \n
    - no standard build system, most projects use cmake or meson and vendor dependencies with the projects. These build systems were really hard to learn (especially cmake, meson is easier). There are package managers these days such as conan and vcpkg but there is not really one standard way to build programs like in rust.\n
    - error messages were really hard to understand, especially when the project uses templates\n
    - it felt like 3 languages in one, projects written before c++11 differ greatly from c++11 and up\n
    - some of the new language features have really weird syntax, for example lambdas\n
    - some people say that rust is hard, but modern c++ is considerably harder to learn, just look at the list of modern c++ features: [github.com/AnthonyCalandra/modern-cpp-features](https://github.com/AnthonyCalandra/modern-cpp-features), you have to know the different pointer types (unique_pointer, shared_pointer etc.), templates, rvalue references and move semantic, exceptions, constexpressions and the list goes on
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703208966 {#2089
    date: 2023-12-22 02:36:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ChiefSinner@lemm.ee"
    "@cashews_best_nut@lemmy.world"
    "@weclaw@lemm.ee"
    "@LoETR9@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2024 …}
  +nested: Doctrine\ORM\PersistentCollection {#2018 …}
  +votes: Doctrine\ORM\PersistentCollection {#2011 …}
  +reports: Doctrine\ORM\PersistentCollection {#2021 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 242064
  -bodyTs: "'+11':102,107 '/anthonycalandra/modern-cpp-features](https://github.com/anthonycalandra/modern-cpp-features),':149 '3':94 'big':22 'build':26,41,73 'c':7,101,106,132,145 'cmake':31,49 'conan':61 'consider':134 'constexpress':170 'day':58 'depend':36 'differ':103,155 'easier':52 'error':78 'especi':48,85 'etc':162 'exampl':121 'except':169 'featur':115,146 'felt':92 'github.com':148 'github.com/anthonycalandra/modern-cpp-features](https://github.com/anthonycalandra/modern-cpp-features),':147 'goe':174 'great':104 'hard':45,82,129 'harder':135 'know':153 'lambda':122 'languag':18,95,114 'learn':47,137 'like':75,93 'list':142,173 'look':139 'manag':56 'meson':33,50 'messag':79 'modern':131,144 'move':167 'new':113 'one':69,97 'packag':55 'peopl':124 'pointer':156,159,161 'power':17 'problem':23 'program':74 'project':10,29,39,88,98 'realli':16,44,68,81,117 'refer':165 'rust':3,77,127 'rvalu':164 'say':125 'semant':168 'share':160 'standard':25,70 'syntax':119 'system':27,42 'templat':90,163 'type':157 'understand':84 'uniqu':158 'use':2,6,30,89 'vcpkg':63 'vendor':35 'way':71 'weird':118 'written':99"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/7506312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703208966 {#2392
    date: 2023-12-22 02:36:06.0 +01:00
  }
}
"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
4 DENIED moderate
App\Entity\EntryComment {#2085
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2030 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +body: """
    Before using Rust I was using C++ for most projects and while it is a really powerful language there were some big problems:\n
    \n
    - no standard build system, most projects use cmake or meson and vendor dependencies with the projects. These build systems were really hard to learn (especially cmake, meson is easier). There are package managers these days such as conan and vcpkg but there is not really one standard way to build programs like in rust.\n
    - error messages were really hard to understand, especially when the project uses templates\n
    - it felt like 3 languages in one, projects written before c++11 differ greatly from c++11 and up\n
    - some of the new language features have really weird syntax, for example lambdas\n
    - some people say that rust is hard, but modern c++ is considerably harder to learn, just look at the list of modern c++ features: [github.com/AnthonyCalandra/modern-cpp-features](https://github.com/AnthonyCalandra/modern-cpp-features), you have to know the different pointer types (unique_pointer, shared_pointer etc.), templates, rvalue references and move semantic, exceptions, constexpressions and the list goes on
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703208966 {#2089
    date: 2023-12-22 02:36:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ChiefSinner@lemm.ee"
    "@cashews_best_nut@lemmy.world"
    "@weclaw@lemm.ee"
    "@LoETR9@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2024 …}
  +nested: Doctrine\ORM\PersistentCollection {#2018 …}
  +votes: Doctrine\ORM\PersistentCollection {#2011 …}
  +reports: Doctrine\ORM\PersistentCollection {#2021 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 242064
  -bodyTs: "'+11':102,107 '/anthonycalandra/modern-cpp-features](https://github.com/anthonycalandra/modern-cpp-features),':149 '3':94 'big':22 'build':26,41,73 'c':7,101,106,132,145 'cmake':31,49 'conan':61 'consider':134 'constexpress':170 'day':58 'depend':36 'differ':103,155 'easier':52 'error':78 'especi':48,85 'etc':162 'exampl':121 'except':169 'featur':115,146 'felt':92 'github.com':148 'github.com/anthonycalandra/modern-cpp-features](https://github.com/anthonycalandra/modern-cpp-features),':147 'goe':174 'great':104 'hard':45,82,129 'harder':135 'know':153 'lambda':122 'languag':18,95,114 'learn':47,137 'like':75,93 'list':142,173 'look':139 'manag':56 'meson':33,50 'messag':79 'modern':131,144 'move':167 'new':113 'one':69,97 'packag':55 'peopl':124 'pointer':156,159,161 'power':17 'problem':23 'program':74 'project':10,29,39,88,98 'realli':16,44,68,81,117 'refer':165 'rust':3,77,127 'rvalu':164 'say':125 'semant':168 'share':160 'standard':25,70 'syntax':119 'system':27,42 'templat':90,163 'type':157 'understand':84 'uniqu':158 'use':2,6,30,89 'vcpkg':63 'vendor':35 'way':71 'weird':118 'written':99"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/7506312"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703208966 {#2392
    date: 2023-12-22 02:36:06.0 +01:00
  }
}
"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
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 {#2350
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +body: "From my personal experience I can tell you 2 reasons. The first is that this is the first general purpose language that can be used for all projects. You can use it on the web browser with web assembly, it is good for backend and it also is low level enough to use it for OS development and embedded. Other languages are good only for some thing and really bad for others. The second reason is that it is designed around catching errors at compile time. The error handling and strict typing forces the developer to handle errors. I have to spend more time creating the program but considerably less time finding and fixing bugs."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 103
  +score: 0
  +lastActive: DateTime @1703121364 {#2062
    date: 2023-12-21 02:16:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ChiefSinner@lemm.ee"
    "@cashews_best_nut@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2060 …}
  +nested: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2343 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  -id: 239269
  -bodyTs: "'2':9 'also':47 'around':81 'assembl':39 'backend':44 'bad':70 'browser':36 'bug':115 'catch':82 'compil':85 'consider':109 'creat':105 'design':80 'develop':57,95 'embed':59 'enough':51 'error':83,88,98 'experi':4 'find':112 'first':12,18 'fix':114 'forc':93 'general':19 'good':42,63 'handl':89,97 'languag':21,61 'less':110 'level':50 'low':49 'os':56 'other':72 'person':3 'program':107 'project':28 'purpos':20 'realli':69 'reason':10,75 'second':74 'spend':102 'strict':91 'tell':7 'thing':67 'time':86,104,111 'type':92 'use':25,31,53 'web':35,38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/7479708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703121364 {#2077
    date: 2023-12-21 02:16:04.0 +01:00
  }
}
"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 {#2350
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +body: "From my personal experience I can tell you 2 reasons. The first is that this is the first general purpose language that can be used for all projects. You can use it on the web browser with web assembly, it is good for backend and it also is low level enough to use it for OS development and embedded. Other languages are good only for some thing and really bad for others. The second reason is that it is designed around catching errors at compile time. The error handling and strict typing forces the developer to handle errors. I have to spend more time creating the program but considerably less time finding and fixing bugs."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 103
  +score: 0
  +lastActive: DateTime @1703121364 {#2062
    date: 2023-12-21 02:16:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ChiefSinner@lemm.ee"
    "@cashews_best_nut@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2060 …}
  +nested: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2343 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  -id: 239269
  -bodyTs: "'2':9 'also':47 'around':81 'assembl':39 'backend':44 'bad':70 'browser':36 'bug':115 'catch':82 'compil':85 'consider':109 'creat':105 'design':80 'develop':57,95 'embed':59 'enough':51 'error':83,88,98 'experi':4 'find':112 'first':12,18 'fix':114 'forc':93 'general':19 'good':42,63 'handl':89,97 'languag':21,61 'less':110 'level':50 'low':49 'os':56 'other':72 'person':3 'program':107 'project':28 'purpos':20 'realli':69 'reason':10,75 'second':74 'spend':102 'strict':91 'tell':7 'thing':67 'time':86,104,111 'type':92 'use':25,31,53 'web':35,38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/7479708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703121364 {#2077
    date: 2023-12-21 02:16:04.0 +01:00
  }
}
"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 {#2350
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1909 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2032 …}
  +body: "From my personal experience I can tell you 2 reasons. The first is that this is the first general purpose language that can be used for all projects. You can use it on the web browser with web assembly, it is good for backend and it also is low level enough to use it for OS development and embedded. Other languages are good only for some thing and really bad for others. The second reason is that it is designed around catching errors at compile time. The error handling and strict typing forces the developer to handle errors. I have to spend more time creating the program but considerably less time finding and fixing bugs."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 103
  +score: 0
  +lastActive: DateTime @1703121364 {#2062
    date: 2023-12-21 02:16:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ChiefSinner@lemm.ee"
    "@cashews_best_nut@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2060 …}
  +nested: Doctrine\ORM\PersistentCollection {#2323 …}
  +votes: Doctrine\ORM\PersistentCollection {#2339 …}
  +reports: Doctrine\ORM\PersistentCollection {#2343 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  -id: 239269
  -bodyTs: "'2':9 'also':47 'around':81 'assembl':39 'backend':44 'bad':70 'browser':36 'bug':115 'catch':82 'compil':85 'consider':109 'creat':105 'design':80 'develop':57,95 'embed':59 'enough':51 'error':83,88,98 'experi':4 'find':112 'first':12,18 'fix':114 'forc':93 'general':19 'good':42,63 'handl':89,97 'languag':21,61 'less':110 'level':50 'low':49 'os':56 'other':72 'person':3 'program':107 'project':28 'purpos':20 'realli':69 'reason':10,75 'second':74 'spend':102 'strict':91 'tell':7 'thing':67 'time':86,104,111 'type':92 'use':25,31,53 'web':35,38"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemm.ee/comment/7479708"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703121364 {#2077
    date: 2023-12-21 02:16:04.0 +01:00
  }
}
"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