Daniel Sockwell
Daniel Sockwell
Are there any other blockers for this PR? I don't want to be a pest, but I'm another Pod6 user who would love to see the format supported. If there...
I've compiled the sections listed above into the table below, which lists those sections `man` already implements and then divides the remainder into higher and lower priorities (in my view,...
Hmmm, please correct me if I'm wrong, but wouldn't that build process still result in the wrong current date most of the time? For example, if someone installs your package...
Here's an idea that I'd appreciate your thoughts on: We could have the date default to querying the crates.io API and getting the `updated_at` value. (See ). We could have...
> I don't think [querying the crates.io API] is feasible because of the amount of dependencies that would require pulling in would be non-trivial. Agreed, that makes perfect sense. `man`...
> This only applies to cargo install, and not OS distributions. Well, it doesn't _just_ apply to `cargo install`—it also applies to packages distributed with a makefile that builds the...
Merged master so that this PR will apply cleanly. I also reverted deleting the `mod.rs` file. I believe this file isn't needed and had deleted it to test, but that's...
Fixed those nits—agreed on both points.
Agreed on both points. I refactored the code and am much happier with how it reads now that the default value is set using an enum instead of with a...
> Nice! Sorry it took me a while to reply. No need to apologize—I thought you replied very promptly so if this was you taking a while to reply, then...