CosmicHorror

Results 124 comments of CosmicHorror

Sorry for the delay, somehow your reaponse slipped by me without a notification. I've got a busy week ahead of me, but should have some time later this week to...

I know I'm a bit late to the party but, I believe from my when I was searching around that this was just a bug in the program used to...

I see that this project is already on the 2021 edition so `clap`'s MSRV requirement shouldn't be an issue

Fixed the merge conflicts from more recent changes

You had me at _more correct_! Thanks for the heads up! The error handling was a little more fiddly, but overall it was pretty easy to switch over to since...

Thanks for pointing that out! It looks like porting the cli work for that should be pretty trivial too, so I'm fine with having either PR merged first

I'm glad it seems like we're on the same page! I wasn't sure if I conveyed my point very clearly > I think, in that context, the user-friendliness of clap...

I thought the difference between `reserve` and `reserve_exact` was that `reserve_exact` would only reserve enough for the additional amount, but I see that that is not the case. I think...

Looks like the CI changes are from some unrelated issue. Also was sifting through the issue tracker and saw that the issue being addressed in this PR was also mentioned...

As for `--time`'s help text I agree that it's strange since an argument is required and I didn't notice any logic regarding some fallback value either (the current approach `.expect()`s...