Shahar "Dawn" Or
Shahar "Dawn" Or
## Things done - [x] Tested locally - [x] Tested in [testbed](https://nix-community.github.io/stylix/testbeds.html) - [x] Commit message follows [commit convention](https://nix-community.github.io/stylix/commit_convention.html) - [x] Fits [style guide](https://nix-community.github.io/stylix/styling.html) - [x] Respects license of any...
Hey, I haven't tried kickoff yet, and this is not a showstopper, but a suggestion. I would suggest that you consider using a common configuration file format. I'd go with...
I got this line in the log. And frequent enough crashes to notice. Is there any way I could help debugging? 1.14.0
It seems that path inputs that happen to point at git submodules trigger git fetching. And I don't think that's desirable. ``` $ git clone https://github.com/mightyiam/infra.git repro $ git checkout...
Supersedes #12705 Co-authored-by: Farid Zakaria ## Motivation Following up from #12705 but provides for the use case with a new CLI flag. ## Context Ditto. --- Add :+1: to [pull...
Here is a `nix flake show` ``` git+file:///home/mightyiam/s/numtide/devshell?dir=templates/flake-parts ├───checks │ ├───aarch64-darwin │ │ └───"devshells/default" omitted (use '--all-systems' to show) │ ├───aarch64-linux │ │ └───"devshells/default" omitted (use '--all-systems' to show) │...
Importing `flakeModules.flakeModules` results in an always-failing `nix flake check`. This seems to be because it adds a value to `flake.flakeModules.flakeModule` that ends up as a flake output that fails to...
There's a list of rules to consider in the file [`src/test/_rules_to_consider.ts`](https://github.com/mightyiam/eslint-config-love/blob/main/src/test/_rules_to_consider.ts). Pick one — perhaps the first one — and consider it. Is it appropriate for this config? If so,...
https://github.com/oppiliappan/statix/blob/758970f259da6b37e5076e56ecf435fbb7fbe637/bin/tests/data/empty_pattern.nix#L9-L15 I see this design and I'm not sure what the purpose of the exception is.
Something like... with just one rule (`useless_parens`?) applied and passing takes no longer than 20 seconds to lint all of Nixpkgs on a public `ubuntu_latest` GitHub Actions runner.