Alexander Keliris
Alexander Keliris
Would be nice if we could somehow `race` the webserver vs `read_line` 🤔
Sorry about the clippy errors. I've fixed them in #697. If you can rebase master, you should be good. I'll have a look at your changes as soon as I...
Good idea 👍
@artorias111 be my guest
It would be awesome to get the album art rendered in the terminal. I've actually looked into this before but couldn't figure it out. There is an open question in...
Glad to hear you like it! I'd like to learn how to make Rigel use treesitter.
My use-case is that I mostly use [cargo binstall](https://github.com/cargo-bins/cargo-binstall) these days to avoid building from source or manually installing binaries. But totally understand if it's not a priority for this...
Yes, github actions will be free for this project. If you want to try this yourself, I recommend using [cargo-dist](https://github.com/axodotdev/cargo-dist), which massively streamlines all the steps of providing prebuilt binaries...
Hmmm... sounds like some strange arithmetic is occuring with pagination. Pagination needs a major overhaul anyway, I'll look into this too.
Thanks for the responses! @fulmicoton your suggested workaround sounds good for my usecase. Is your `IndexReader` workaround already implemented? Or is that something that would still need to be worked...