Joachim Jablon

Results 79 issues of Joachim Jablon
trafficstars

Got a notification to update this extension. Clicked the button on https://extensions.gnome.org . Says "Error", and now the extension seems unloaded. I'm not sure where I can find some relevant...

When defining a storage like this: ```python class ManifestGoogleCloudFilesStorage( storage.HashedFilesMixin, gcloud.GoogleCloudStorage ): pass ``` We would imagine that it plays nicely together. It may be the case, but it may...

This is about the v2 beta testing. From discord, from @paulzakin: ``` error connecting in 'pool-1': connection failed: could not receive data from server: Connection refused error connecting in 'pool-1':...

## Current sitation When the procrastinate worker starts, it will launch n+2 coroutines, n being the concurrency setting. - n coroutines will be "subworkers" that loop while the worker isn't...

Issue contains: Exploration & Design decisions 🤯
Issue contains: Some Python 🐍
Issue type: Refactor 🔄
Issue appropriate for: People up for a challenge 🤨

I find it really useful to use pipx for managing the user-wide python tools, such as vex. Installing vex with pipx is slightly more complex than `pipx install vex`: because...

I have had the time to check the details but I've been using the seeker theme for a while, and just updated it to the last git release. Now the...

J’ouvre une issue pour discuter mais du coup la v3 c’est déja un formulaire en ligne qui fait un pdf côté sans rien envoyer au serveur. La seule chose qu’il...

Related to #9 Added a doc section for listing recipes for tying the version with a pyright version specified elsewhere, added a first recipe for pre-commit. Would have happily added...

Here's my code: ```python class Test: @classmethod def a(cls): """yay""" pass @classmethod async def b(cls): """yay""" pass async def c(self): """yay""" pass def d(self): """yay""" pass ``` My doc: ```rst...