Vinícius Miguel
Vinícius Miguel
Hey there :wave: Congrats on this project :smiley: This PR proposes `Animation::is_finished` and `Animation::has_frames_remaining`. ## Motivation This allows us to quickly get rid of "one-off" animations, such as an explosion,...
We can get big performance improvements by using a threadpool when decompressing files using stuff like Rayon. [This commit](https://github.com/carmesim/ouch/commit/fe97ff813d2c3a4239f87108ab750b92adb86b59) is an example of how it can be somewhat easily integrable...
These targets were previously in our CI but deactivated in #82, because of problems building Zstd (with the `thin` feature ) for these targets. `thin` needs to be disabled those...
Ref.: https://api.slack.com/methods/im.open
Hey there @m4b @philipc ! First off, congrats on the awesome crate, it's super impressive. This issue is not a bug or a feature request, I'd like to request a...
This PR is still in draft but feel free to review or comment on it Closes #330
I believe there's an interesting use-case for `heapless::Vec` to represent always null-terminated strings for FFI purposes I've done something like this before in [unixstring](https://github.com/vrmiguel/unixstring) so I believe I could make...
Hopefully closes #431 See https://github.com/ouch-org/ouch/issues/431#issuecomment-1575100804 for context
Adds a Python integration script (similar to the one we had in 2021) To-do in this PR: * [ ] add it to CI * [ ] add a test...