Matthew Toohey
Matthew Toohey
Sorry about the delayed response. I think that fixed things? At Helix commit `e5319ea8c52d6c97ce901426c2714a26f535be0b`, cardano-js-sdk gets downloaded, but now that the PR has been merged, when I build from commit...
I have pull requests open that will fix this on `rnix-lsp`'s end [here](https://github.com/nix-community/rnix-lsp/pull/87) and [here](https://github.com/nix-community/nixpkgs-fmt/pull/296).
While my pull request hasn't been merged yet, it looks like this has been worked-around by #4041. Does that solve your issue @farwyler?
You're welcome! I actually just switched to nil too :slightly_smiling_face: I came across #4041 because I was wondering why I wasn't running into the problem described in this issue, since...
Actually, I suppose for backwards compatability we should refactor so that the custom float type accepts builtin float, as well as all the types it currently accepts.
I just noticed that #2787 does a similar thing for ZSH environment configuration, but it uses a slightly different -First suffix. Would you like me to change the names of...
> have you tried `xdg.configFile."bspwwnmrc".text = lib.mkBefore "my early test"` ? Good idea, I hadn't tried that, but after some testing it doesn't look like it works because the `bspwm/bspwmrc`...
:+1: rebased, there are a couple tests that are failing locally for me though (firefox-profile-settings and neovim-plugin-config), but I think they're not related?
I've done a little research into how to go about this with structopt, it looks like we just need to call: ```rust CommandLineArgs::clap().gen_completions_to(...) ``` It takes the name of the...
I know this is a dumb suggestion, but in my case there was a stray symlink with the same name as my crate in `node_modules`. After I deleted it, the...