Solène Rapenne
Solène Rapenne
When you use the shortcut '**ctrl+s**' and the document has been saved and has not been modified since, a **s** is typed. This is pretty annoying because I'm saving a...
I have some problems related with Apache + mod_lisp because not content-type is defined, or serving RSS feed not served as a XML or stuff like that. How can I...
hello, using niv 0.2.19 from NixOS on unstable channel, when I use `niv init`, I get the following code in `nix/sources.json` ``` { "niv": { "branch": "master", "description": "Easy dependency...
while `nix-shell` allowed to run multiple commands in a shell environment like this: `nix-shell -p gnumake --run "cd src && make`, this isn't possible anymore with `nix shell`. This PR...
I tried parinfer-rust for the first time using kakoune. I installed parinfer-rust following the manual installation process, using git and make install to get the very latest version. I opened...
Hi! I've run into an [issue when running oasis on OpenBSD 6.8 amd64 and arm64](https://github.com/fraction/oasis/issues/464), which I've been able to pinpoint down to ssb-server. If one network interface has an...
hello, in https://github.com/Morfly/airin/blob/master/docs/airin_gradle_migration.md#step-3---creating-template-providers it's not clear for me where I need to create the template providers, and with which name. Could you add this information to the documentation please? :pray:
**Describe the bug** When using a flake URL that doesn't exist (because we can make mistakes), nix should report the proper HTTP error instead of erroring about not finding the...
**Describe the bug** When running a flakes program through `nix run` that is providing a substituter, the warnings messages in the current code are not really helpful. **Steps To Reproduce**...
The purpose of this PR is to add some diagrams to Nix documentation. This is still draft work and I'll close #7041 and #7042. I'm not sure about the content...