-
### Summary
Can't we proceed with class-based DI like SpringBoot?
If you don't have one, I think it would be a good idea to add a feature.
### Basic Example
```python
class TestController(Control…
sxngt updated
9 months ago
-
### Description
Poetry: 1.8.2 , 1.8.3
Device: WSL (Ubuntu 22.04.4 LTS)
Python Version: ^3.12
I build my project using docker `docker compose up -d --build`. Then, it showed this error (without…
-
### Description
When using `OpenTelemetryConfig`, during the application launch the logs get spammed with messages like:
```
An instrument with name http.server.duration, type Histogram, unit m…
-
### Description
I discovered that each time a logger is created, a new thread is spawned and never cleaned up.
I create loggers during the execution of API calls, as I want the arguments to pers…
-
I just upgraded from 0.23.8 to 0.24.0 and my tests are now failing with:
```
File ".../venv/lib/python3.10/site-packages/pytest_asyncio/plugin.py", line 35, in
from pytest import (
Import…
-
Sometimes I get an error due to wrong server configuration when trying to run multiple containers with Docker.
In traceback in logs I can not see the real reason of error, but messege bellow.
Please…
-
## Problem/Opportunity Statement
An initial feature of Gantry will be to facilitate the collection of data about Spack CI runs and host an API that returns estimated resource utilization for a futu…
-
### Description
When guards are applied at Controller level , it is blocking the OPTIONS requests and causing error when accessing users on the guards.
```py
File "/workspace/app/.venv/lib/…
-
### Description
I would have expect this code to be ok, however it seems like whe inside the generator I try to access the db the connection has already been released to the pool.
So I'm not sure if…
-
### Description
I am attempting to use the DTO rename_strategy to supply a function that implements a transformation from snake-case into kebab-case. Unfortunately I'm getting this error:
```
T…