Finn Sell

Results 16 issues of Finn Sell

# Summary An working but restrictive *Content-Security-Policy* should either be given clearly in the documentation or (even better) set by the argocd server automatically. # Motivation A [*Content-Security-Policy*](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) is a...

enhancement
good first issue
security
GHC-2022

This is my approach to implementing IPv6 support. It is fairly minimal at the moment and I will try to keep the following checklist up to date on what is...

It would be nice if a user could choose whether they want to use IPv4 or IPv6 on their TUN device.

Since yaml is a superset of json, some people (like me) may wish to expose their API over a yaml based serialization layer. Those people may still wish to document...

Currently it is possible to anonymously create a Poll but not to administrate it in any way after creation if the user is not logged in. The usability for poll...

enhancement

*django-cache-url* and *dj-email-url* recently partially changed their behavior. We should update our tests to reflect the changes. In detail, the following changes have been made: - [*django-cache-url* now uses djangos...

In my opinion, an end-user who uses an application that was built using *django-configurations* should in most cases not see an unwieldy traceback, but instead a nicely formatted error detailing...

In my opinion there should be a way to automatically generate a configuration reference for my Django project when using django-configurations so that I can easily include it in project...

[Sentry Error](https://sentry.mafiasi.de/share/issue/fa411ffe7cdd474d8b0d591dc9ea7388/) ``` NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. ``` This seems to...

bug
frontend

Event-Sourcing is an architecture to synchronize distributed systems based on past actions. The Vuex store is already internally event-sourced since the state is built by folding over all commits. If...

enhancement
frontend
backend