Cactys
Cactys
Scrollbars are also one of the things that still need vendor-specific selectors if desired to be customized. It would be great if we could unify those one day.
I would actually like to see this thing being configurable but with a fallback to `_index`. That way it doesn't **have** to be that name and also it won't break...
Experiencing this too. The URL Hash is there and `localStorage` also contains the required values but `authenticator.credential` still yields `null`. Using version `0.3.1` with flutter `1.24.0-10.2.pre`.
This is really frustrating. For now I'm "patching" all of my occurrences of `fetch` with ```js import { fetch } from 'undici' ``` wherever I run requests that might validly...
Other examples would be games running / rendering on the keyboard that take input. This way you could prevent the current active window from getting random inputs (that control that...