CosmicHorror

Results 74 issues of CosmicHorror

It looks like there has been no activity over the past couple of years and there are pending PRs to fix deprecated functions and to update some outstanding dependencies. If...

Is `download_subtitles_for_movie.py` still being used, and if so would you mind someone going through and cleaning the code following the styling format of something like [flake8](https://pypi.org/project/flake8/) and/or [black](https://pypi.org/project/black/) (black and...

This updates `clap` to the v3.1.6 derive API. Do note that this will require an MSRV bump up to 1.54.0 since that's the minimum that any of the `clap` v3...

This PR removes the dependency on `itertools` in favor of slightly more verbose implementations. The two usages of itertools were for ## `izip!()` Which was just swapped for chaining `.zip()`...

Resolves #596 _(pinging @lemmih I'm targeting `version-0.4` in case you want to include this in version 0.4)_ This swaps the CLI arg parsing from `clap` to `pico-args`. Doing so drops...

I see that one of the focuses of version 0.4 is to provide a slimmer dependency tree. Following that, would you be open to switching out `clap` for a more...

Adding in `reserve_exact` and `truncate` would allow the circular queue to be resized. This behavior was brought up in cjbassi/ytop#96 where `circular-queue` would be a good choice: however, resizing would...

enhancement

It was mentioned in #51 that > Also it appears that the --version flag doesn't work: > ```text > $ cargo sweep -V > cargo-sweep.exe-sweep > $ cargo sweep --version...

S-waiting-on-review

Hello, thanks for the great crate! It really helps cut down on boilerplate for common `fs` tasks. I was wondering if you would be open to me adding the builder...

Closes #232 Hello! Obligatory thanks for the great tool, it makes sending directories between computers work like a dream I ended up running #232 which confused me for a bit...