ilkecan

Results 15 issues of ilkecan

Reduce divergence by resetting previously defined keys if their values didn't change. Closes: #1444 ### Description ### Checklist - [x] Change is backwards compatible. - [x] Code formatted with `./format`....

### Please describe your feature request What do you think about adding an option to specify the physical device for Vulkan? I have two on my system and the first...

I want to disable an inspection for a specific line or a function. For example, the user could do this with a comment such as: ``` -- stan-disable-next-line STAN-0006 mapCyclic...

Fixup 364f54e Closes: #31

### Description Adds defaultFonts.* options to specify the default font per-user. Closes #2186 ### Checklist - [x] Change is backwards compatible. - [x] Code formatted with `./format`. - [ ]...

status: stale

- `eachSystem` - `eachDefaultSystem` - `eachSystemMap` - `eachDefaultSystemMap` The functions passed to these 4 functions above can now take an additional argument after their first one (previously `system -> attrs`,...

See: https://github.com/nix-community/rnix-parser/pull/52#issuecomment-1140250547 Closes: #56

It is possible to inherit attributes from another set[^1]. For example: ``` nix let x = { a = 1; b = 2; } y = { inherit (x) a...

enhancement

Added a variable to specify the command used for zettel content search, which allows replacing `ag` with any grep-like tool. If the variable is not defined, `ag` is used like...