Jon Heinritz

Results 79 comments of Jon Heinritz

@timvisee I manually edited edited the `prs.bash` file to get autocompletion for secrets too, by using `prs list --list` Though I'm not sure how practical it would be to automatically...

@gnomon-'s solution worked really well for me, though I switch from the `rubberband=tempo=` to `atempo=1.75` filter, which seems to yield better audio quality for me. Also `audio_output` has a field...

This PR should solve that: #13 Though it might still take a bit until it is accepted. (The maintainer is pretty busy currently.)

> Build a nvim plugin that automatically downloads the binary, builds the colorscheme from a configured file and loads the colorscheme. For whom is interested, I implemented this in the...

Publishing to Crates.io would also have the upside that the docs would be easily available on docs.rs. Though for that reason it might be good to just publish all the...

> I am having trouble logging into Github to initialize flavours. I log in via a ssh connection, which is correctly set up (see first command). Technically you don't have...

I tried to recreate this and get the same compile error when using the nightly build provided by `rustup` (`rustc 1.73.0-nightly (474709a9a 2023-08-03)`), while compiling fine on the latest stable...

1.71 is definitely stable. 1.71.1 is too, but is a patch version that was published because of security concerns that couldn't wait the normal six week development cycle. (See [this](https://blog.rust-lang.org/2023/08/03/cve-2023-38497.html)...

No worries. I agree that updating dependencies is definitely a good idea, but I don't really worry about not doing it will break something in the future. Rust's stability guaranties...