Zyansheep

Results 44 comments of Zyansheep

There is an example in the examples folder.

Yes! This would be awesome! I just moved all my projects over to flakes, but this has been holding me back...

> @arrterian I'd happily sponsor work that would result in this being implemented, do you think that could be arranged? I will pledge $20 worth of Monero if that means...

This is my `flake.nix` for a rust project I am currently working on. ```nix { inputs = { utils.url = "github:numtide/flake-utils"; naersk.url = "github:nmattia/naersk"; fenix.url = "github:nix-community/fenix"; }; outputs =...

I am also getting this error. On NixOS as well...

I have no idea how rust-analyzer works, but one thing that might be an easy bodge is to make a list of all the unused import spans returned by rustc,...

If anyone still wants to add this feature to rustyline, I've made a cleanroom implementation that could be used as a reference. https://github.com/zyansheep/rustyline-async

I wonder where one would even start implementing an abstraction layer... The desktop rendering backend uses Vulkan so could that be copied? I guess the hard part would be dealing...

might also be nice to have a `nix flake update --exclude [input1]` for excluding specific inputs that might not be working at that moment.

Also: Section links i.e. `[some section](#some-section)` should work as well.