Daniel Henning
Daniel Henning
I am not certainly sure, but it could be possible that the information which has been proposed to be collected can be enough to identify single entities. This might be...
I would also be interested in some similar feature. In my case, I would love to have the shortscuts in Karabiner be disabled if I focused Alacritty or any other...
Just stumbled across the false positives described above using `role="separator"`. For `jsx-a11y/no-noninteractive-element-interactions` the correct behaviour can be configured via its `roles` parameter inside `.eslintrc` (or similar): https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/bb84abc793435a25398160242c5f2870b83b72ca/docs/rules/no-noninteractive-tabindex.md#rule-details If changing the...
Looking a bit into the issue with `jsx-a11y/role-supports-aria-props` and its code, I found out that was not directly an issue by this rule, but by the dependency `aria-query` which does...
There is already a PR being worked on which will update `aria-query`: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/pull/814
Can you provide more information about this? - What Browser (and version) are you using? (looks like Chrome) - What OS (and version) are you using?
@devalevenkatesh Any news on this yet?
Sure, here is my config file (cleaned up, i.e. removed all the default commentary from it): ```yaml window: padding: x: 16 y: 24 startup_mode: Maximized decorations_theme_variant: Dark font: normal: family:...
This is how my window looks:  Using `WAYLAND_DEBUG=1` does not spam output. I also used [this "trick"](https://medium.com/@bugaevc/how-to-easily-determine-if-an-app-runs-on-xwayland-or-on-wayland-natively-8191b506ab9a) to check if alacritty is running on xwayland and indeed it seems...