Joosep Jääger
Joosep Jääger
@lehins It turned out to be a bug in my implementation of `FromCBOR` for the data wrapper for `Plutus.Data` 😅
That seed does not seem to work on the current master branch, but I ran a bunch of tests to try to reproduce it and managed to make the same...
@Quantumplation, what do you mean by > * empty list vs omitted key in maps
Ahh, I see, thanks for clarifying!
I've created a repo for parsing PR templates: https://github.com/Soupstraw/template-parser There's still a lot of work to do to integrate that into CI. I think the best approach would be to...
This is the line with the bug: https://github.com/nix-community/home-manager/blob/bd83eab6220226085c82e637931a7ae3863d9893/modules/programs/neovim.nix#L374 Just needs an equals sign.
so it should be like this? ``` "vim.cmd [[source ${config.xdg.configHome}/nvim/init.vim]]" ```
I don't mind renaming, but I'm having a hard time trying to come up with a name. `nix.vim` sounds like it's configuring nix not neovim.
Or we can get this merged and then open an issue for the renaming. The bug makes neovim unusable for the time being, so the sooner we get this merged...
#3024 did not add good descriptions to the packages, but that's something that requires a good knowledge of the codebase.