Jakob Zahn
Jakob Zahn
**Please review the following checklist.** - [x] Docstrings on all new or modified functions / classes - [x] Updated documentation - [x] Updated CHANGELOG.md (where appropriate) Hey folks! :wave: Thank...
Hi @tpaviot, in #142 the `ResourceInterruptible` and `ResourcePeriodicallyInterruptible` resource constraints have been added and they work well with the existing Task variations: `VariableDurationTask` spans over the interruption intervals whereas for...
Hi @tpaviot, in #141 and #143 I did stuff with interruptible tasks. Now I try to make use of the `work_amount` attribute of `Task` classes, as this would allow me...
Hi! First of all, thank you all for your amazing work and precious time. :heart: When using a semicolon `;` in a parameter expansion, it causes a parsing ERROR, although...
Hey @davidbrochart :wave: I played around with some emojis in `Text` and noticed that insertion is working different than expected: 🐍 test script ```python from pycrdt import Doc, Text ##...
Hey Aymeric, I noticed that by this line https://github.com/python-websockets/websockets/blob/98f236f89529d317628fe8ee3d4d0564e675f68d/src/websockets/asyncio/client.py#L525 the full traceback of the current Exception is included in the log message, which looks confusing to me. Example ``` [2024-09-13...