Adrian Imfeld

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

question

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