traxys
traxys
I made a script to automate the manual steps for deploying the js files: https://github.com/traxys/screeps_base/blob/master/copy.sh This builds on the wasm-pack-template adding code to replace the parts in the js file....
I think this _used_ to be true, but due to some refactoring of the helpers it is now broken. I need to look into it but I never find the...
It is definitely true that this works for standalone nixvim, but I kind of agree that we should _not_ do it for NixOS and Home-Manager because it could conflict with...
You could always use `builtins.readFile` to achieve this
> > Why didn't this error occur last time? > > When you use (e.g.) `ccc.input.rgb` you're assuming the lua variable `ccc` exists and is in-scope. > > [Gaétan's suggestion](https://github.com/nix-community/nixvim/pull/1368#issuecomment-2036946413)...
Are you sure this is repercuted in the `init.lua`? Most plugins have a mapping from camelCase to snake_case
If we need to fix urgenly things we should avoid doing work like switching to mkNeovimPlugin
> > If we need to fix urgenly things we should avoid doing work like switching to mkNeovimPlugin > > I agree, but for the two plugins in question, I...
(In other words this is moving work from the author to the reviewer, and I feel this is _never_ a good compromise, because reviewing is often harder than writing something)
This needs to be documented somewhere, because as is I don't think the option will appear in the documentation.