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

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.57 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.07 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1560
  +user: Proxies\__CG__\App\Entity\User {#2392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
  +slug: "NixOS-neovim-plugins"
  +title: "NixOS - neovim plugins"
  +url: null
  +body: """
    Hello,\n
    \n
    The NixOS community has been great in helping me with my first steps in this distro. So I’ll ask again few neovim-related issues I couldn’t figure out after 3 days of search.\n
    \n
    First, let me tell you that I’m trying to import a working neovim setup from another distro. Then let’s see how I’ve configured neovim. I have this in my home.nix file:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">programs.neovim = {\n
    </span><span style="color:#323232;">  enable = true;\n
    </span><span style="color:#323232;">  withPython3 = true;\n
    </span><span style="color:#323232;">  extraPython3Packages = (ps: with ps; [\n
    </span><span style="color:#323232;">    pynvim\n
    </span><span style="color:#323232;">    unidecode\n
    </span><span style="color:#323232;">    black\n
    </span><span style="color:#323232;">    isort\n
    </span><span style="color:#323232;">  ]);\n
    </span><span style="color:#323232;">  plugins = with pkgs.vimPlugins; [\n
    </span><span style="color:#323232;">    { plugin = *plugin_name*;\n
    </span><span style="color:#323232;">    type = "lua";\n
    </span><span style="color:#323232;">    config = builtins.readFile *config_file_path*;\n
    </span><span style="color:#323232;">    }\n
    </span><span style="color:#323232;">    ...\n
    </span><span style="color:#323232;">    ];\n
    </span><span style="color:#323232;">};\n
    </span>\n
    ```\n
    \n
    (my init.lua file is in the $HOME/.config/nvim folder)\n
    \n
    With that most of my plugins work. Most because few are troublesome. Let’s focus on three of them:\n
    \n
    1. I have pkgs.vimPlugins.nvim-comment installed but neovim reports that the command `CommentToggle` is not an editor command\n
    2. I have pkgs.vimPlugins.nvim-treesitter installed but the command `TSInstall markdown` returns “could not create parser dir '/nix/store/…/nvim-treesitter/parser ': Vim:E739: read-only file system '”\n
    3. I have pkgs.vimPlugins.mason-nvim and pkgs.vimPlugins.mason-lspconfig-nvim installed but runngin `checkhealth mason` returns few warnings:\n
    \n
    - mason.nvim is not the latest version (I use the unstable channel)\n
    - pip: not available spawn: python3 failed with exit code 1 and signal 0. /run/current-system/sw/bin/python3: No module named pip (note that python3_host_prog and python3_host_prog pip are marked “OK”)\n
    \n
    Thanks again for your assistance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728324831 {#2080
    date: 2024-10-07 20:13:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2087 …}
  +votes: Doctrine\ORM\PersistentCollection {#2133 …}
  +reports: Doctrine\ORM\PersistentCollection {#2131 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2345 …}
  +badges: Doctrine\ORM\PersistentCollection {#2330 …}
  +children: [
    App\Entity\EntryComment {#1528
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1560 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Not sure about 1, but 2 and 3 both have the same answer. Both TSInstall and Mason are just trying to install other software packages on your system, and you’re on NixOS, so of course they can’t do that. You don’t install your software, you declare it. Add the Treesitter parsers you need right next to your plugins (there is a sub collection under the vimPlugins collection just for Treesitter parsers), and put whatever Mason would be installing into your user packages instead.\n
        \n
        That said, I agree with the other commenter. Even though the community has done a lot of work on rich config options for Neovim, they’re just too far away from the normal way of doing things in the Neovim world, and plenty of plugins are written in ways that assume it’s configured in “normal” ways. Plus configuring Neovim is already kinda like assembling your own car from parts in any case, so it’s honestly better to just use nix to install Lazyvim or whatever flavor of choice and let it handle the plugin management/config. And believe me, I really tried to do it all in Nix, I wanted to do it that way. But it’s just not worth the headache at this point
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1728324831 {#1582
        date: 2024-10-07 20:13:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wwwgem@lemmy.ml"
        "@wwwgem@lemmy.ml"
        "@wwwgem@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1550 …}
      +votes: Doctrine\ORM\PersistentCollection {#1548 …}
      +reports: Doctrine\ORM\PersistentCollection {#1566 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
      -id: 335818
      -bodyTs: "'1':4 '2':6 '3':8 'add':51 'agre':90 'alreadi':148 'answer':13 'assembl':151 'assum':137 'away':116 'believ':185 'better':164 'car':154 'case':159 'choic':176 'collect':66,70 'comment':94 'communiti':98 'config':107 'configur':140,145 'cours':36 'declar':49 'done':100 'even':95 'far':115 'flavor':174 'handl':180 'headach':210 'honest':163 'instal':22,45,81,170 'instead':86 'kinda':149 'lazyvim':171 'let':178 'like':150 'lot':102 'management/config':183 'mason':17,78 'need':56 'neovim':110,126,146 'next':58 'nix':168,195 'nixo':33 'normal':119,142 'option':108 'packag':25,85 'parser':54,74 'part':156 'plenti':129 'plugin':61,131,182 'plus':144 'point':213 'put':76 're':31,112 'realli':188 'rich':106 'right':57 'said':88 'softwar':24,47 'sub':65 'sure':2 'system':28 'thing':123 'though':96 'treesitt':53,73 'tri':20,189 'tsinstal':15 'use':167 'user':84 'vimplugin':69 'want':197 'way':120,135,143,202 'whatev':77,173 'work':104 'world':127 'worth':208 'would':79 'written':133"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6960591"
      +editedAt: DateTimeImmutable @1728156939 {#1527
        date: 2024-10-05 21:35:39.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706066173 {#1561
        date: 2024-01-24 04:16:13.0 +01:00
      }
      +"title": 335818
    }
  ]
  -id: 32711
  -titleTs: "'neovim':2 'nixo':1 'plugin':3"
  -bodyTs: "'/nix/store':160 '/nvim-treesitter/parser':161 '/run/current-system/sw/bin/python3':211 '0':210 '1':125,207 '2':143 '3':34,169 'anoth':54 'ask':21 'assist':233 'avail':200 'black':83 'builtins.readfile':94 'channel':197 'checkhealth':182 'code':206 'command':136,142,151 'comment':129 'commenttoggl':137 'communiti':4 'config':93,95 'configur':63 'could':155 'couldn':29 'creat':157 'day':35 'dir':159 'distro':17,55 'e739':163 'editor':141 'enabl':73 'exit':205 'extrapython3packages':77 'fail':203 'figur':31 'file':71,96,100,167 'first':13,38 'focus':120 'folder':105 'great':7 'hello':1 'help':9 'home.nix':70 'home/.config/nvim':104 'host':219,223 'import':48 'init.lua':99 'instal':130,148,179 'isort':84 'issu':27 'latest':191 'let':39,57,118 'll':20 'lspconfig':177 'lspconfig-nvim':176 'lua':92 'm':45 'mark':227 'markdown':153 'mason':183 'mason.nvim':187 'modul':213 'name':90,214 'neovim':25,51,64,132 'neovim-rel':24 'nixo':3 'note':216 'nvim':173,178 'ok':228 'parser':158 'path':97 'pip':198,215,225 'pkgs.vimplugins':87 'pkgs.vimplugins.mason':172,175 'pkgs.vimplugins.nvim':128,146 'plugin':85,88,89,111 'prog':220,224 'programs.neovim':72 'ps':78,80 'pynvim':81 'python3':202,218,222 'read':165 'read-on':164 'relat':26 'report':133 'return':154,184 'runngin':181 'search':37 'see':59 'setup':52 'signal':209 'spawn':201 'step':14 'system':168 'tell':41 'thank':229 'three':122 'treesitt':147 'tri':46 'troublesom':117 'true':74,76 'tsinstal':152 'type':91 'unidecod':82 'unstabl':196 'use':194 've':62 'version':192 'vim':162 'warn':186 'withpython3':75 'work':50,112"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706138811
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10954164"
  +editedAt: DateTimeImmutable @1728109137 {#1716
    date: 2024-10-05 08:18:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706052411 {#2462
    date: 2024-01-24 00:26:51.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1560
  +user: Proxies\__CG__\App\Entity\User {#2392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
  +slug: "NixOS-neovim-plugins"
  +title: "NixOS - neovim plugins"
  +url: null
  +body: """
    Hello,\n
    \n
    The NixOS community has been great in helping me with my first steps in this distro. So I’ll ask again few neovim-related issues I couldn’t figure out after 3 days of search.\n
    \n
    First, let me tell you that I’m trying to import a working neovim setup from another distro. Then let’s see how I’ve configured neovim. I have this in my home.nix file:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">programs.neovim = {\n
    </span><span style="color:#323232;">  enable = true;\n
    </span><span style="color:#323232;">  withPython3 = true;\n
    </span><span style="color:#323232;">  extraPython3Packages = (ps: with ps; [\n
    </span><span style="color:#323232;">    pynvim\n
    </span><span style="color:#323232;">    unidecode\n
    </span><span style="color:#323232;">    black\n
    </span><span style="color:#323232;">    isort\n
    </span><span style="color:#323232;">  ]);\n
    </span><span style="color:#323232;">  plugins = with pkgs.vimPlugins; [\n
    </span><span style="color:#323232;">    { plugin = *plugin_name*;\n
    </span><span style="color:#323232;">    type = "lua";\n
    </span><span style="color:#323232;">    config = builtins.readFile *config_file_path*;\n
    </span><span style="color:#323232;">    }\n
    </span><span style="color:#323232;">    ...\n
    </span><span style="color:#323232;">    ];\n
    </span><span style="color:#323232;">};\n
    </span>\n
    ```\n
    \n
    (my init.lua file is in the $HOME/.config/nvim folder)\n
    \n
    With that most of my plugins work. Most because few are troublesome. Let’s focus on three of them:\n
    \n
    1. I have pkgs.vimPlugins.nvim-comment installed but neovim reports that the command `CommentToggle` is not an editor command\n
    2. I have pkgs.vimPlugins.nvim-treesitter installed but the command `TSInstall markdown` returns “could not create parser dir '/nix/store/…/nvim-treesitter/parser ': Vim:E739: read-only file system '”\n
    3. I have pkgs.vimPlugins.mason-nvim and pkgs.vimPlugins.mason-lspconfig-nvim installed but runngin `checkhealth mason` returns few warnings:\n
    \n
    - mason.nvim is not the latest version (I use the unstable channel)\n
    - pip: not available spawn: python3 failed with exit code 1 and signal 0. /run/current-system/sw/bin/python3: No module named pip (note that python3_host_prog and python3_host_prog pip are marked “OK”)\n
    \n
    Thanks again for your assistance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728324831 {#2080
    date: 2024-10-07 20:13:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2087 …}
  +votes: Doctrine\ORM\PersistentCollection {#2133 …}
  +reports: Doctrine\ORM\PersistentCollection {#2131 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2345 …}
  +badges: Doctrine\ORM\PersistentCollection {#2330 …}
  +children: [
    App\Entity\EntryComment {#1528
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1560 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Not sure about 1, but 2 and 3 both have the same answer. Both TSInstall and Mason are just trying to install other software packages on your system, and you’re on NixOS, so of course they can’t do that. You don’t install your software, you declare it. Add the Treesitter parsers you need right next to your plugins (there is a sub collection under the vimPlugins collection just for Treesitter parsers), and put whatever Mason would be installing into your user packages instead.\n
        \n
        That said, I agree with the other commenter. Even though the community has done a lot of work on rich config options for Neovim, they’re just too far away from the normal way of doing things in the Neovim world, and plenty of plugins are written in ways that assume it’s configured in “normal” ways. Plus configuring Neovim is already kinda like assembling your own car from parts in any case, so it’s honestly better to just use nix to install Lazyvim or whatever flavor of choice and let it handle the plugin management/config. And believe me, I really tried to do it all in Nix, I wanted to do it that way. But it’s just not worth the headache at this point
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1728324831 {#1582
        date: 2024-10-07 20:13:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wwwgem@lemmy.ml"
        "@wwwgem@lemmy.ml"
        "@wwwgem@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1550 …}
      +votes: Doctrine\ORM\PersistentCollection {#1548 …}
      +reports: Doctrine\ORM\PersistentCollection {#1566 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
      -id: 335818
      -bodyTs: "'1':4 '2':6 '3':8 'add':51 'agre':90 'alreadi':148 'answer':13 'assembl':151 'assum':137 'away':116 'believ':185 'better':164 'car':154 'case':159 'choic':176 'collect':66,70 'comment':94 'communiti':98 'config':107 'configur':140,145 'cours':36 'declar':49 'done':100 'even':95 'far':115 'flavor':174 'handl':180 'headach':210 'honest':163 'instal':22,45,81,170 'instead':86 'kinda':149 'lazyvim':171 'let':178 'like':150 'lot':102 'management/config':183 'mason':17,78 'need':56 'neovim':110,126,146 'next':58 'nix':168,195 'nixo':33 'normal':119,142 'option':108 'packag':25,85 'parser':54,74 'part':156 'plenti':129 'plugin':61,131,182 'plus':144 'point':213 'put':76 're':31,112 'realli':188 'rich':106 'right':57 'said':88 'softwar':24,47 'sub':65 'sure':2 'system':28 'thing':123 'though':96 'treesitt':53,73 'tri':20,189 'tsinstal':15 'use':167 'user':84 'vimplugin':69 'want':197 'way':120,135,143,202 'whatev':77,173 'work':104 'world':127 'worth':208 'would':79 'written':133"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6960591"
      +editedAt: DateTimeImmutable @1728156939 {#1527
        date: 2024-10-05 21:35:39.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706066173 {#1561
        date: 2024-01-24 04:16:13.0 +01:00
      }
      +"title": 335818
    }
  ]
  -id: 32711
  -titleTs: "'neovim':2 'nixo':1 'plugin':3"
  -bodyTs: "'/nix/store':160 '/nvim-treesitter/parser':161 '/run/current-system/sw/bin/python3':211 '0':210 '1':125,207 '2':143 '3':34,169 'anoth':54 'ask':21 'assist':233 'avail':200 'black':83 'builtins.readfile':94 'channel':197 'checkhealth':182 'code':206 'command':136,142,151 'comment':129 'commenttoggl':137 'communiti':4 'config':93,95 'configur':63 'could':155 'couldn':29 'creat':157 'day':35 'dir':159 'distro':17,55 'e739':163 'editor':141 'enabl':73 'exit':205 'extrapython3packages':77 'fail':203 'figur':31 'file':71,96,100,167 'first':13,38 'focus':120 'folder':105 'great':7 'hello':1 'help':9 'home.nix':70 'home/.config/nvim':104 'host':219,223 'import':48 'init.lua':99 'instal':130,148,179 'isort':84 'issu':27 'latest':191 'let':39,57,118 'll':20 'lspconfig':177 'lspconfig-nvim':176 'lua':92 'm':45 'mark':227 'markdown':153 'mason':183 'mason.nvim':187 'modul':213 'name':90,214 'neovim':25,51,64,132 'neovim-rel':24 'nixo':3 'note':216 'nvim':173,178 'ok':228 'parser':158 'path':97 'pip':198,215,225 'pkgs.vimplugins':87 'pkgs.vimplugins.mason':172,175 'pkgs.vimplugins.nvim':128,146 'plugin':85,88,89,111 'prog':220,224 'programs.neovim':72 'ps':78,80 'pynvim':81 'python3':202,218,222 'read':165 'read-on':164 'relat':26 'report':133 'return':154,184 'runngin':181 'search':37 'see':59 'setup':52 'signal':209 'spawn':201 'step':14 'system':168 'tell':41 'thank':229 'three':122 'treesitt':147 'tri':46 'troublesom':117 'true':74,76 'tsinstal':152 'type':91 'unidecod':82 'unstabl':196 'use':194 've':62 'version':192 'vim':162 'warn':186 'withpython3':75 'work':50,112"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706138811
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10954164"
  +editedAt: DateTimeImmutable @1728109137 {#1716
    date: 2024-10-05 08:18:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706052411 {#2462
    date: 2024-01-24 00:26:51.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1560
  +user: Proxies\__CG__\App\Entity\User {#2392 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
  +slug: "NixOS-neovim-plugins"
  +title: "NixOS - neovim plugins"
  +url: null
  +body: """
    Hello,\n
    \n
    The NixOS community has been great in helping me with my first steps in this distro. So I’ll ask again few neovim-related issues I couldn’t figure out after 3 days of search.\n
    \n
    First, let me tell you that I’m trying to import a working neovim setup from another distro. Then let’s see how I’ve configured neovim. I have this in my home.nix file:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">programs.neovim = {\n
    </span><span style="color:#323232;">  enable = true;\n
    </span><span style="color:#323232;">  withPython3 = true;\n
    </span><span style="color:#323232;">  extraPython3Packages = (ps: with ps; [\n
    </span><span style="color:#323232;">    pynvim\n
    </span><span style="color:#323232;">    unidecode\n
    </span><span style="color:#323232;">    black\n
    </span><span style="color:#323232;">    isort\n
    </span><span style="color:#323232;">  ]);\n
    </span><span style="color:#323232;">  plugins = with pkgs.vimPlugins; [\n
    </span><span style="color:#323232;">    { plugin = *plugin_name*;\n
    </span><span style="color:#323232;">    type = "lua";\n
    </span><span style="color:#323232;">    config = builtins.readFile *config_file_path*;\n
    </span><span style="color:#323232;">    }\n
    </span><span style="color:#323232;">    ...\n
    </span><span style="color:#323232;">    ];\n
    </span><span style="color:#323232;">};\n
    </span>\n
    ```\n
    \n
    (my init.lua file is in the $HOME/.config/nvim folder)\n
    \n
    With that most of my plugins work. Most because few are troublesome. Let’s focus on three of them:\n
    \n
    1. I have pkgs.vimPlugins.nvim-comment installed but neovim reports that the command `CommentToggle` is not an editor command\n
    2. I have pkgs.vimPlugins.nvim-treesitter installed but the command `TSInstall markdown` returns “could not create parser dir '/nix/store/…/nvim-treesitter/parser ': Vim:E739: read-only file system '”\n
    3. I have pkgs.vimPlugins.mason-nvim and pkgs.vimPlugins.mason-lspconfig-nvim installed but runngin `checkhealth mason` returns few warnings:\n
    \n
    - mason.nvim is not the latest version (I use the unstable channel)\n
    - pip: not available spawn: python3 failed with exit code 1 and signal 0. /run/current-system/sw/bin/python3: No module named pip (note that python3_host_prog and python3_host_prog pip are marked “OK”)\n
    \n
    Thanks again for your assistance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728324831 {#2080
    date: 2024-10-07 20:13:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2087 …}
  +votes: Doctrine\ORM\PersistentCollection {#2133 …}
  +reports: Doctrine\ORM\PersistentCollection {#2131 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2345 …}
  +badges: Doctrine\ORM\PersistentCollection {#2330 …}
  +children: [
    App\Entity\EntryComment {#1528
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1560 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Not sure about 1, but 2 and 3 both have the same answer. Both TSInstall and Mason are just trying to install other software packages on your system, and you’re on NixOS, so of course they can’t do that. You don’t install your software, you declare it. Add the Treesitter parsers you need right next to your plugins (there is a sub collection under the vimPlugins collection just for Treesitter parsers), and put whatever Mason would be installing into your user packages instead.\n
        \n
        That said, I agree with the other commenter. Even though the community has done a lot of work on rich config options for Neovim, they’re just too far away from the normal way of doing things in the Neovim world, and plenty of plugins are written in ways that assume it’s configured in “normal” ways. Plus configuring Neovim is already kinda like assembling your own car from parts in any case, so it’s honestly better to just use nix to install Lazyvim or whatever flavor of choice and let it handle the plugin management/config. And believe me, I really tried to do it all in Nix, I wanted to do it that way. But it’s just not worth the headache at this point
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1728324831 {#1582
        date: 2024-10-07 20:13:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@wwwgem@lemmy.ml"
        "@wwwgem@lemmy.ml"
        "@wwwgem@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1525 …}
      +nested: Doctrine\ORM\PersistentCollection {#1550 …}
      +votes: Doctrine\ORM\PersistentCollection {#1548 …}
      +reports: Doctrine\ORM\PersistentCollection {#1566 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
      -id: 335818
      -bodyTs: "'1':4 '2':6 '3':8 'add':51 'agre':90 'alreadi':148 'answer':13 'assembl':151 'assum':137 'away':116 'believ':185 'better':164 'car':154 'case':159 'choic':176 'collect':66,70 'comment':94 'communiti':98 'config':107 'configur':140,145 'cours':36 'declar':49 'done':100 'even':95 'far':115 'flavor':174 'handl':180 'headach':210 'honest':163 'instal':22,45,81,170 'instead':86 'kinda':149 'lazyvim':171 'let':178 'like':150 'lot':102 'management/config':183 'mason':17,78 'need':56 'neovim':110,126,146 'next':58 'nix':168,195 'nixo':33 'normal':119,142 'option':108 'packag':25,85 'parser':54,74 'part':156 'plenti':129 'plugin':61,131,182 'plus':144 'point':213 'put':76 're':31,112 'realli':188 'rich':106 'right':57 'said':88 'softwar':24,47 'sub':65 'sure':2 'system':28 'thing':123 'though':96 'treesitt':53,73 'tri':20,189 'tsinstal':15 'use':167 'user':84 'vimplugin':69 'want':197 'way':120,135,143,202 'whatev':77,173 'work':104 'world':127 'worth':208 'would':79 'written':133"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6960591"
      +editedAt: DateTimeImmutable @1728156939 {#1527
        date: 2024-10-05 21:35:39.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706066173 {#1561
        date: 2024-01-24 04:16:13.0 +01:00
      }
      +"title": 335818
    }
  ]
  -id: 32711
  -titleTs: "'neovim':2 'nixo':1 'plugin':3"
  -bodyTs: "'/nix/store':160 '/nvim-treesitter/parser':161 '/run/current-system/sw/bin/python3':211 '0':210 '1':125,207 '2':143 '3':34,169 'anoth':54 'ask':21 'assist':233 'avail':200 'black':83 'builtins.readfile':94 'channel':197 'checkhealth':182 'code':206 'command':136,142,151 'comment':129 'commenttoggl':137 'communiti':4 'config':93,95 'configur':63 'could':155 'couldn':29 'creat':157 'day':35 'dir':159 'distro':17,55 'e739':163 'editor':141 'enabl':73 'exit':205 'extrapython3packages':77 'fail':203 'figur':31 'file':71,96,100,167 'first':13,38 'focus':120 'folder':105 'great':7 'hello':1 'help':9 'home.nix':70 'home/.config/nvim':104 'host':219,223 'import':48 'init.lua':99 'instal':130,148,179 'isort':84 'issu':27 'latest':191 'let':39,57,118 'll':20 'lspconfig':177 'lspconfig-nvim':176 'lua':92 'm':45 'mark':227 'markdown':153 'mason':183 'mason.nvim':187 'modul':213 'name':90,214 'neovim':25,51,64,132 'neovim-rel':24 'nixo':3 'note':216 'nvim':173,178 'ok':228 'parser':158 'path':97 'pip':198,215,225 'pkgs.vimplugins':87 'pkgs.vimplugins.mason':172,175 'pkgs.vimplugins.nvim':128,146 'plugin':85,88,89,111 'prog':220,224 'programs.neovim':72 'ps':78,80 'pynvim':81 'python3':202,218,222 'read':165 'read-on':164 'relat':26 'report':133 'return':154,184 'runngin':181 'search':37 'see':59 'setup':52 'signal':209 'spawn':201 'step':14 'system':168 'tell':41 'thank':229 'three':122 'treesitt':147 'tri':46 'troublesom':117 'true':74,76 'tsinstal':152 'type':91 'unidecod':82 'unstabl':196 'use':194 've':62 'version':192 'vim':162 'warn':186 'withpython3':75 'work':50,112"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706138811
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10954164"
  +editedAt: DateTimeImmutable @1728109137 {#1716
    date: 2024-10-05 08:18:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706052411 {#2462
    date: 2024-01-24 00:26:51.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1528
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1560
    +user: Proxies\__CG__\App\Entity\User {#2392 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
    +slug: "NixOS-neovim-plugins"
    +title: "NixOS - neovim plugins"
    +url: null
    +body: """
      Hello,\n
      \n
      The NixOS community has been great in helping me with my first steps in this distro. So I’ll ask again few neovim-related issues I couldn’t figure out after 3 days of search.\n
      \n
      First, let me tell you that I’m trying to import a working neovim setup from another distro. Then let’s see how I’ve configured neovim. I have this in my home.nix file:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">programs.neovim = {\n
      </span><span style="color:#323232;">  enable = true;\n
      </span><span style="color:#323232;">  withPython3 = true;\n
      </span><span style="color:#323232;">  extraPython3Packages = (ps: with ps; [\n
      </span><span style="color:#323232;">    pynvim\n
      </span><span style="color:#323232;">    unidecode\n
      </span><span style="color:#323232;">    black\n
      </span><span style="color:#323232;">    isort\n
      </span><span style="color:#323232;">  ]);\n
      </span><span style="color:#323232;">  plugins = with pkgs.vimPlugins; [\n
      </span><span style="color:#323232;">    { plugin = *plugin_name*;\n
      </span><span style="color:#323232;">    type = "lua";\n
      </span><span style="color:#323232;">    config = builtins.readFile *config_file_path*;\n
      </span><span style="color:#323232;">    }\n
      </span><span style="color:#323232;">    ...\n
      </span><span style="color:#323232;">    ];\n
      </span><span style="color:#323232;">};\n
      </span>\n
      ```\n
      \n
      (my init.lua file is in the $HOME/.config/nvim folder)\n
      \n
      With that most of my plugins work. Most because few are troublesome. Let’s focus on three of them:\n
      \n
      1. I have pkgs.vimPlugins.nvim-comment installed but neovim reports that the command `CommentToggle` is not an editor command\n
      2. I have pkgs.vimPlugins.nvim-treesitter installed but the command `TSInstall markdown` returns “could not create parser dir '/nix/store/…/nvim-treesitter/parser ': Vim:E739: read-only file system '”\n
      3. I have pkgs.vimPlugins.mason-nvim and pkgs.vimPlugins.mason-lspconfig-nvim installed but runngin `checkhealth mason` returns few warnings:\n
      \n
      - mason.nvim is not the latest version (I use the unstable channel)\n
      - pip: not available spawn: python3 failed with exit code 1 and signal 0. /run/current-system/sw/bin/python3: No module named pip (note that python3_host_prog and python3_host_prog pip are marked “OK”)\n
      \n
      Thanks again for your assistance.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728324831 {#2080
      date: 2024-10-07 20:13:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2087 …}
    +votes: Doctrine\ORM\PersistentCollection {#2133 …}
    +reports: Doctrine\ORM\PersistentCollection {#2131 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2345 …}
    +badges: Doctrine\ORM\PersistentCollection {#2330 …}
    +children: [
      App\Entity\EntryComment {#1528}
    ]
    -id: 32711
    -titleTs: "'neovim':2 'nixo':1 'plugin':3"
    -bodyTs: "'/nix/store':160 '/nvim-treesitter/parser':161 '/run/current-system/sw/bin/python3':211 '0':210 '1':125,207 '2':143 '3':34,169 'anoth':54 'ask':21 'assist':233 'avail':200 'black':83 'builtins.readfile':94 'channel':197 'checkhealth':182 'code':206 'command':136,142,151 'comment':129 'commenttoggl':137 'communiti':4 'config':93,95 'configur':63 'could':155 'couldn':29 'creat':157 'day':35 'dir':159 'distro':17,55 'e739':163 'editor':141 'enabl':73 'exit':205 'extrapython3packages':77 'fail':203 'figur':31 'file':71,96,100,167 'first':13,38 'focus':120 'folder':105 'great':7 'hello':1 'help':9 'home.nix':70 'home/.config/nvim':104 'host':219,223 'import':48 'init.lua':99 'instal':130,148,179 'isort':84 'issu':27 'latest':191 'let':39,57,118 'll':20 'lspconfig':177 'lspconfig-nvim':176 'lua':92 'm':45 'mark':227 'markdown':153 'mason':183 'mason.nvim':187 'modul':213 'name':90,214 'neovim':25,51,64,132 'neovim-rel':24 'nixo':3 'note':216 'nvim':173,178 'ok':228 'parser':158 'path':97 'pip':198,215,225 'pkgs.vimplugins':87 'pkgs.vimplugins.mason':172,175 'pkgs.vimplugins.nvim':128,146 'plugin':85,88,89,111 'prog':220,224 'programs.neovim':72 'ps':78,80 'pynvim':81 'python3':202,218,222 'read':165 'read-on':164 'relat':26 'report':133 'return':154,184 'runngin':181 'search':37 'see':59 'setup':52 'signal':209 'spawn':201 'step':14 'system':168 'tell':41 'thank':229 'three':122 'treesitt':147 'tri':46 'troublesom':117 'true':74,76 'tsinstal':152 'type':91 'unidecod':82 'unstabl':196 'use':194 've':62 'version':192 'vim':162 'warn':186 'withpython3':75 'work':50,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706138811
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10954164"
    +editedAt: DateTimeImmutable @1728109137 {#1716
      date: 2024-10-05 08:18:57.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706052411 {#2462
      date: 2024-01-24 00:26:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Not sure about 1, but 2 and 3 both have the same answer. Both TSInstall and Mason are just trying to install other software packages on your system, and you’re on NixOS, so of course they can’t do that. You don’t install your software, you declare it. Add the Treesitter parsers you need right next to your plugins (there is a sub collection under the vimPlugins collection just for Treesitter parsers), and put whatever Mason would be installing into your user packages instead.\n
    \n
    That said, I agree with the other commenter. Even though the community has done a lot of work on rich config options for Neovim, they’re just too far away from the normal way of doing things in the Neovim world, and plenty of plugins are written in ways that assume it’s configured in “normal” ways. Plus configuring Neovim is already kinda like assembling your own car from parts in any case, so it’s honestly better to just use nix to install Lazyvim or whatever flavor of choice and let it handle the plugin management/config. And believe me, I really tried to do it all in Nix, I wanted to do it that way. But it’s just not worth the headache at this point
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1728324831 {#1582
    date: 2024-10-07 20:13:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wwwgem@lemmy.ml"
    "@wwwgem@lemmy.ml"
    "@wwwgem@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  -id: 335818
  -bodyTs: "'1':4 '2':6 '3':8 'add':51 'agre':90 'alreadi':148 'answer':13 'assembl':151 'assum':137 'away':116 'believ':185 'better':164 'car':154 'case':159 'choic':176 'collect':66,70 'comment':94 'communiti':98 'config':107 'configur':140,145 'cours':36 'declar':49 'done':100 'even':95 'far':115 'flavor':174 'handl':180 'headach':210 'honest':163 'instal':22,45,81,170 'instead':86 'kinda':149 'lazyvim':171 'let':178 'like':150 'lot':102 'management/config':183 'mason':17,78 'need':56 'neovim':110,126,146 'next':58 'nix':168,195 'nixo':33 'normal':119,142 'option':108 'packag':25,85 'parser':54,74 'part':156 'plenti':129 'plugin':61,131,182 'plus':144 'point':213 'put':76 're':31,112 'realli':188 'rich':106 'right':57 'said':88 'softwar':24,47 'sub':65 'sure':2 'system':28 'thing':123 'though':96 'treesitt':53,73 'tri':20,189 'tsinstal':15 'use':167 'user':84 'vimplugin':69 'want':197 'way':120,135,143,202 'whatev':77,173 'work':104 'world':127 'worth':208 'would':79 'written':133"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6960591"
  +editedAt: DateTimeImmutable @1728156939 {#1527
    date: 2024-10-05 21:35:39.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706066173 {#1561
    date: 2024-01-24 04:16:13.0 +01:00
  }
  +"title": 335818
}
"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 {#1528
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1560
    +user: Proxies\__CG__\App\Entity\User {#2392 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
    +slug: "NixOS-neovim-plugins"
    +title: "NixOS - neovim plugins"
    +url: null
    +body: """
      Hello,\n
      \n
      The NixOS community has been great in helping me with my first steps in this distro. So I’ll ask again few neovim-related issues I couldn’t figure out after 3 days of search.\n
      \n
      First, let me tell you that I’m trying to import a working neovim setup from another distro. Then let’s see how I’ve configured neovim. I have this in my home.nix file:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">programs.neovim = {\n
      </span><span style="color:#323232;">  enable = true;\n
      </span><span style="color:#323232;">  withPython3 = true;\n
      </span><span style="color:#323232;">  extraPython3Packages = (ps: with ps; [\n
      </span><span style="color:#323232;">    pynvim\n
      </span><span style="color:#323232;">    unidecode\n
      </span><span style="color:#323232;">    black\n
      </span><span style="color:#323232;">    isort\n
      </span><span style="color:#323232;">  ]);\n
      </span><span style="color:#323232;">  plugins = with pkgs.vimPlugins; [\n
      </span><span style="color:#323232;">    { plugin = *plugin_name*;\n
      </span><span style="color:#323232;">    type = "lua";\n
      </span><span style="color:#323232;">    config = builtins.readFile *config_file_path*;\n
      </span><span style="color:#323232;">    }\n
      </span><span style="color:#323232;">    ...\n
      </span><span style="color:#323232;">    ];\n
      </span><span style="color:#323232;">};\n
      </span>\n
      ```\n
      \n
      (my init.lua file is in the $HOME/.config/nvim folder)\n
      \n
      With that most of my plugins work. Most because few are troublesome. Let’s focus on three of them:\n
      \n
      1. I have pkgs.vimPlugins.nvim-comment installed but neovim reports that the command `CommentToggle` is not an editor command\n
      2. I have pkgs.vimPlugins.nvim-treesitter installed but the command `TSInstall markdown` returns “could not create parser dir '/nix/store/…/nvim-treesitter/parser ': Vim:E739: read-only file system '”\n
      3. I have pkgs.vimPlugins.mason-nvim and pkgs.vimPlugins.mason-lspconfig-nvim installed but runngin `checkhealth mason` returns few warnings:\n
      \n
      - mason.nvim is not the latest version (I use the unstable channel)\n
      - pip: not available spawn: python3 failed with exit code 1 and signal 0. /run/current-system/sw/bin/python3: No module named pip (note that python3_host_prog and python3_host_prog pip are marked “OK”)\n
      \n
      Thanks again for your assistance.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728324831 {#2080
      date: 2024-10-07 20:13:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2087 …}
    +votes: Doctrine\ORM\PersistentCollection {#2133 …}
    +reports: Doctrine\ORM\PersistentCollection {#2131 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2345 …}
    +badges: Doctrine\ORM\PersistentCollection {#2330 …}
    +children: [
      App\Entity\EntryComment {#1528}
    ]
    -id: 32711
    -titleTs: "'neovim':2 'nixo':1 'plugin':3"
    -bodyTs: "'/nix/store':160 '/nvim-treesitter/parser':161 '/run/current-system/sw/bin/python3':211 '0':210 '1':125,207 '2':143 '3':34,169 'anoth':54 'ask':21 'assist':233 'avail':200 'black':83 'builtins.readfile':94 'channel':197 'checkhealth':182 'code':206 'command':136,142,151 'comment':129 'commenttoggl':137 'communiti':4 'config':93,95 'configur':63 'could':155 'couldn':29 'creat':157 'day':35 'dir':159 'distro':17,55 'e739':163 'editor':141 'enabl':73 'exit':205 'extrapython3packages':77 'fail':203 'figur':31 'file':71,96,100,167 'first':13,38 'focus':120 'folder':105 'great':7 'hello':1 'help':9 'home.nix':70 'home/.config/nvim':104 'host':219,223 'import':48 'init.lua':99 'instal':130,148,179 'isort':84 'issu':27 'latest':191 'let':39,57,118 'll':20 'lspconfig':177 'lspconfig-nvim':176 'lua':92 'm':45 'mark':227 'markdown':153 'mason':183 'mason.nvim':187 'modul':213 'name':90,214 'neovim':25,51,64,132 'neovim-rel':24 'nixo':3 'note':216 'nvim':173,178 'ok':228 'parser':158 'path':97 'pip':198,215,225 'pkgs.vimplugins':87 'pkgs.vimplugins.mason':172,175 'pkgs.vimplugins.nvim':128,146 'plugin':85,88,89,111 'prog':220,224 'programs.neovim':72 'ps':78,80 'pynvim':81 'python3':202,218,222 'read':165 'read-on':164 'relat':26 'report':133 'return':154,184 'runngin':181 'search':37 'see':59 'setup':52 'signal':209 'spawn':201 'step':14 'system':168 'tell':41 'thank':229 'three':122 'treesitt':147 'tri':46 'troublesom':117 'true':74,76 'tsinstal':152 'type':91 'unidecod':82 'unstabl':196 'use':194 've':62 'version':192 'vim':162 'warn':186 'withpython3':75 'work':50,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706138811
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10954164"
    +editedAt: DateTimeImmutable @1728109137 {#1716
      date: 2024-10-05 08:18:57.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706052411 {#2462
      date: 2024-01-24 00:26:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Not sure about 1, but 2 and 3 both have the same answer. Both TSInstall and Mason are just trying to install other software packages on your system, and you’re on NixOS, so of course they can’t do that. You don’t install your software, you declare it. Add the Treesitter parsers you need right next to your plugins (there is a sub collection under the vimPlugins collection just for Treesitter parsers), and put whatever Mason would be installing into your user packages instead.\n
    \n
    That said, I agree with the other commenter. Even though the community has done a lot of work on rich config options for Neovim, they’re just too far away from the normal way of doing things in the Neovim world, and plenty of plugins are written in ways that assume it’s configured in “normal” ways. Plus configuring Neovim is already kinda like assembling your own car from parts in any case, so it’s honestly better to just use nix to install Lazyvim or whatever flavor of choice and let it handle the plugin management/config. And believe me, I really tried to do it all in Nix, I wanted to do it that way. But it’s just not worth the headache at this point
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1728324831 {#1582
    date: 2024-10-07 20:13:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wwwgem@lemmy.ml"
    "@wwwgem@lemmy.ml"
    "@wwwgem@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  -id: 335818
  -bodyTs: "'1':4 '2':6 '3':8 'add':51 'agre':90 'alreadi':148 'answer':13 'assembl':151 'assum':137 'away':116 'believ':185 'better':164 'car':154 'case':159 'choic':176 'collect':66,70 'comment':94 'communiti':98 'config':107 'configur':140,145 'cours':36 'declar':49 'done':100 'even':95 'far':115 'flavor':174 'handl':180 'headach':210 'honest':163 'instal':22,45,81,170 'instead':86 'kinda':149 'lazyvim':171 'let':178 'like':150 'lot':102 'management/config':183 'mason':17,78 'need':56 'neovim':110,126,146 'next':58 'nix':168,195 'nixo':33 'normal':119,142 'option':108 'packag':25,85 'parser':54,74 'part':156 'plenti':129 'plugin':61,131,182 'plus':144 'point':213 'put':76 're':31,112 'realli':188 'rich':106 'right':57 'said':88 'softwar':24,47 'sub':65 'sure':2 'system':28 'thing':123 'though':96 'treesitt':53,73 'tri':20,189 'tsinstal':15 'use':167 'user':84 'vimplugin':69 'want':197 'way':120,135,143,202 'whatev':77,173 'work':104 'world':127 'worth':208 'would':79 'written':133"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6960591"
  +editedAt: DateTimeImmutable @1728156939 {#1527
    date: 2024-10-05 21:35:39.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706066173 {#1561
    date: 2024-01-24 04:16:13.0 +01:00
  }
  +"title": 335818
}
"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 {#1528
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1560
    +user: Proxies\__CG__\App\Entity\User {#2392 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
    +slug: "NixOS-neovim-plugins"
    +title: "NixOS - neovim plugins"
    +url: null
    +body: """
      Hello,\n
      \n
      The NixOS community has been great in helping me with my first steps in this distro. So I’ll ask again few neovim-related issues I couldn’t figure out after 3 days of search.\n
      \n
      First, let me tell you that I’m trying to import a working neovim setup from another distro. Then let’s see how I’ve configured neovim. I have this in my home.nix file:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">programs.neovim = {\n
      </span><span style="color:#323232;">  enable = true;\n
      </span><span style="color:#323232;">  withPython3 = true;\n
      </span><span style="color:#323232;">  extraPython3Packages = (ps: with ps; [\n
      </span><span style="color:#323232;">    pynvim\n
      </span><span style="color:#323232;">    unidecode\n
      </span><span style="color:#323232;">    black\n
      </span><span style="color:#323232;">    isort\n
      </span><span style="color:#323232;">  ]);\n
      </span><span style="color:#323232;">  plugins = with pkgs.vimPlugins; [\n
      </span><span style="color:#323232;">    { plugin = *plugin_name*;\n
      </span><span style="color:#323232;">    type = "lua";\n
      </span><span style="color:#323232;">    config = builtins.readFile *config_file_path*;\n
      </span><span style="color:#323232;">    }\n
      </span><span style="color:#323232;">    ...\n
      </span><span style="color:#323232;">    ];\n
      </span><span style="color:#323232;">};\n
      </span>\n
      ```\n
      \n
      (my init.lua file is in the $HOME/.config/nvim folder)\n
      \n
      With that most of my plugins work. Most because few are troublesome. Let’s focus on three of them:\n
      \n
      1. I have pkgs.vimPlugins.nvim-comment installed but neovim reports that the command `CommentToggle` is not an editor command\n
      2. I have pkgs.vimPlugins.nvim-treesitter installed but the command `TSInstall markdown` returns “could not create parser dir '/nix/store/…/nvim-treesitter/parser ': Vim:E739: read-only file system '”\n
      3. I have pkgs.vimPlugins.mason-nvim and pkgs.vimPlugins.mason-lspconfig-nvim installed but runngin `checkhealth mason` returns few warnings:\n
      \n
      - mason.nvim is not the latest version (I use the unstable channel)\n
      - pip: not available spawn: python3 failed with exit code 1 and signal 0. /run/current-system/sw/bin/python3: No module named pip (note that python3_host_prog and python3_host_prog pip are marked “OK”)\n
      \n
      Thanks again for your assistance.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728324831 {#2080
      date: 2024-10-07 20:13:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2087 …}
    +votes: Doctrine\ORM\PersistentCollection {#2133 …}
    +reports: Doctrine\ORM\PersistentCollection {#2131 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2138 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2345 …}
    +badges: Doctrine\ORM\PersistentCollection {#2330 …}
    +children: [
      App\Entity\EntryComment {#1528}
    ]
    -id: 32711
    -titleTs: "'neovim':2 'nixo':1 'plugin':3"
    -bodyTs: "'/nix/store':160 '/nvim-treesitter/parser':161 '/run/current-system/sw/bin/python3':211 '0':210 '1':125,207 '2':143 '3':34,169 'anoth':54 'ask':21 'assist':233 'avail':200 'black':83 'builtins.readfile':94 'channel':197 'checkhealth':182 'code':206 'command':136,142,151 'comment':129 'commenttoggl':137 'communiti':4 'config':93,95 'configur':63 'could':155 'couldn':29 'creat':157 'day':35 'dir':159 'distro':17,55 'e739':163 'editor':141 'enabl':73 'exit':205 'extrapython3packages':77 'fail':203 'figur':31 'file':71,96,100,167 'first':13,38 'focus':120 'folder':105 'great':7 'hello':1 'help':9 'home.nix':70 'home/.config/nvim':104 'host':219,223 'import':48 'init.lua':99 'instal':130,148,179 'isort':84 'issu':27 'latest':191 'let':39,57,118 'll':20 'lspconfig':177 'lspconfig-nvim':176 'lua':92 'm':45 'mark':227 'markdown':153 'mason':183 'mason.nvim':187 'modul':213 'name':90,214 'neovim':25,51,64,132 'neovim-rel':24 'nixo':3 'note':216 'nvim':173,178 'ok':228 'parser':158 'path':97 'pip':198,215,225 'pkgs.vimplugins':87 'pkgs.vimplugins.mason':172,175 'pkgs.vimplugins.nvim':128,146 'plugin':85,88,89,111 'prog':220,224 'programs.neovim':72 'ps':78,80 'pynvim':81 'python3':202,218,222 'read':165 'read-on':164 'relat':26 'report':133 'return':154,184 'runngin':181 'search':37 'see':59 'setup':52 'signal':209 'spawn':201 'step':14 'system':168 'tell':41 'thank':229 'three':122 'treesitt':147 'tri':46 'troublesom':117 'true':74,76 'tsinstal':152 'type':91 'unidecod':82 'unstabl':196 'use':194 've':62 'version':192 'vim':162 'warn':186 'withpython3':75 'work':50,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706138811
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10954164"
    +editedAt: DateTimeImmutable @1728109137 {#1716
      date: 2024-10-05 08:18:57.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706052411 {#2462
      date: 2024-01-24 00:26:51.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Not sure about 1, but 2 and 3 both have the same answer. Both TSInstall and Mason are just trying to install other software packages on your system, and you’re on NixOS, so of course they can’t do that. You don’t install your software, you declare it. Add the Treesitter parsers you need right next to your plugins (there is a sub collection under the vimPlugins collection just for Treesitter parsers), and put whatever Mason would be installing into your user packages instead.\n
    \n
    That said, I agree with the other commenter. Even though the community has done a lot of work on rich config options for Neovim, they’re just too far away from the normal way of doing things in the Neovim world, and plenty of plugins are written in ways that assume it’s configured in “normal” ways. Plus configuring Neovim is already kinda like assembling your own car from parts in any case, so it’s honestly better to just use nix to install Lazyvim or whatever flavor of choice and let it handle the plugin management/config. And believe me, I really tried to do it all in Nix, I wanted to do it that way. But it’s just not worth the headache at this point
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1728324831 {#1582
    date: 2024-10-07 20:13:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wwwgem@lemmy.ml"
    "@wwwgem@lemmy.ml"
    "@wwwgem@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1525 …}
  +nested: Doctrine\ORM\PersistentCollection {#1550 …}
  +votes: Doctrine\ORM\PersistentCollection {#1548 …}
  +reports: Doctrine\ORM\PersistentCollection {#1566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1554 …}
  -id: 335818
  -bodyTs: "'1':4 '2':6 '3':8 'add':51 'agre':90 'alreadi':148 'answer':13 'assembl':151 'assum':137 'away':116 'believ':185 'better':164 'car':154 'case':159 'choic':176 'collect':66,70 'comment':94 'communiti':98 'config':107 'configur':140,145 'cours':36 'declar':49 'done':100 'even':95 'far':115 'flavor':174 'handl':180 'headach':210 'honest':163 'instal':22,45,81,170 'instead':86 'kinda':149 'lazyvim':171 'let':178 'like':150 'lot':102 'management/config':183 'mason':17,78 'need':56 'neovim':110,126,146 'next':58 'nix':168,195 'nixo':33 'normal':119,142 'option':108 'packag':25,85 'parser':54,74 'part':156 'plenti':129 'plugin':61,131,182 'plus':144 'point':213 'put':76 're':31,112 'realli':188 'rich':106 'right':57 'said':88 'softwar':24,47 'sub':65 'sure':2 'system':28 'thing':123 'though':96 'treesitt':53,73 'tri':20,189 'tsinstal':15 'use':167 'user':84 'vimplugin':69 'want':197 'way':120,135,143,202 'whatev':77,173 'work':104 'world':127 'worth':208 'would':79 'written':133"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6960591"
  +editedAt: DateTimeImmutable @1728156939 {#1527
    date: 2024-10-05 21:35:39.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706066173 {#1561
    date: 2024-01-24 04:16:13.0 +01:00
  }
  +"title": 335818
}
"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 {#1592
  +user: Proxies\__CG__\App\Entity\User {#2422 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
  +slug: "Rent-requirements-in-the-US-are-nuts"
  +title: "Rent requirements in the US are nuts"
  +url: "https://i.imgur.com/OewdWOR.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 303
  +favouriteCount: 1709
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695518616 {#2346
    date: 2023-09-24 03:23:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2141 …}
  +votes: Doctrine\ORM\PersistentCollection {#2164 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
  +badges: Doctrine\ORM\PersistentCollection {#2327 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
      +body: "Surprisingly enough PDF is a (mostly) plain-text format, so you can probably still change the values in Notepad, unless they just did the whole thing as an embedded image or whatever"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1693503124 {#1439
        date: 2023-08-31 19:32:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@trexman@sh.itjust.works"
        "@CodingSquirrel@kbin.social"
        "@newthrowaway20@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1669 …}
      +nested: Doctrine\ORM\PersistentCollection {#1677 …}
      +votes: Doctrine\ORM\PersistentCollection {#1672 …}
      +reports: Doctrine\ORM\PersistentCollection {#1674 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
      -id: 27363
      -bodyTs: "'chang':16 'embed':30 'enough':2 'format':10 'imag':31 'most':6 'notepad':20 'pdf':3 'plain':8 'plain-text':7 'probabl':14 'still':15 'surpris':1 'text':9 'thing':27 'unless':21 'valu':18 'whatev':33 'whole':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/2996050"
      +editedAt: null
      +createdAt: DateTimeImmutable @1693503124 {#1435
        date: 2023-08-31 19:32:04.0 +02:00
      }
      +"title": 27363
    }
  ]
  -id: 2028
  -titleTs: "'nut':7 'rent':1 'requir':2 'us':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693582379
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/4097982"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693495979 {#2090
    date: 2023-08-31 17:32:59.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
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2422 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
  +slug: "Rent-requirements-in-the-US-are-nuts"
  +title: "Rent requirements in the US are nuts"
  +url: "https://i.imgur.com/OewdWOR.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 303
  +favouriteCount: 1709
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695518616 {#2346
    date: 2023-09-24 03:23:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2141 …}
  +votes: Doctrine\ORM\PersistentCollection {#2164 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
  +badges: Doctrine\ORM\PersistentCollection {#2327 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
      +body: "Surprisingly enough PDF is a (mostly) plain-text format, so you can probably still change the values in Notepad, unless they just did the whole thing as an embedded image or whatever"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1693503124 {#1439
        date: 2023-08-31 19:32:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@trexman@sh.itjust.works"
        "@CodingSquirrel@kbin.social"
        "@newthrowaway20@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1669 …}
      +nested: Doctrine\ORM\PersistentCollection {#1677 …}
      +votes: Doctrine\ORM\PersistentCollection {#1672 …}
      +reports: Doctrine\ORM\PersistentCollection {#1674 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
      -id: 27363
      -bodyTs: "'chang':16 'embed':30 'enough':2 'format':10 'imag':31 'most':6 'notepad':20 'pdf':3 'plain':8 'plain-text':7 'probabl':14 'still':15 'surpris':1 'text':9 'thing':27 'unless':21 'valu':18 'whatev':33 'whole':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/2996050"
      +editedAt: null
      +createdAt: DateTimeImmutable @1693503124 {#1435
        date: 2023-08-31 19:32:04.0 +02:00
      }
      +"title": 27363
    }
  ]
  -id: 2028
  -titleTs: "'nut':7 'rent':1 'requir':2 'us':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693582379
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/4097982"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693495979 {#2090
    date: 2023-08-31 17:32:59.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
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1592
  +user: Proxies\__CG__\App\Entity\User {#2422 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
  +slug: "Rent-requirements-in-the-US-are-nuts"
  +title: "Rent requirements in the US are nuts"
  +url: "https://i.imgur.com/OewdWOR.jpg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 303
  +favouriteCount: 1709
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695518616 {#2346
    date: 2023-09-24 03:23:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2141 …}
  +votes: Doctrine\ORM\PersistentCollection {#2164 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
  +badges: Doctrine\ORM\PersistentCollection {#2327 …}
  +children: [
    App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
      +body: "Surprisingly enough PDF is a (mostly) plain-text format, so you can probably still change the values in Notepad, unless they just did the whole thing as an embedded image or whatever"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 27
      +score: 0
      +lastActive: DateTime @1693503124 {#1439
        date: 2023-08-31 19:32:04.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@trexman@sh.itjust.works"
        "@CodingSquirrel@kbin.social"
        "@newthrowaway20@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1669 …}
      +nested: Doctrine\ORM\PersistentCollection {#1677 …}
      +votes: Doctrine\ORM\PersistentCollection {#1672 …}
      +reports: Doctrine\ORM\PersistentCollection {#1674 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
      -id: 27363
      -bodyTs: "'chang':16 'embed':30 'enough':2 'format':10 'imag':31 'most':6 'notepad':20 'pdf':3 'plain':8 'plain-text':7 'probabl':14 'still':15 'surpris':1 'text':9 'thing':27 'unless':21 'valu':18 'whatev':33 'whole':26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/2996050"
      +editedAt: null
      +createdAt: DateTimeImmutable @1693503124 {#1435
        date: 2023-08-31 19:32:04.0 +02:00
      }
      +"title": 27363
    }
  ]
  -id: 2028
  -titleTs: "'nut':7 'rent':1 'requir':2 'us':5"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693582379
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/4097982"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693495979 {#2090
    date: 2023-08-31 17:32:59.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
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 {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2422 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Rent-requirements-in-the-US-are-nuts"
    +title: "Rent requirements in the US are nuts"
    +url: "https://i.imgur.com/OewdWOR.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 303
    +favouriteCount: 1709
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695518616 {#2346
      date: 2023-09-24 03:23:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2141 …}
    +votes: Doctrine\ORM\PersistentCollection {#2164 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
    +badges: Doctrine\ORM\PersistentCollection {#2327 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 2028
    -titleTs: "'nut':7 'rent':1 'requir':2 'us':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1693582379
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/4097982"
    +editedAt: null
    +createdAt: DateTimeImmutable @1693495979 {#2090
      date: 2023-08-31 17:32:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
  +body: "Surprisingly enough PDF is a (mostly) plain-text format, so you can probably still change the values in Notepad, unless they just did the whole thing as an embedded image or whatever"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1693503124 {#1439
    date: 2023-08-31 19:32:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@trexman@sh.itjust.works"
    "@CodingSquirrel@kbin.social"
    "@newthrowaway20@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1669 …}
  +nested: Doctrine\ORM\PersistentCollection {#1677 …}
  +votes: Doctrine\ORM\PersistentCollection {#1672 …}
  +reports: Doctrine\ORM\PersistentCollection {#1674 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
  -id: 27363
  -bodyTs: "'chang':16 'embed':30 'enough':2 'format':10 'imag':31 'most':6 'notepad':20 'pdf':3 'plain':8 'plain-text':7 'probabl':14 'still':15 'surpris':1 'text':9 'thing':27 'unless':21 'valu':18 'whatev':33 'whole':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/2996050"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693503124 {#1435
    date: 2023-08-31 19:32:04.0 +02:00
  }
  +"title": 27363
}
"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 {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2422 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Rent-requirements-in-the-US-are-nuts"
    +title: "Rent requirements in the US are nuts"
    +url: "https://i.imgur.com/OewdWOR.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 303
    +favouriteCount: 1709
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695518616 {#2346
      date: 2023-09-24 03:23:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2141 …}
    +votes: Doctrine\ORM\PersistentCollection {#2164 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
    +badges: Doctrine\ORM\PersistentCollection {#2327 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 2028
    -titleTs: "'nut':7 'rent':1 'requir':2 'us':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1693582379
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/4097982"
    +editedAt: null
    +createdAt: DateTimeImmutable @1693495979 {#2090
      date: 2023-08-31 17:32:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
  +body: "Surprisingly enough PDF is a (mostly) plain-text format, so you can probably still change the values in Notepad, unless they just did the whole thing as an embedded image or whatever"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1693503124 {#1439
    date: 2023-08-31 19:32:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@trexman@sh.itjust.works"
    "@CodingSquirrel@kbin.social"
    "@newthrowaway20@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1669 …}
  +nested: Doctrine\ORM\PersistentCollection {#1677 …}
  +votes: Doctrine\ORM\PersistentCollection {#1672 …}
  +reports: Doctrine\ORM\PersistentCollection {#1674 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
  -id: 27363
  -bodyTs: "'chang':16 'embed':30 'enough':2 'format':10 'imag':31 'most':6 'notepad':20 'pdf':3 'plain':8 'plain-text':7 'probabl':14 'still':15 'surpris':1 'text':9 'thing':27 'unless':21 'valu':18 'whatev':33 'whole':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/2996050"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693503124 {#1435
    date: 2023-08-31 19:32:04.0 +02:00
  }
  +"title": 27363
}
"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 {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2422 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2349 …}
    +slug: "Rent-requirements-in-the-US-are-nuts"
    +title: "Rent requirements in the US are nuts"
    +url: "https://i.imgur.com/OewdWOR.jpg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 303
    +favouriteCount: 1709
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1695518616 {#2346
      date: 2023-09-24 03:23:36.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2141 …}
    +votes: Doctrine\ORM\PersistentCollection {#2164 …}
    +reports: Doctrine\ORM\PersistentCollection {#2314 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2328 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2191 …}
    +badges: Doctrine\ORM\PersistentCollection {#2327 …}
    +children: [
      App\Entity\EntryComment {#1697}
    ]
    -id: 2028
    -titleTs: "'nut':7 'rent':1 'requir':2 'us':5"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1693582379
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/4097982"
    +editedAt: null
    +createdAt: DateTimeImmutable @1693495979 {#2090
      date: 2023-08-31 17:32:59.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1667 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1666 …}
  +body: "Surprisingly enough PDF is a (mostly) plain-text format, so you can probably still change the values in Notepad, unless they just did the whole thing as an embedded image or whatever"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 27
  +score: 0
  +lastActive: DateTime @1693503124 {#1439
    date: 2023-08-31 19:32:04.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@trexman@sh.itjust.works"
    "@CodingSquirrel@kbin.social"
    "@newthrowaway20@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1669 …}
  +nested: Doctrine\ORM\PersistentCollection {#1677 …}
  +votes: Doctrine\ORM\PersistentCollection {#1672 …}
  +reports: Doctrine\ORM\PersistentCollection {#1674 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1587 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1588 …}
  -id: 27363
  -bodyTs: "'chang':16 'embed':30 'enough':2 'format':10 'imag':31 'most':6 'notepad':20 'pdf':3 'plain':8 'plain-text':7 'probabl':14 'still':15 'surpris':1 'text':9 'thing':27 'unless':21 'valu':18 'whatev':33 'whole':26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/2996050"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693503124 {#1435
    date: 2023-08-31 19:32:04.0 +02:00
  }
  +"title": 27363
}
"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 {#1621
  +user: Proxies\__CG__\App\Entity\User {#1741 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
  +slug: "Does-Nix-s-break-from-FHS-cause-problems"
  +title: "Does Nix's break from FHS cause problems?"
  +url: null
  +body: """
    I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
    \n
    I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728934510 {#1723
    date: 2024-10-14 21:35:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2019 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  +badges: Doctrine\ORM\PersistentCollection {#2088 …}
  +children: [
    1 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +body: "If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706223602 {#1556
        date: 2024-01-26 00:00:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@matcha_addict@lemy.lol"
        "@Lojcs@lemm.ee"
        "@madmaurice@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 340679
      -bodyTs: "'/usr/bin/python':18 '3':5 'depend':9 'differ':6,11 'get':15 'one':14 'packag':12 'python':7 'system':3 'use':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7013298"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706223602 {#1557
        date: 2024-01-26 00:00:02.0 +01:00
      }
      +"title": 340679
    }
    0 => App\Entity\EntryComment {#1616
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +body: """
        Now you’ll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.\n
        \n
        So now we’ve basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it’s Nix’s fault, even if it isn’t.\n
        \n
        On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1706226231 {#1795
        date: 2024-01-26 00:43:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@matcha_addict@lemy.lol"
        "@Lojcs@lemm.ee"
        "@madmaurice@discuss.tchncs.de"
        "@palebluethought@lemmy.world"
        "@matcha_addict@lemy.lol"
        "@Lojcs@lemm.ee"
        "@madmaurice@discuss.tchncs.de"
        "@palebluethought@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1629 …}
      +votes: Doctrine\ORM\PersistentCollection {#1626 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 340765
      -bodyTs: "'3':121 '99':106 'advantag':62 'alreadi':94 'assumpt':18 'basic':58 'break':51,73 'chain':48 'chang':43 'comprehens':97 'config':32,42,117 'config.nix':129 'coupl':28 'depend':47 'differ':122 'easili':50 'even':39,83 'fault':82 'first':68 'github':123 'half':60 'hand':91 'hell':114 'inlin':126 'instal':10 'isn':86 'like':77 'll':3 'look':76 'motiv':64 'nix':80 'nix/os':65 'nixifi':109 'nixo':20,31,116 'nixpkg':92 'oper':21 'packag':108 'place':69 'pretti':112 'remov':59 'repo':124 'repositori':98 'right':125 'seem':40 'softwar':11,53,101 'still':26 'stuff':72 'system':37,100 'tight':27 'transit':46 'tri':8 'trivial':113 'unrel':41 'updat':34 'user':7 've':57 'violat':15 'way':13 'zillion':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7014409"
      +editedAt: DateTimeImmutable @1728692787 {#1705
        date: 2024-10-12 02:26:27.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706226231 {#1711
        date: 2024-01-26 00:43:51.0 +01:00
      }
      +"title": 340765
    }
  ]
  -id: 33062
  -titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
  -bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706299964
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/18607493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706213564 {#1740
    date: 2024-01-25 21:12:44.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 {#1621
  +user: Proxies\__CG__\App\Entity\User {#1741 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
  +slug: "Does-Nix-s-break-from-FHS-cause-problems"
  +title: "Does Nix's break from FHS cause problems?"
  +url: null
  +body: """
    I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
    \n
    I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728934510 {#1723
    date: 2024-10-14 21:35:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2019 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  +badges: Doctrine\ORM\PersistentCollection {#2088 …}
  +children: [
    1 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +body: "If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706223602 {#1556
        date: 2024-01-26 00:00:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@matcha_addict@lemy.lol"
        "@Lojcs@lemm.ee"
        "@madmaurice@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 340679
      -bodyTs: "'/usr/bin/python':18 '3':5 'depend':9 'differ':6,11 'get':15 'one':14 'packag':12 'python':7 'system':3 'use':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7013298"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706223602 {#1557
        date: 2024-01-26 00:00:02.0 +01:00
      }
      +"title": 340679
    }
    0 => App\Entity\EntryComment {#1616
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +body: """
        Now you’ll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.\n
        \n
        So now we’ve basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it’s Nix’s fault, even if it isn’t.\n
        \n
        On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1706226231 {#1795
        date: 2024-01-26 00:43:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@matcha_addict@lemy.lol"
        "@Lojcs@lemm.ee"
        "@madmaurice@discuss.tchncs.de"
        "@palebluethought@lemmy.world"
        "@matcha_addict@lemy.lol"
        "@Lojcs@lemm.ee"
        "@madmaurice@discuss.tchncs.de"
        "@palebluethought@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1629 …}
      +votes: Doctrine\ORM\PersistentCollection {#1626 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 340765
      -bodyTs: "'3':121 '99':106 'advantag':62 'alreadi':94 'assumpt':18 'basic':58 'break':51,73 'chain':48 'chang':43 'comprehens':97 'config':32,42,117 'config.nix':129 'coupl':28 'depend':47 'differ':122 'easili':50 'even':39,83 'fault':82 'first':68 'github':123 'half':60 'hand':91 'hell':114 'inlin':126 'instal':10 'isn':86 'like':77 'll':3 'look':76 'motiv':64 'nix':80 'nix/os':65 'nixifi':109 'nixo':20,31,116 'nixpkg':92 'oper':21 'packag':108 'place':69 'pretti':112 'remov':59 'repo':124 'repositori':98 'right':125 'seem':40 'softwar':11,53,101 'still':26 'stuff':72 'system':37,100 'tight':27 'transit':46 'tri':8 'trivial':113 'unrel':41 'updat':34 'user':7 've':57 'violat':15 'way':13 'zillion':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7014409"
      +editedAt: DateTimeImmutable @1728692787 {#1705
        date: 2024-10-12 02:26:27.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706226231 {#1711
        date: 2024-01-26 00:43:51.0 +01:00
      }
      +"title": 340765
    }
  ]
  -id: 33062
  -titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
  -bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706299964
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/18607493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706213564 {#1740
    date: 2024-01-25 21:12:44.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 {#1621
  +user: Proxies\__CG__\App\Entity\User {#1741 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
  +slug: "Does-Nix-s-break-from-FHS-cause-problems"
  +title: "Does Nix's break from FHS cause problems?"
  +url: null
  +body: """
    I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
    \n
    I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728934510 {#1723
    date: 2024-10-14 21:35:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1401 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#2019 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  +badges: Doctrine\ORM\PersistentCollection {#2088 …}
  +children: [
    1 => App\Entity\EntryComment {#1555
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +body: "If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706223602 {#1556
        date: 2024-01-26 00:00:02.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@matcha_addict@lemy.lol"
        "@Lojcs@lemm.ee"
        "@madmaurice@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1604 …}
      +nested: Doctrine\ORM\PersistentCollection {#1619 …}
      +votes: Doctrine\ORM\PersistentCollection {#1701 …}
      +reports: Doctrine\ORM\PersistentCollection {#1687 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
      -id: 340679
      -bodyTs: "'/usr/bin/python':18 '3':5 'depend':9 'differ':6,11 'get':15 'one':14 'packag':12 'python':7 'system':3 'use':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7013298"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706223602 {#1557
        date: 2024-01-26 00:00:02.0 +01:00
      }
      +"title": 340679
    }
    0 => App\Entity\EntryComment {#1616
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
      +body: """
        Now you’ll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.\n
        \n
        So now we’ve basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it’s Nix’s fault, even if it isn’t.\n
        \n
        On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1706226231 {#1795
        date: 2024-01-26 00:43:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@matcha_addict@lemy.lol"
        "@Lojcs@lemm.ee"
        "@madmaurice@discuss.tchncs.de"
        "@palebluethought@lemmy.world"
        "@matcha_addict@lemy.lol"
        "@Lojcs@lemm.ee"
        "@madmaurice@discuss.tchncs.de"
        "@palebluethought@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1598 …}
      +nested: Doctrine\ORM\PersistentCollection {#1629 …}
      +votes: Doctrine\ORM\PersistentCollection {#1626 …}
      +reports: Doctrine\ORM\PersistentCollection {#1618 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
      -id: 340765
      -bodyTs: "'3':121 '99':106 'advantag':62 'alreadi':94 'assumpt':18 'basic':58 'break':51,73 'chain':48 'chang':43 'comprehens':97 'config':32,42,117 'config.nix':129 'coupl':28 'depend':47 'differ':122 'easili':50 'even':39,83 'fault':82 'first':68 'github':123 'half':60 'hand':91 'hell':114 'inlin':126 'instal':10 'isn':86 'like':77 'll':3 'look':76 'motiv':64 'nix':80 'nix/os':65 'nixifi':109 'nixo':20,31,116 'nixpkg':92 'oper':21 'packag':108 'place':69 'pretti':112 'remov':59 'repo':124 'repositori':98 'right':125 'seem':40 'softwar':11,53,101 'still':26 'stuff':72 'system':37,100 'tight':27 'transit':46 'tri':8 'trivial':113 'unrel':41 'updat':34 'user':7 've':57 'violat':15 'way':13 'zillion':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7014409"
      +editedAt: DateTimeImmutable @1728692787 {#1705
        date: 2024-10-12 02:26:27.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706226231 {#1711
        date: 2024-01-26 00:43:51.0 +01:00
      }
      +"title": 340765
    }
  ]
  -id: 33062
  -titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
  -bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706299964
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/18607493"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706213564 {#1740
    date: 2024-01-25 21:12:44.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 {#1555
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#1741 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
    +slug: "Does-Nix-s-break-from-FHS-cause-problems"
    +title: "Does Nix's break from FHS cause problems?"
    +url: null
    +body: """
      I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
      \n
      I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728934510 {#1723
      date: 2024-10-14 21:35:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1401 …}
    +votes: Doctrine\ORM\PersistentCollection {#1385 …}
    +reports: Doctrine\ORM\PersistentCollection {#2019 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1555}
      0 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: """
          Now you’ll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.\n
          \n
          So now we’ve basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it’s Nix’s fault, even if it isn’t.\n
          \n
          On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1706226231 {#1795
          date: 2024-01-26 00:43:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@matcha_addict@lemy.lol"
          "@Lojcs@lemm.ee"
          "@madmaurice@discuss.tchncs.de"
          "@palebluethought@lemmy.world"
          "@matcha_addict@lemy.lol"
          "@Lojcs@lemm.ee"
          "@madmaurice@discuss.tchncs.de"
          "@palebluethought@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1598 …}
        +nested: Doctrine\ORM\PersistentCollection {#1629 …}
        +votes: Doctrine\ORM\PersistentCollection {#1626 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
        -id: 340765
        -bodyTs: "'3':121 '99':106 'advantag':62 'alreadi':94 'assumpt':18 'basic':58 'break':51,73 'chain':48 'chang':43 'comprehens':97 'config':32,42,117 'config.nix':129 'coupl':28 'depend':47 'differ':122 'easili':50 'even':39,83 'fault':82 'first':68 'github':123 'half':60 'hand':91 'hell':114 'inlin':126 'instal':10 'isn':86 'like':77 'll':3 'look':76 'motiv':64 'nix':80 'nix/os':65 'nixifi':109 'nixo':20,31,116 'nixpkg':92 'oper':21 'packag':108 'place':69 'pretti':112 'remov':59 'repo':124 'repositori':98 'right':125 'seem':40 'softwar':11,53,101 'still':26 'stuff':72 'system':37,100 'tight':27 'transit':46 'tri':8 'trivial':113 'unrel':41 'updat':34 'user':7 've':57 'violat':15 'way':13 'zillion':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7014409"
        +editedAt: DateTimeImmutable @1728692787 {#1705
          date: 2024-10-12 02:26:27.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706226231 {#1711
          date: 2024-01-26 00:43:51.0 +01:00
        }
        +"title": 340765
      }
    ]
    -id: 33062
    -titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
    -bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706299964
    +visibility: "visible             "
    +apId: "https://lemy.lol/post/18607493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706213564 {#1740
      date: 2024-01-25 21:12:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +body: "If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706223602 {#1556
    date: 2024-01-26 00:00:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@matcha_addict@lemy.lol"
    "@Lojcs@lemm.ee"
    "@madmaurice@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 340679
  -bodyTs: "'/usr/bin/python':18 '3':5 'depend':9 'differ':6,11 'get':15 'one':14 'packag':12 'python':7 'system':3 'use':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7013298"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706223602 {#1557
    date: 2024-01-26 00:00:02.0 +01:00
  }
  +"title": 340679
}
"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 {#1555
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#1741 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
    +slug: "Does-Nix-s-break-from-FHS-cause-problems"
    +title: "Does Nix's break from FHS cause problems?"
    +url: null
    +body: """
      I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
      \n
      I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728934510 {#1723
      date: 2024-10-14 21:35:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1401 …}
    +votes: Doctrine\ORM\PersistentCollection {#1385 …}
    +reports: Doctrine\ORM\PersistentCollection {#2019 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1555}
      0 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: """
          Now you’ll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.\n
          \n
          So now we’ve basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it’s Nix’s fault, even if it isn’t.\n
          \n
          On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1706226231 {#1795
          date: 2024-01-26 00:43:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@matcha_addict@lemy.lol"
          "@Lojcs@lemm.ee"
          "@madmaurice@discuss.tchncs.de"
          "@palebluethought@lemmy.world"
          "@matcha_addict@lemy.lol"
          "@Lojcs@lemm.ee"
          "@madmaurice@discuss.tchncs.de"
          "@palebluethought@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1598 …}
        +nested: Doctrine\ORM\PersistentCollection {#1629 …}
        +votes: Doctrine\ORM\PersistentCollection {#1626 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
        -id: 340765
        -bodyTs: "'3':121 '99':106 'advantag':62 'alreadi':94 'assumpt':18 'basic':58 'break':51,73 'chain':48 'chang':43 'comprehens':97 'config':32,42,117 'config.nix':129 'coupl':28 'depend':47 'differ':122 'easili':50 'even':39,83 'fault':82 'first':68 'github':123 'half':60 'hand':91 'hell':114 'inlin':126 'instal':10 'isn':86 'like':77 'll':3 'look':76 'motiv':64 'nix':80 'nix/os':65 'nixifi':109 'nixo':20,31,116 'nixpkg':92 'oper':21 'packag':108 'place':69 'pretti':112 'remov':59 'repo':124 'repositori':98 'right':125 'seem':40 'softwar':11,53,101 'still':26 'stuff':72 'system':37,100 'tight':27 'transit':46 'tri':8 'trivial':113 'unrel':41 'updat':34 'user':7 've':57 'violat':15 'way':13 'zillion':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7014409"
        +editedAt: DateTimeImmutable @1728692787 {#1705
          date: 2024-10-12 02:26:27.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706226231 {#1711
          date: 2024-01-26 00:43:51.0 +01:00
        }
        +"title": 340765
      }
    ]
    -id: 33062
    -titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
    -bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706299964
    +visibility: "visible             "
    +apId: "https://lemy.lol/post/18607493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706213564 {#1740
      date: 2024-01-25 21:12:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +body: "If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706223602 {#1556
    date: 2024-01-26 00:00:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@matcha_addict@lemy.lol"
    "@Lojcs@lemm.ee"
    "@madmaurice@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 340679
  -bodyTs: "'/usr/bin/python':18 '3':5 'depend':9 'differ':6,11 'get':15 'one':14 'packag':12 'python':7 'system':3 'use':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7013298"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706223602 {#1557
    date: 2024-01-26 00:00:02.0 +01:00
  }
  +"title": 340679
}
"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 {#1555
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#1741 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
    +slug: "Does-Nix-s-break-from-FHS-cause-problems"
    +title: "Does Nix's break from FHS cause problems?"
    +url: null
    +body: """
      I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
      \n
      I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728934510 {#1723
      date: 2024-10-14 21:35:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1401 …}
    +votes: Doctrine\ORM\PersistentCollection {#1385 …}
    +reports: Doctrine\ORM\PersistentCollection {#2019 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1555}
      0 => App\Entity\EntryComment {#1616
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: """
          Now you’ll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.\n
          \n
          So now we’ve basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it’s Nix’s fault, even if it isn’t.\n
          \n
          On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 6
        +score: 0
        +lastActive: DateTime @1706226231 {#1795
          date: 2024-01-26 00:43:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@matcha_addict@lemy.lol"
          "@Lojcs@lemm.ee"
          "@madmaurice@discuss.tchncs.de"
          "@palebluethought@lemmy.world"
          "@matcha_addict@lemy.lol"
          "@Lojcs@lemm.ee"
          "@madmaurice@discuss.tchncs.de"
          "@palebluethought@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1598 …}
        +nested: Doctrine\ORM\PersistentCollection {#1629 …}
        +votes: Doctrine\ORM\PersistentCollection {#1626 …}
        +reports: Doctrine\ORM\PersistentCollection {#1618 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
        -id: 340765
        -bodyTs: "'3':121 '99':106 'advantag':62 'alreadi':94 'assumpt':18 'basic':58 'break':51,73 'chain':48 'chang':43 'comprehens':97 'config':32,42,117 'config.nix':129 'coupl':28 'depend':47 'differ':122 'easili':50 'even':39,83 'fault':82 'first':68 'github':123 'half':60 'hand':91 'hell':114 'inlin':126 'instal':10 'isn':86 'like':77 'll':3 'look':76 'motiv':64 'nix':80 'nix/os':65 'nixifi':109 'nixo':20,31,116 'nixpkg':92 'oper':21 'packag':108 'place':69 'pretti':112 'remov':59 'repo':124 'repositori':98 'right':125 'seem':40 'softwar':11,53,101 'still':26 'stuff':72 'system':37,100 'tight':27 'transit':46 'tri':8 'trivial':113 'unrel':41 'updat':34 'user':7 've':57 'violat':15 'way':13 'zillion':6"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7014409"
        +editedAt: DateTimeImmutable @1728692787 {#1705
          date: 2024-10-12 02:26:27.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706226231 {#1711
          date: 2024-01-26 00:43:51.0 +01:00
        }
        +"title": 340765
      }
    ]
    -id: 33062
    -titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
    -bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706299964
    +visibility: "visible             "
    +apId: "https://lemy.lol/post/18607493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706213564 {#1740
      date: 2024-01-25 21:12:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +body: "If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706223602 {#1556
    date: 2024-01-26 00:00:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@matcha_addict@lemy.lol"
    "@Lojcs@lemm.ee"
    "@madmaurice@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1604 …}
  +nested: Doctrine\ORM\PersistentCollection {#1619 …}
  +votes: Doctrine\ORM\PersistentCollection {#1701 …}
  +reports: Doctrine\ORM\PersistentCollection {#1687 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
  -id: 340679
  -bodyTs: "'/usr/bin/python':18 '3':5 'depend':9 'differ':6,11 'get':15 'one':14 'packag':12 'python':7 'system':3 'use':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7013298"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706223602 {#1557
    date: 2024-01-26 00:00:02.0 +01:00
  }
  +"title": 340679
}
"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
App\Entity\EntryComment {#1616
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#1741 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
    +slug: "Does-Nix-s-break-from-FHS-cause-problems"
    +title: "Does Nix's break from FHS cause problems?"
    +url: null
    +body: """
      I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
      \n
      I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728934510 {#1723
      date: 2024-10-14 21:35:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1401 …}
    +votes: Doctrine\ORM\PersistentCollection {#1385 …}
    +reports: Doctrine\ORM\PersistentCollection {#2019 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706223602 {#1556
          date: 2024-01-26 00:00:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@matcha_addict@lemy.lol"
          "@Lojcs@lemm.ee"
          "@madmaurice@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 340679
        -bodyTs: "'/usr/bin/python':18 '3':5 'depend':9 'differ':6,11 'get':15 'one':14 'packag':12 'python':7 'system':3 'use':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7013298"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706223602 {#1557
          date: 2024-01-26 00:00:02.0 +01:00
        }
        +"title": 340679
      }
      0 => App\Entity\EntryComment {#1616}
    ]
    -id: 33062
    -titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
    -bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706299964
    +visibility: "visible             "
    +apId: "https://lemy.lol/post/18607493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706213564 {#1740
      date: 2024-01-25 21:12:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +body: """
    Now you’ll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.\n
    \n
    So now we’ve basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it’s Nix’s fault, even if it isn’t.\n
    \n
    On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1706226231 {#1795
    date: 2024-01-26 00:43:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@matcha_addict@lemy.lol"
    "@Lojcs@lemm.ee"
    "@madmaurice@discuss.tchncs.de"
    "@palebluethought@lemmy.world"
    "@matcha_addict@lemy.lol"
    "@Lojcs@lemm.ee"
    "@madmaurice@discuss.tchncs.de"
    "@palebluethought@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 340765
  -bodyTs: "'3':121 '99':106 'advantag':62 'alreadi':94 'assumpt':18 'basic':58 'break':51,73 'chain':48 'chang':43 'comprehens':97 'config':32,42,117 'config.nix':129 'coupl':28 'depend':47 'differ':122 'easili':50 'even':39,83 'fault':82 'first':68 'github':123 'half':60 'hand':91 'hell':114 'inlin':126 'instal':10 'isn':86 'like':77 'll':3 'look':76 'motiv':64 'nix':80 'nix/os':65 'nixifi':109 'nixo':20,31,116 'nixpkg':92 'oper':21 'packag':108 'place':69 'pretti':112 'remov':59 'repo':124 'repositori':98 'right':125 'seem':40 'softwar':11,53,101 'still':26 'stuff':72 'system':37,100 'tight':27 'transit':46 'tri':8 'trivial':113 'unrel':41 'updat':34 'user':7 've':57 'violat':15 'way':13 'zillion':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7014409"
  +editedAt: DateTimeImmutable @1728692787 {#1705
    date: 2024-10-12 02:26:27.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706226231 {#1711
    date: 2024-01-26 00:43:51.0 +01:00
  }
  +"title": 340765
}
"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
27 DENIED edit
App\Entity\EntryComment {#1616
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#1741 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
    +slug: "Does-Nix-s-break-from-FHS-cause-problems"
    +title: "Does Nix's break from FHS cause problems?"
    +url: null
    +body: """
      I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
      \n
      I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728934510 {#1723
      date: 2024-10-14 21:35:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1401 …}
    +votes: Doctrine\ORM\PersistentCollection {#1385 …}
    +reports: Doctrine\ORM\PersistentCollection {#2019 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706223602 {#1556
          date: 2024-01-26 00:00:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@matcha_addict@lemy.lol"
          "@Lojcs@lemm.ee"
          "@madmaurice@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 340679
        -bodyTs: "'/usr/bin/python':18 '3':5 'depend':9 'differ':6,11 'get':15 'one':14 'packag':12 'python':7 'system':3 'use':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7013298"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706223602 {#1557
          date: 2024-01-26 00:00:02.0 +01:00
        }
        +"title": 340679
      }
      0 => App\Entity\EntryComment {#1616}
    ]
    -id: 33062
    -titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
    -bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706299964
    +visibility: "visible             "
    +apId: "https://lemy.lol/post/18607493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706213564 {#1740
      date: 2024-01-25 21:12:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +body: """
    Now you’ll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.\n
    \n
    So now we’ve basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it’s Nix’s fault, even if it isn’t.\n
    \n
    On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1706226231 {#1795
    date: 2024-01-26 00:43:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@matcha_addict@lemy.lol"
    "@Lojcs@lemm.ee"
    "@madmaurice@discuss.tchncs.de"
    "@palebluethought@lemmy.world"
    "@matcha_addict@lemy.lol"
    "@Lojcs@lemm.ee"
    "@madmaurice@discuss.tchncs.de"
    "@palebluethought@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 340765
  -bodyTs: "'3':121 '99':106 'advantag':62 'alreadi':94 'assumpt':18 'basic':58 'break':51,73 'chain':48 'chang':43 'comprehens':97 'config':32,42,117 'config.nix':129 'coupl':28 'depend':47 'differ':122 'easili':50 'even':39,83 'fault':82 'first':68 'github':123 'half':60 'hand':91 'hell':114 'inlin':126 'instal':10 'isn':86 'like':77 'll':3 'look':76 'motiv':64 'nix':80 'nix/os':65 'nixifi':109 'nixo':20,31,116 'nixpkg':92 'oper':21 'packag':108 'place':69 'pretti':112 'remov':59 'repo':124 'repositori':98 'right':125 'seem':40 'softwar':11,53,101 'still':26 'stuff':72 'system':37,100 'tight':27 'transit':46 'tri':8 'trivial':113 'unrel':41 'updat':34 'user':7 've':57 'violat':15 'way':13 'zillion':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7014409"
  +editedAt: DateTimeImmutable @1728692787 {#1705
    date: 2024-10-12 02:26:27.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706226231 {#1711
    date: 2024-01-26 00:43:51.0 +01:00
  }
  +"title": 340765
}
"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
28 DENIED moderate
App\Entity\EntryComment {#1616
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#1741 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2023 …}
    +slug: "Does-Nix-s-break-from-FHS-cause-problems"
    +title: "Does Nix's break from FHS cause problems?"
    +url: null
    +body: """
      I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
      \n
      I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728934510 {#1723
      date: 2024-10-14 21:35:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1401 …}
    +votes: Doctrine\ORM\PersistentCollection {#1385 …}
    +reports: Doctrine\ORM\PersistentCollection {#2019 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2097 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
    +badges: Doctrine\ORM\PersistentCollection {#2088 …}
    +children: [
      1 => App\Entity\EntryComment {#1555
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
        +body: "If your system uses 3 different Pythons as dependencies of different packages, which one gets to be /usr/bin/python?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706223602 {#1556
          date: 2024-01-26 00:00:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@matcha_addict@lemy.lol"
          "@Lojcs@lemm.ee"
          "@madmaurice@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1604 …}
        +nested: Doctrine\ORM\PersistentCollection {#1619 …}
        +votes: Doctrine\ORM\PersistentCollection {#1701 …}
        +reports: Doctrine\ORM\PersistentCollection {#1687 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1689 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1691 …}
        -id: 340679
        -bodyTs: "'/usr/bin/python':18 '3':5 'depend':9 'differ':6,11 'get':15 'one':14 'packag':12 'python':7 'system':3 'use':4"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/7013298"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706223602 {#1557
          date: 2024-01-26 00:00:02.0 +01:00
        }
        +"title": 340679
      }
      0 => App\Entity\EntryComment {#1616}
    ]
    -id: 33062
    -titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
    -bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706299964
    +visibility: "visible             "
    +apId: "https://lemy.lol/post/18607493"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706213564 {#1740
      date: 2024-01-25 21:12:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1611 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1613 …}
  +body: """
    Now you’ll have a zillion users trying to install software in ways that violate all the assumptions that NixOS operates on, but which are still tightly coupled to your NixOS config. Now updates to your system, or even seemingly unrelated config changes (through some transitive dependency chain) can easily break that software.\n
    \n
    So now we’ve basically removed half the advantages that motivate Nix/OS in the first place, and when stuff breaks it will look like it’s Nix’s fault, even if it isn’t.\n
    \n
    On the other hand, nixpkgs is already the most comprehensive repository of system software out there, and for 99% of packages Nixifying it is pretty trivial. Hell, my NixOS config does that for 3 different GitHub repos right inline in my config.nix
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1706226231 {#1795
    date: 2024-01-26 00:43:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@matcha_addict@lemy.lol"
    "@Lojcs@lemm.ee"
    "@madmaurice@discuss.tchncs.de"
    "@palebluethought@lemmy.world"
    "@matcha_addict@lemy.lol"
    "@Lojcs@lemm.ee"
    "@madmaurice@discuss.tchncs.de"
    "@palebluethought@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1598 …}
  +nested: Doctrine\ORM\PersistentCollection {#1629 …}
  +votes: Doctrine\ORM\PersistentCollection {#1626 …}
  +reports: Doctrine\ORM\PersistentCollection {#1618 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1597 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1731 …}
  -id: 340765
  -bodyTs: "'3':121 '99':106 'advantag':62 'alreadi':94 'assumpt':18 'basic':58 'break':51,73 'chain':48 'chang':43 'comprehens':97 'config':32,42,117 'config.nix':129 'coupl':28 'depend':47 'differ':122 'easili':50 'even':39,83 'fault':82 'first':68 'github':123 'half':60 'hand':91 'hell':114 'inlin':126 'instal':10 'isn':86 'like':77 'll':3 'look':76 'motiv':64 'nix':80 'nix/os':65 'nixifi':109 'nixo':20,31,116 'nixpkg':92 'oper':21 'packag':108 'place':69 'pretti':112 'remov':59 'repo':124 'repositori':98 'right':125 'seem':40 'softwar':11,53,101 'still':26 'stuff':72 'system':37,100 'tight':27 'transit':46 'tri':8 'trivial':113 'unrel':41 'updat':34 'user':7 've':57 'violat':15 'way':13 'zillion':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7014409"
  +editedAt: DateTimeImmutable @1728692787 {#1705
    date: 2024-10-12 02:26:27.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706226231 {#1711
    date: 2024-01-26 00:43:51.0 +01:00
  }
  +"title": 340765
}
"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
29 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
30 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