> It's not defaulting to a directory, but to a variable: "$XDG_CONFIG_HOME". By default I'm referring to the following part of the spec and the fact that systems I've used start in this state: > If $XDG_CONFIG_HOME is…
> I've gone so far as to keep my config directory visible -- ~/.config is a symlink to ~/config, which actually holds all my config, conveniently a git repository in itself for easy portability and tracking. Sometimes I…
If I understand correctly, each `authzPB` collected in the iteration stores references to fields of an `authzModel`. Before the patch, these were identical, referring to the fields of the loop variable v. Each iteration…
> It's not defaulting to a directory, but to a variable: "$XDG_CONFIG_HOME". By default I'm referring to the following part of the spec and the fact that systems I've used start in this state: > If $XDG_CONFIG_HOME is…
> I've gone so far as to keep my config directory visible -- ~/.config is a symlink to ~/config, which actually holds all my config, conveniently a git repository in itself for easy portability and tracking. Sometimes I…
If I understand correctly, each `authzPB` collected in the iteration stores references to fields of an `authzModel`. Before the patch, these were identical, referring to the fields of the loop variable v. Each iteration…