Kyle Altendorf

Results 572 comments of Kyle Altendorf

So this trivial change ran ok in my single test usage at https://github.com/Chia-Network/chia-blockchain/runs/6972851503?check_suite_focus=true, but a bunch of tests fail here. I'll keep looking around and trying to get a better...

Some abbreviations are present in the regular `pendulum.timezones` list (in other words, `z`). ``` >>> tuple(tz for tz in pendulum.timezones if '/' not in tz and tz[:2].isupper()) ('CET', 'CST6CDT', 'EET',...

@setiat, I think my comment was that conceptually these time zones aren't really sensible. They are not unique.

I agree that it is accurate for this issue to be in the open state. I don't have authority to make the fix happen and I have lots of other...

If this gets some traction at some point do consider a solution that isn't `asyncio`-only. There's the https://sans-io.readthedocs.io/ style, or https://anyio.readthedocs.io/en/latest/. And probably more.

Despite it's problematic name `asyncio` is not the only asynchronous I/O option and it would be nice if we didn't have to have 3+ copies of every library to cover...

I guess I'll take a stab. Hopefully someone has already implemented this and worked out all the kinks that must certainly exist (and will chime in...). For example, I don't...

I'm making no progress on this at this point `:[` but I guess it should be linked here. https://github.com/python-trio/trio/pull/1873

For linkage, 3.10 testing is being added in #1921 and shows these messages. But, I don't know my way around these bits so someone else should probably decide about SSL...

Is this covered in https://github.com/python-trio/trio/pull/1921?