Antonin Peronnet

Results 30 comments of Antonin Peronnet

@nagisa How do you extract `allCrates` from the file generated by crate2nix ? When I try to use cargo and rustup from a nix-shell on a non nix-os system, I...

If someone know what I can do to create a nix expression for an environment where I can build a [https://rustwasm.github.io/docs/wasm-pack/](wasm-pack) project, it would be really nice !

That project really seems amazing ! What you could also do is colaborate with the guys from [neuron](https://github.com/oberblastmeister/neuron.nvim), or at least seeing what ideas they have. It would be a...

Yeah I totally understand it's hard to crate a unified experience from fragmented software. What we need is a way of storing .norg files names that is not dependant on...

The point of using a user-wide list of workspaces is that you can create an helper function that creates one automatically (and I think the database had kind of the...

And for efficiency, you could `ls` every path monted in this global file at startup and create a [trie](https://en.m.wikipedia.org/wiki/Trie#:~:text=In%20computer%20science%2C%20a%20trie,key%2C%20but%20by%20individual%20characters.) data-structure with it. I think listing directories can be done in...

I think it would be really cool to be able to export ncurses functions, and have zellij implement them. Imagine the number of terminal apps zellij could easilly package with...

for curiosity, here are all the functions that ncurses export (libncurses.so): https://pastebin.com/997GpNNU But a mot of programs use a very small part of them. For example: https://github.com/6112/cursesjs

I was surprised the latest image was with armv7, since the raspberrypi4 is a armv8 chip. Will that evolve ?

I just discovered [vim-startify](https://github.com/mhinz/vim-startify) It is almost exactly what I wanted, I don't know if there is still intrest for that ...