Florian Rüchel
Florian Rüchel
How do you feel about replacing the MySQL backend with a generic SQLAlchemy? It would remove the need for custom backends (which probably duplicates work done as part of SQLAlchemy)....
I did just realise that the update to 6.4.66 actually pushed out some changes regarding the API. I'm looking at the `/integration-options` endpoint now, trying to implement it in a...
I like the changes made in this PR. I would only change one thing: Make the API for the function with real arguments (`template_id` etc.). This makes the function self-documenting...
I understand that you won't know follow-up dependencies before downloading a package. But looking at a requirements.txt, I would assume you could start a parallel download of all of those...
Understood. You're right, it would make the process non-deterministic, based on random network behaviour. So yeah until that issue is resolved, implementing this would introduce problematic behaviour that you wouldn't...