Paul Meyer
Paul Meyer
In some situations, the checker might run outside of the context of a repository/code base, just checking files that are directly passed as arguments. In these cases, it would we...
Right now editorconfig-checker doesn't allow passing files that should be checked as arguments, making it non-compliant with the treefmt formatter spec: https://treefmt.com/formatters-spec/#rules Would be cool if it would optionally be...
-w is implied by -s, so we can drop it here.
https://treefmt.com/latest/reference/formatter-spec/ Basically, accept files as arguments, and write change back to those files in an idempotent way.
In my package set, I have two packages `A` and `B`, where `B` should depend `pkgsStatic.A`. It there a way to archive this with nix-pkgset? I'm using flakes.
I didn't find a way to do this with nix-update.
**runtime: normalize pause spec** When using guest pull, the agent will create the sandbox based on a pause bundle that is part of the guest's root FS. In this case,...
> --cache-exclude-status > A list of status codes that will be ignored from the cache > > The following exclude range syntax is supported: [start]..[[=]end]|code. Some valid > examples are:...
Given a file with the following unresolveable domain name: ``` https://llkalsaslasdbasdbasdb.google.com ``` And having lychee configured to ignore error status when caching via ```toml cache_exclude_status = [ "..100", "104..200", "300..600",...