16 Nov 2023 |
jangrewe (Jan Grewe) | okay, "autoping=False, heartbeat=5, receive_timeout=6" and handling PONG messages, a disconnect at least throws an error, so that's something.
with "autoping=True, heartbeat=5, receive_timeout=6" does nothing, though | 15:50:51 |
jangrewe (Jan Grewe) | it's like once autoping is True, aiohttp handles the messages, but there's no way to act on it - and it itself also does nothing | 15:51:55 |
jangrewe (Jan Grewe) | i've settled on heartbeat=5, timeout=6, receive_timeout=6 and then catch the TimeoutErrror exception, that works well enough. | 16:54:15 |
19 Nov 2023 |
@webknjaz 🇺🇦 #StandWithUkraine | https://stand-with-ukraine.pp.ua | #russiaIsANaziState | Segfaults? Is there an issue describing that? | 01:45:45 |
h-vetinari | There's no issue AFAIK, probably because there already was a PR at the time the segfault started surfacing more prominently | 04:56:14 |
22 Nov 2023 |
| JacobCoffee joined the room. | 18:49:18 |
JacobCoffee | Is there a roadmap on the 1.5.0 stable release (mainly for SQLA 2.0)? | 18:55:15 |
| JacobCoffee changed their display name from JacobCoffee (Jacob Coffee) to JacobCoffee. | 18:55:36 |
| JacobCoffee changed their profile picture. | 18:55:56 |
agronholm (Alex Grönholm) | In reply to @jacobcoffee-605511666da0373984715846:gitter.im Is there a roadmap on the 1.5.0 stable release (mainly for SQLA 2.0)? v1.5.0 of what project? | 21:38:14 |
27 Nov 2023 |
| @emersonveenstra-5589b9a215522ed4b3e28828:gitter.im left the room. | 17:42:32 |
28 Nov 2023 |
@webknjaz 🇺🇦 #StandWithUkraine | https://stand-with-ukraine.pp.ua | #russiaIsANaziState | I released yarl recently, with packaging and maintenance updates. I'll be switching my attention to multidict more soon. | 03:34:50 |
JacobCoffee | In reply to @agronholm-58ef83f0d73408ce4f5824c3:gitter.im v1.5.0 of what project? ahh sorry, I didn't read close enough :)
aiopg
| 15:14:11 |
agronholm (Alex Grönholm) | I think asyncpg is the one you really want to use | 15:21:19 |
William Barnhart | Hey Alex, cheers for the ongoing progress with APScheduler v4 🙂 | 15:57:42 |
William Barnhart | I should've chimed in on this weeks ago, but I'm currently in the process of getting PyPi access from the original maintainer of kafka-python. I understand aiokafka has moved away from using kafka-python as a dependency. If I manage to decouple kafka-python as an inidividual project/org with regular releases, would there be interest in using its message protocol definitions again? The reason I'm asking is because I'm trying to evaluate if it's worth adding formal support for Kafka Protocol v3.0.0 in kafka-python, despite the majority of the community AFAIK moving to use confluent-kafka or aiokafka for their Python projects. | 15:59:48 |
William Barnhart | Redacted or Malformed Event | 16:00:41 |
William Barnhart | * Long story short, there's been internal discussion on invoking PEP 541 because of the maintainer's inactivity but we're currently trying to act in good faith and reach out a few more times before taking further action. | 16:00:48 |
agronholm (Alex Grönholm) | If you do upgrade the protocol support, it'd be nice to see a sans-io protocol implementation | 16:26:50 |
William Barnhart | TIL about sans-IO. This is analogous to what I was envisioning for the future of kafka-python | 16:28:50 |
agronholm (Alex Grönholm) | 👍️ | 16:36:02 |
@webknjaz 🇺🇦 #StandWithUkraine | https://stand-with-ukraine.pp.ua | #russiaIsANaziState | In reply to @justintarthur-5a8768c4d73408ce4f8d7d8b:gitter.im Thanks! Is there a place where 3.9 is being discussed/decided? GitHub, usually. | 17:51:51 |
agronholm (Alex Grönholm) | if you want ideas, here is one project I could think of as a potential reference: https://github.com/agronholm/smtpproto/ | 23:06:32 |
1 Dec 2023 |
| bdraco joined the room. | 02:26:57 |
| bdraco set a profile picture. | 02:27:59 |
2 Dec 2023 |
| rijenkii joined the room. | 16:55:00 |
rijenkii | Hi! I've opened a PR for aiorwlock to lazily evaluate the event loop, instead of requiring it to be there at the moment of creation of the lock:
https://github.com/aio-libs/aiorwlock/pull/364
Would appreciate a review and/or some feedback. | 16:57:30 |
@webknjaz 🇺🇦 #StandWithUkraine | https://stand-with-ukraine.pp.ua | #russiaIsANaziState | You'll probably have to reach out to @jettify — he maintains it lazily. | 20:11:13 |
4 Dec 2023 |
rijenkii | jettify (Nikolay Novik): Someone has approved CI workflow on the PR once, it failed. I have added new unit tests, can you run CI again? | 15:24:13 |
William Barnhart | * I should've chimed in on this weeks ago, but I'm currently in the process of getting PyPi access from the original maintainer of kafka-python. I understand aiokafka has moved away from using kafka-python as a dependency. If I manage to decouple kafka-python as an inidividual project/org with regular releases, would there be interest in using its message protocol definitions again? The reason I'm asking is because I'm trying to evaluate if it's worth adding formal support for Kafka Protocol v3.0.0 in kafka-python, despite the majority of the community AFAIK moving to use confluent-kafka or aiokafka for their Python projects.
Edit: The maintainer with PyPi access just got back to me. We're currently sorting that out. | 17:03:46 |