Adrian Imfeld
Adrian Imfeld
I noticed that the `Cache-Control` and `ETag` headers are not included for the first response. It takes a second request to generate and include these headers in the response. From...
When opening the date picker, an inline style `style="overflow: hidden; padding-right: 17px;"` is added to the `` tag. This violates our content security policy and we get errors like this...
I use forms with some prettycheckable elements and some other elements. Tabbing through my form used to work, but now I need to set a tabindex value for every element...
As of fastapi-cache2[redis] version 0.1.9, I get the following error: `AttributeError: __aenter__`. The error happens here: https://github.com/long2ice/fastapi-cache/blob/v0.1.9/fastapi_cache/decorator.py#L53 Version 0.1.8 works fine for me. I'm get the error both with redis...
The FormRow helper used to call the __invoke() function of the FormLabel helper in earlier versions of zend-form (e.g. 2.7.0), but not anymore. I noticed this because we override the...
The [ClickhouseDbParams](https://github.com/VVVi/clickhouse-migrations/blob/main/src/types/cli.d.ts#L15) supports a tls parameter, but there is no way to specify the TLS options via env variables. It would also be important to be able to pass the...
We need to create our DB on cluster with the replicated DB engine like this: `CREATE DATABASE IF NOT EXISTS shared ON CLUSTER default ENGINE = Replicated('/clickhouse/tables/{shard}/shared', '{shard}', '{replica}');` Currently,...