Jeff
Jeff
With the release of [tui-rs 0.17.0](https://github.com/fdehau/tui-rs/releases/tag/v0.17.0), crossterm is now the default backend for tui-rs. We might consider migrating to crossterm if there are clear advantages. Research and feedback would be...
Preview of folder should be removed from memory after a deletion.
This is for tracking which websites the -T flag currently supports ## Currently Supported - yande.re - danbooru.donmai.us - e-shuushuu.net - gelbooru.com - konachan.com - chan.sankakucomplex.com - zerochan.net ## Not...
Not sure if this is the intended behavior but if one display is turned off via dpms (ie. a laptop screen) grim errors out with (in this case `eDP-1`): ```...
A move should be instantaneous when files/folders are on the same filesystem. But instead, a full copy/remove is done when doing `move_*` Not sure if this is within the scope...
Just wanted to clear up if this project is GPL-3, BSD, mixed, etc? Because it seems to contain BSD code From here: https://github.com/gentoo/gentoo/pull/22416#discussion_r717251190
``` thread '' panicked at 'range end index 4096 out of range for slice of length 2048', /home/kamiyaa/.cargo/registry/src/github.com-1ecc6299db9ec823/cpal-0.13.4/src/host/jack/stream.rs:274:18 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace fatal runtime...
https://github.com/RustAudio/rodio/blob/master/src/decoder/symphonia.rs#L136 Just wanted to create an issue tracking this. Am also curious if there is any active work on this? Thank you!
This is an issue to track progress on making joshuto more network friendly. Currently, joshuto does many calls to filesystem to get file data. This can probably be reduce to...
Thinking of taking advantage of async/await and green threads to potentially make `joshuto` more lightweight. Would love to hear some feedback on this. Not entirely sure if it will help...