Tobias Bengfort
Tobias Bengfort
I did some more reading and this turned out to be much more complicated that I had expected. Maybe this was obvious for everyone but me. But I think it...
Thanks for the responses. I had expected that it would be hard to know when an application quits. But it turns out the data control protocol doesn't make that too...
`@pytest.mark.django_db` cannot be used for fixtures, so it does not apply here. The only way to declare that a fixture requires a database is the `db` fixture, and that does...
I notice you used an unordered list `` while both the ticket and ATAG call for an ordered list ``. Was that an intentional change?
> I also have plans to add a new kind that is generic and will work with any app kind that sets a bit of metadata on the cgroup and...
Can you point me to any discussions why people want to get rid of xdg-dbus-proxy and what could be used instead? I am a bit hesitant about bringing this up...
Instead of having a different set of workspaces for each output, we could just allow to display a different workspace on each output. This would provide much of the benefits...
I believe this issue is not in this plugin, but in dokuwiki itself: The setting [`auth_security_timeout`](https://www.dokuwiki.org/config:auth_security_timeout) is used to recheck credentials after some amount of time. This allows to log...
> So it would be helpful if you folks could describe your actual setup in more detail. I use a OIDC compliant authorization server that does not issue refresh tokens....
[browser support](https://caniuse.com/?search=parseCreationOptionsFromJSON) is still below 70%, with Safari having no support at all.