Peder Bergebakken Sundt

Results 156 comments of Peder Bergebakken Sundt

Considering there are at the time of writing [four different markdown extensions](https://zed.dev/extensions?query=markdown), I don't see the reason why this PR was closed. I would very much love to use this...

Several issues tied to ofborg CI should also be addressed for this auto-merge feature to be a QoL boost: * Don't merge if `ofborg eval` has not been run. This...

seems to be the only case thus far https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+nixpkgs-merge-bot+403

The symlinkJoin is missing a version, try setting that

i assume you'd likely need to set `version` as well, for `unsafeGetAttrPos` to locate

Seems like `unsafeGetAttrPos` is unable to locate the file where `version` is set, and returns a `null` instead. We need more information about your setup in order to debug this,...

I am still very much affected by this, to the point where my system gets noticeably sloggish whenever i open a new zed window in a new nixpkgs worktree. If...

I think this could be reopened. The problem could be largely fixed by doing a single `git status` when opening zed rather than check each file separately

Try running `statix` on nixpkgs with only `manual_inherit` and `manual_inherit_from` enabled and see what you get. There are IMO _many cases_ where i feel it lessens readability, especially in the...

```patch --- a/nixos/modules/security/pam.nix +++ b/nixos/modules/security/pam.nix @@ -99,7 +99,7 @@ let })); }; - package = config.security.pam.package; + inherit (config.security.pam) package; parentConfig = config; pamOpts = { config, name, ... }:...