lainiwa

Results 7 issues of 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...

bug
needs-triage

### 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...

bug V1
unconfirmed

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.