Daniël van Adrichem

Results 4 issues of Daniël van Adrichem

Looking at ```python def executemany(self, query, param_list, *args, **kwargs): execute_total.labels(alias, vendor).inc(len(param_list)) execute_many_total.labels(alias, vendor).inc(len(param_list)) with query_duration_seconds.labels(**labels).time(), ( ExceptionCounterByType(errors_total, extra_labels=labels) ``` According to PEP-249 [1], `param_list` should be a "sequences or mappings",...

Hi, I've created a subclass of `ContentSecurityPolicyMiddleware` and an accompanying template context processor so I can do: ```html ``` Is there any interest in this? If so I can make...

Hi! I had a use case where I want certain requests to opt out from the concurrent login check. I implemented that by having a middleware add `_allow_concurrent_logins` to the...

**Describe the Issue** I have a docker compose setup as described in `SELF_HOST.md`. I have not configured supabase or authentication. When I hit the crawl status endpoint I see the...

self-host