-
## Problem
There are a few Prisma client extensions that would be useful to us, namely: https://github.com/prisma/extension-read-replicas and https://github.com/dthyresson/prisma-extension-supabase…
-
It would be quite useful and a propos to support Python's well-written `Decimal` type distinctly from floats natively. Lots of CSV files commonly contain financial data exported from other systems, da…
blais updated
1 month ago
-
https://github.com/triton-inference-server/dali_backend/ is awesome for reading and preprocessing images
It would be nice to have a more developed builtin solution for decoding audio/videos.
Cur…
-
Hi,
Its currently possible to give an alternative python path to the script? It would be useful to have multiple python versions from different virtualenvs.
-
Current binaries available from https://anaconda.org/carlkl/mingwpy/files are packed into wheels, which means they require `pip` to be installed. If compiler can be distributed as a plain GCC .zip the…
-
I use the option `--init-missing` of `pybabel update` to avoid redundant `pybabel init` command. However, this option only creates the *.po file, and will fail if the target directory (`[locale]/LC_ME…
-
Type: Bug
While working on a python regex, my queries were filtered by the "Responsible AI Service". My queries were as follows
1. show me some examples of the re.sub() function
2. show me some exam…
-
## Description of the problem, including code/CLI snippet
Bindings for the `/projects/:id/releases/:tag_name/downloads/:filepath` endpoint would be very useful
https://docs.gitlab.com/ee/api/rel…
-
**How would this feature be useful?**
Nox, like all meta Python tools, suffers from the "bootstrap" problem: You have to have Python installed and you have to be able to install Python packages to …
-
I have a question. When using gunicorn + eventlet + Flask app, and setting max_requests = 100 and max_requests_jitter = 80, I found that when the maximum number of requests is reached, the worker proc…