Marc Jakobi
Marc Jakobi
I"m a bit late to the party, but here are my thoughts: What are the use cases for performing arithmetic with temperatures in °C or °F? Switching between °R and...
@goldfirere that would certainly sound like a headache. But technically, there's nothing preventing me from defining a 'CookieMeter', unit for lengths, with its base-point being the length of my cat's...
Hey :wave: one of the rocks.nvim maintainers here. I've been browsing through this plugin's docs. Here are my thoughts so far: - The recommended way to install the python dependencies...
Does any functionality not work without any of the image providers being installed? If so, then adding one of them to the luarocks dependencies as a default provider can improve...
Currently `neorg` has a `nvim-nio ~> 1.7` constraint, which means it won't work with version 1.9 and beyond.
> @mrcjkb what do you recommand as a fix ? I don't think there's a clean way to solve this nicely in nixpkgs. The reason luarocks can support different versions...
`doJailbreak` is relatively safe in Haskell because it likely won't compile if something breaks. I'm not sure if relying on tests will give us the same guarantees for lua packages.
Although, it looks like some lua packages are already being "jailbroken": https://github.com/NixOS/nixpkgs/blob/a945f3fda983b86d6fe9711c8e5f6e118990ca02/pkgs/development/lua-modules/overrides.nix#L312
> I relaxed the dependency for `nvim-nio` but it still fails to find other deps: > > ``` > Missing dependencies for neorg 8.4.0-1: > plenary.nvim 0.1.4 (not installed) >...
> @teto is he `neorg = ...` snippet in `vim/plugins/overrides.nix` needed anymore now ? > > https://github.com/NixOS/nixpkgs/blob/b7488ba3b9b62fa8f1b08ea60200583750cde86f/pkgs/applications/editors/vim/plugins/overrides.nix#L968-L970 No. That was for neorg 7.x