-
This could use the code or part of it in https://github.com/jezdez/rq2test.
-
**Describe the bug**
If your CSV doesn't include a "page" column, this app surfaces an Internal Server Error. The stacktrace:
```
Traceback (most recent call last):
File "/.../csv_to_qlab/venv…
-
Hi,
I'm currently working on an application which uses flask-security mechanisms.
I was looking to add a second factor authentication to my application and couldn't find a feature inside that can be …
-
Other issues are covering this, but this could be helpful as documentation. Setting as draft until this is turned into an actionable issue. 9/12/24 Ariel Lasry
### Overview
Create remaining scopes…
-
Please have a look at my Stackoverflow question at https://stackoverflow.com/questions/54268271/sqlalchemy-db-session-commit-behaviour. I'll copy paste it here as reference too:
> I'm completely st…
-
comparing any user instance to iteself will return false, which is breaking other extensions like sqlalchemy wtfroms which cannot validate that a user is equal to the user choices.
example code tha…
-
If it is possible, could you please add following vulnerable app in Vulnerable Web Application?
https://github.com/anil-yelken/Vulnerable-Soap-Service
https://github.com/anil-yelken/Vulnerable-Flask…
-
Currently, the Flask web server is used for in the application, but it won't be able to scale very well it will be better if you add support for Gunicorn server
-
**Describe the bug**
The latest flask doesn't work on jinja2-2.11.1. And your application only runs on jinja2-2.11.1.
-
Hello,
I've been trying to deploy cellxgene-gateway using a python WSGI HTTP server like Gunicorn, since Flask only provides a dev server. I am also using nginx as a reverse proxy to forward client …