Joachim Jablon
Joachim Jablon
**Is your feature request related to a problem? Please describe.** When writing one's config.yml, it can be frustrating not to be able to tell what format Netlify CMS will read/write....
The ticket may be early-stage, but I'd love to start the discussion. As you may or may not know, PyPI API tokens have this very cool property that the bearer...
### Name and Version bitnami/moodle:4 (latest as of 2022/08/02) ### What steps will reproduce the bug? Deploying with docker compose on an ubuntu machine. `docker-compose.yml`: ```yaml version: '2' services: mariadb:...
Related to #653 : we should somehow migrate `peopledoc` references into `workalendar` for ical-related stuff, but this may be a kinda-breaking change. I think this would create duplicate events for...
Looks like Procrastinate was featured on the orange website. Let's browse the answers and see if there is interesting feedback to gather: - Things we can do better - Things...
Closes #521 For now this is just a failing test. We need to decide how to solve the issue. ### Successful PR Checklist: - [x] Tests - [ ] (not...
For some reason, Poetry seems unable to install packages when they don't have a wheel for our system. This happens on macOS (because wheels are scoped for specific macOS versions)...
- [ ] Add windows tests in the CI - [ ] Check that signals work the same way - [ ] Check that envvars work the same way -...
The more I read about it, the more AnyIO seems awesome in that: - I believe it would simplify a few of our constructs - it would make procrastinate compatible...
We have the case where several projects sharing the same DB want to use procrastinate independently. We're going to support namespaces. A nullable `namespace` column will be added to `procrastinate_jobs`....