Terje Larsen
Terje Larsen
If you don't have a global `.ruby-version` file and are using auto-switch. You will always end up with the last projects ruby version when you switch folders. One way to...
It would be nice with support for [her](https://github.com/remiprev/her). It should be fairly similar to ActiveRecord implementation.
I have had this issue for quite a long time, but since it is not always I haven't taken the time to investigate or report it. It happens when I...
Not really a jump thing, but figured it could fit nicely in there, this would add a function for documentation lookup, help for the current keyword. In vim/evil mode it...
I am wondering if this is supposed to work or if this is something we want to support. For example if you have other files in the same direcotry or...
Has there been any work/discussion regarding tests for flake modules? It would be nice to have a community defined flow for how to create tests for flake modules. Similar like...
What is the best practice to expose a flakeModule that depends on other flake modules? I have something like this: flake.nix: ```nix ... outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} {...
When using `nixos-rebuild` I don't have to define any configuration if there is a flake file inside `/etc/nixos/flake.nix`. Then I can just run `nixos-rebuild switch`. What I am asking for...
Right now the upload of the cache happens at the very end. I wonder if cache upload could be done async as things get built, kind of like what cachix...
When the action reaches the post run it says: ``` 2023-06-27T21:28:03.180908Z INFO magic_nix_cache::api: Workflow finished at magic-nix-cache/src/api.rs:50 2023-06-27T21:28:03.232509Z INFO magic_nix_cache::api: Pushing 1171 new paths at magic-nix-cache/src/api.rs:59 warning: $HOME ('/github/home') is...