-
- [ ] Remove patch #73 when otel auto-instrumentation supports flask3
- [x] The app should export traces using automatic instrumentation (#71 #69)
- [x] Update apm collector version (#71)
- [x] Re…
-
ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for services.flask0: 'runtime'
Unsupported config option for services.flask1: 'runtime'
Unsupported conf…
-
Hi,
in new Flask 3.0.0 authors decided to remove deprecated method _request_ctx_stack.
Unfortunately your flask-mysql use them what cause exception during booting.
-
Hello, as the title says the latest version of the library is not on pypi and cannot be installed with pip. The latest version on there has a bug in `gmapjs.html` (on line 41 a comma is missing).
I w…
-
Hi,
I am using docker image ``` gcr.io/cadvisor/cadvisor:v0.39.0``` with the following docker-compose service on **macOS BigSur 11.2.3**. I have included output from ```docker version``` and ```do…
-
### Describe the bug
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
Linux unikraft 5.15.0-105-generic #115-Ubuntu SMP Mon Apr 15 09:52:04 UT…
-
Simply create a minimal flask3.0 app as follow and execute it, it will fail instantly on importing `from flask import Flask`:
```python
from flask import Flask
app = Flask(__name__)
@app.route…
-
pypi: latest release [0.3.0](https://pypi.org/project/flask-jwt-oidc/#history) from **2021-02-17**
github: latest release [0.3.0](https://github.com/thorwolpert/flask-jwt-oidc/releases/tag/0.3.0) fro…
-
### Describe the bug
When using kraftkit I sometimes get the " unpacking the image: writing file: unexpected EOF" error.
### Steps to reproduce
To achieve this error I used the "kraft run" command …
-
This project is alive?
Whts about flask3.0.0 support?