lainiwa
lainiwa
I am using a following mpv config layout: ``` ~/.config/mpv/ ├── input.conf └── scripts/ ├── modules.lua
I'm using this snippet for datasource provisioning: ```yml apiVersion: 1 datasources: - name: ClickHouse type: vertamedia-clickhouse-datasource access: proxy basicAuth: true basicAuthUser: admin basicAuthPassword: nimda url: http://click:8443 editable: true ``` Then...
It's been a while since you released 0.0.5. Since then it received a number of important patches (especially 5f8c251). Could you please release a new version of your library? Thus...
Hi! After upgrading to redis-py, the snippet [provided in the example](https://github.com/long2ice/fastapi-cache/blob/36e0812c1988ce45a623c825ef640ea1455c6338/examples/redis/main.py) doesn't correctly work. It fails with the following message: ``` File "/root/.cache/pypoetry/virtualenvs/backend-9TtSrW0h-py3.9/lib/python3.9/site-packages/fastapi/routing.py", line 226, in app raw_response = await...
### Initial Checks - [X] I have searched GitHub for a duplicate issue and I'm sure this is something new - [X] I have searched Google & StackOverflow for a...
Is there any way to create a label based on response in `starlette_exporter`? My use-case is adding a hit-or-miss={hit,miss} label based on the `x-fastapi-cache` header.
Hi! I got an unusual error today: ``` ... INFO[18:23:30] Port-Forward: 127.1.28.46 kafka-cluster-kafka-external-bootstrap.project-staging:9094 to pod kafka-cluster-kafka-0:9094 panic: runtime error: index out of range [116] with length 116 goroutine 494 [running]:...
I use starlette_exporter alonside [asgi-ratelimit](https://github.com/abersheeran/asgi-ratelimit), and it seems starlette_exporter ignores the HTTP 429 responses from that ratelimiting middleware. Not sure about the root cause, but I created a dummy middleware...