Ihar Hrachyshka
Ihar Hrachyshka
I understand there may be a use case where days / weeks / months are skipped, but it would be nice to have it available for configuration, so that a...
I am able to reproduce this same failure with the following simple schema: https://github.com/booxter/letsrolld/commit/54ee9ae806f3b736bb6e28cc455f4c433660fe33
In my testing, it looks like a single dollar sign per line is ok, backticks are added once the line has more than two dollars.
I have the same behavior, see the recording. In my case, it's Alacritty terminal and I open a new tab there by pressing "Cmd+T". When I close the tab with...
This has something to do with dashes in the name. When I fetch a key that has no dashes (e.g. `hostname`), the value is returned in output.
I'm hitting this with jaxlib 0.4.38 / nanobind 2.4.0, the leak report is: ``` nanobind: leaked 138 instances! - leaked instance 0x348c441d8 of type "jaxlib.xla_extension.pytree.PyTreeDef" - leaked instance 0x348c665d8 of...
I can confirm this issue is happening to me too. (I'm running NixOS VM on Darwin). On first boot: ``` (ins)[ihrachys@nixos:~]$ ls -l ~/.nix-profile lrwxrwxrwx 1 ihrachys ihrachys 48 Jun...
The reason of the failure is probably because `/nix/store` is overlayed with `tmpfs` for `rw`, so when it first boots, it attempts to build the new user profile: ``` Jun...
Ah I know what happens in my case: you need to set `home-manager.useUserPackages = true;` when on NixOS (which is the VM) to make it work.
@JamesKunstle @cdoern I believe this PR is superseded by #2132 right? Is there anything not covered in the other PR that is included here?