Matthieu Coudron
Matthieu Coudron
cc @D-James-GH our environment specialist
or just provide different variable context: persistent-context (with an autosave to file option to mimic what is available), or a buffer-based temporary context (my use case is testing a CRUD...
haha that was the issue I was thinking of in the chat ^^
I've tried to set `extraHaskellPackages = p: [ p.bytestring p.text ]` for the haskell kernel but if fails because those are `null` in nixpkgs and the option expects a function...
NB: I've just edited the Config.hs and reran `nix run` and looked like it recompiled a bunch of stuff. I was expecting the config to be a separate module, I...
> if I think about mutt for example: I'd have to restart the application for the changes to take affect. For XMonad, when you restart the WM, it basically recompiles...
> One of the huge advantages of the current configuration approach is that it allows the configuration to use native data types, including things that are difficult to express in...
I am a rust beginner. I just realized that cargo.toml had this concept of "workspace" and thus the https://github.com/neovide/neovide/blob/main/neovide-derive/Cargo.toml is a package listed in the root workspace. I tried to...
so for instance I would like to take a JLPT N5 kanji anki deck and convert it to vocage format
I followed the guide https://docs.ankiweb.net/exporting.html#text-files and I was able to read the exported note in vocage ! which is great news ! I dont know how standardized the format is...