Joachim Jablon

Results 79 issues of Joachim Jablon
trafficstars

### a detailed description of the bug or problem you are having (I've done my best to try and see if this is a duplicate and I'm sorry if it...

### Description I am the maintainer of a package, [procrastinate](https://github.com/procrastinate-org/procrastinate/). Procrastinate is compatible with py3.8+ This package provides an optional Sphinx extension, so the package has sphinx as an extra...

kind/bug
status/triage

Closes #1137 ### Successful PR Checklist: - [ ] Tests - [x] (not applicable?) - [x] Documentation - [ ] (not applicable?) #### PR label(s): - [ ] https://github.com/procrastinate-org/procrastinate/labels/PR%20type%3A%20breaking%20%F0%9F%92%A5 -...

PR type: documentation 📚

Relates to #1131 and #1114 (and a few others) I was thinking about whether we were doing breaking changes in #1114 and you mentionned it in #1131 so maybe it's...

Closes #1189 > [!WARNING] > the word "mess" is is solely directed at the mess **I** created trhough unclear rules and overly complex processes, the work done so far by...

PR type: breaking 💥

According to [our own doc](https://procrastinate.readthedocs.io/en/stable/howto/production/migrations.html), migrations named with version X are the migrations you can apply once you run on version X. According to our doc, people on v2.13 wishing...

Thanks for the project [!NOTE] > The behavior is the same if there's no file/folder ambiguity. If I only upload a single file, I get the same result: if I...

> The coverage package mismatch - coverage pkg I used to generate the `.coverage` file was different from the one used in the action (minor version was different). _Originally posted...

Fixes #748 In `cached_async_http_client` we cache the http client (...duh) and its transport. The transport keeps a pointer to the current event loop through: ```python transport._pool._connections[0]._connection._network_stream._stream.transport_stream._transport._loop ``` and will try...