Tobias Bengfort
Tobias Bengfort
fixes #51 The idle-notify protocol [recently gained](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/367) a new method get_input_idle_notification() that allows to ignore idle inhibitors. I didn't want to change the behavior of SIGUSR1 to keep backwards compatibility,...
The only way to declare that a fixture requires a database is the `db` fixture. However, since #1186 this will only pull in the default database. As far as I...
Using fullcalendar 5.10.1 I experienced an issue which sounds a lot like #3153 (which was fixed in 2.8.0), so this might be a regression. ### Reduced Test Case I adapted...
The included JavaScript currently just does an `alert` with the raw exception on errors. This is far from ideal usability-wise. There are some common cases where errors can occur: -...
### Description Use empty alt text for breadcrumb divider. ### Motivation & Context Better text alternative for accessibility ### Type of changes - [X] Bug fix (non-breaking change which fixes...
fixes #450, fixes #456, alternative to #472 I noticed that most uses of inline style (which conflict with most Content Security Policies) are unnecessary, because SVG attributes can be used...
### Problem description If there are too many windows, the window switcher is not guaranteed to fit on the screen. This is a bigger issue with the thumbnail style (just...
This is a proof of concept to restrict privileged interfaces. Specifically: - Disable privileged interfaces by default - Allow users to selectively enable interfaces… - globally via `` - for...
See https://www.w3.org/TR/webauthn/#signature-counter > The signature counter is incremented for each successful authenticatorGetAssertion operation by some positive value, and subsequent values are returned to the WebAuthn Relying Party within the authenticator...