James Thomas Moon

Results 69 comments of James Thomas Moon

@MarcoGorelli would you be willing to submit a PR for the `0.4.x` branch?

> a way to tell if the format string contains more elements than will end up in the result This is a safer approach to creating dates/datetimes so I like...

I really like this PR for the performance benefits. A request for your PRs @pitdicker , are you able to set your PRs to Draft until you feel done with...

I really like this crate @danwilliams ! Here are my recommended "takes" to copy from rubedo to chrono, listed by module. --- ### `rubedo::chrono` constants First, regarding new constants, bringing...

> I'm not aware of any actual applications having this problem, so I guess we can just fix this on our end. @Lorak-mmk it sounds like you had a use...

Wow, nice report here @t-mart ! I recommend providing a PR (assuming @pitdicker @djc are also interested and would like to see a PR first). Pick the option that you...

@djc this PR is not complete. Let me know if you'd consider accepting this and then I'll complete it (add tests for all `strftime` specifiers). Before submitting a fix for...

> I would like to see at least the tests from #807 back on the 0.4.x branch. ... Since it was your work, do you want to make a PR?...

> @jtmoon79 Do you want to create more targeted tests for parts of the code where we have low coverage? Either because of actual issues that point to such or...

> I am somewhat surprised to two DateTimes with different time zones compare equal They are the same instant just in different time zones. It makes intuitive sense to me....