-
### Bug description
Hi
I want to upgrade Superset 4.0.2 to 4.1.1 version using Helm.
helm upgrade --install superset superset/superset -f values.yaml
I got issue with psycopg2. Help, please.
### …
-
**Describe the bug**
Not sure yet what caused the crash/disconnect, but once this error hits, the connection to the database is dead/needs a rollback. All other calls fail (since they invariably requ…
-
Hello,
#### aim : use nginx_pypi_cache as a central cache for pip cache in container builds
#### error : while running the container as described below and testing I am getting error
build …
-
Given the issues with latency and server timeouts now due to some blocking aspects of the Selenium functions in the Flask API routes, switching from Flask to FastAPI should help reduce latency and mai…
-
In any web application, especially APIs, it’s essential to manage the rate at which clients can make requests to prevent abuse, ensure fair usage, and protect server resources. Without a rate limiting…
-
I have been trying to get your sensor data monitoring program to run but have run into a road block. The app script wont run as a service. The path is correct and the script has be set to be executa…
-
I have been unable to get clnrest to work with the binaries I downloaded for Ubuntu: clightning-v24.08.2-Ubuntu-24.04.tar.xz
Every time I add the following to the lighting config file:
clnrest-port…
-
---
## Tasks
1. **Set Up Testing Framework:**
- Install and configure `pytest` and `pytest-flask` for testing the application.
2. **Write Unit Tests for Routes:**
- Test each endpoint f…
-
Even after installing requirements/dev.txt, you get these errors:
ERROR flask_admin/tests/peeweemodel - ModuleNotFoundError: No module named 'peewee'
ERROR flask_admin/tests/pymongo - ModuleNotFou…
-
I want to use flask-openapi3 in our large and old project based on flask. But it's difficult to migrate the whole project from flask to flask-openapi3.
What can I do?