Luis Grau Martín Maldonado
Luis Grau Martín Maldonado
Hi everyone, I am trying to extract some data (mass, volume, area, position (of the center of mass) and its orientation, that is the angle that the figure is rotated...
### Bug description According to the guide (https://mybinder.readthedocs.io/en/latest/howto/languages.html#specifying-a-version-of-python) when using the `requirements.txt` file, a second file called `runtime.txt` can be used to specify the python version, but it does not...
The new [Django 5.1](https://docs.djangoproject.com/en/5.1/releases/5.1/#postgresql-connection-pools) version adds [connection pools](https://docs.djangoproject.com/en/5.1/ref/databases/#connection-pool) for postgresql. I noticed a very interesting, and **terrifying, problem.** The number of *requests/second dramatically decreases* up to a point **Django explodes...
Hey guys, great job here. I have been using the plugin for a couple years to create python docstrings. For the last months we have had a Flutter frontend and...
**Describe the bug** Using doubly nested `GetRouterOutlet` causes the second router to.. disappear? I really have no idea what is happening. Repo: https://github.com/LuisGMM/get_bug_example **Reproduction code** app_routes.dart ```dart // Remove analyzer...
**What are you trying to accomplish?** I am using dj-stripe for the payments and works great. However, I would like to use it to manage permissions for endpoints. Anyone doing...
**Describe the bug** A `500` response from the admin panel `admin/djstripe/customer/*/change/` is received when the given customer has multiple subscriptions. I was testing whether a given user can buy multiple...
Hey folks, great work here, thanks a lot! I was wondering if there are any plans to add type hints to the project :D
I tried to look at the code and the docs but I saw no mention of `django`. Currently we use a fully async django with gunicorn and uvicorn workers, however...