Joachim Jablon

Results 79 issues of Joachim Jablon
trafficstars

> I have a CRUD app with very frequent updates to a resource (within seconds). And I want to send an email 15 minutes after the *last* edit. > >...

Issue contains: Some SQL 🐘
Issue contains: Exploration & Design decisions 🧩
Issue contains: Some Python 🐍
Issue appropriate for: Occasional contributors 😉
Issue needs: more discussion 💬

Because of https://github.com/djrobstep/schemainspect/issues/91, it's about to be more and more annoying to continue using migra. https://github.com/stripe/pg-schema-diff does the same, as a go executable, so it's not ideal but it might...

Issue appropriate for: newcomers 🤩
Issue contains: Some Python 🐍

ReadTheDocs is not supporting merge queues: https://github.com/readthedocs/readthedocs.org/issues/10021 We could make ReadTheDocs not required on PRs or not use ReadTheDocs to build the docs on PRs (either build and not serve...

Issue status: Blocked ⛔️
Issue contains: Some GitHub Actions 🐙

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

PR type: miscellaneous 👾

Following discussion from Discord starting [here](https://discord.com/channels/1197292025725329549/1197292027298201693/1296363339848617985) and below, it seems we could vastly improve the performance of `procrastinate_fetch_job`. The following [query plan was posted](https://explain.dalibo.com/plan/743fh824eh7ge731).

Hello, I'm willing to make a PR that lets people customize the social card. Here is how I'd like to do it: - use Sphinx's event system (expecially [`emit_firstresult`](https://www.sphinx-doc.org/en/master/extdev/appapi.html#sphinx.application.Sphinx.emit_firstresult)) to...

Closes #145 So... I ended up involuntarily refactoring a large part of social card, here's what happened: - First, I needed to differentiate the parameters that are here to give...

**Describe the bug** 1.1.405 flags the code below code as faulty. **Code or Screenshots** ```python async def func() -> None: ... class MyClass: async def my_func(self) -> None: for _...

bug
regression

In #8456, we mentioned a lot of ways TOTP could be made more secure: - We could send an email notification every time the 2FA (TOTP or not) is wrong...

feature request
needs discussion
security
2FA