Paul Ganssle
Paul Ganssle
I think we'll just go ahead with a modified form of the existing plan. #1130 still needs to be merged, and the only part that still needs to be finished...
By the way, #1130 is really not that hard for a motivated individual to finish, I just have approximately 0 time for any of this stuff. I've said there's no...
FWIW, as the originator of this PR and as someone who has lately been _terrible_ about my OSS backlog, I am not bothered by the fact that Grant hasn't merged...
Also, as an aside, this is also probably no longer the best way to do things. The conservative way to modernize the project would be to migrate from `setup.py` to...
@KodrAus Yes, I took effectively the same approach `lazy_static` does, implementing `Deref` on a "dummy struct", but locking around the assignment rather than the execution of the block that returns...
Is this still an active item? The documentation seems to indicate that `DEADLINE` and `SCHEDULED` is not implemented, but the syntax highlighting seems to work for it, and `caL` seems...
@MorganHaworth I am not sure there's much that can be done about that, because the whole point of "RectangularStrategy" is "find me an arrangement of plots where each row has...
I don't often require 100% branch coverage, so I don't know that I have a strong opinion on this, but one point in favor of the "this is not useful"...
@Ev2geny is correct, this is a bug in `isoparse`, we can port the logic from CPython (I wrote it, so there shouldn't be any licensing concerns): [Python implementation](https://github.com/python/cpython/blob/ef25febcf2ede92a03c5ea00a13e167e0b5cb274/Lib/datetime.py#L462-L491), [C implementaton](https://github.com/python/cpython/blob/ef25febcf2ede92a03c5ea00a13e167e0b5cb274/Modules/_datetimemodule.c#L392-L422),...
One reason you are having trouble doing this is that it sounds like a bit of an [XY Problem](https://en.wikipedia.org/wiki/XY_problem). You shouldn't need to know what kind of time zone object...