Sean
Sean
Given the following config: ```txt - keyboards: [ "AT Translated Set 2 keyboard", "SONiX USB Keyboard" ] keymap: capslock: esc rightalt: reserved layers: - modifiers: ['capslock'] keymap: j: down k:...
Since `preload` files still don't seem to work in Firefox, `noscript`-tags must be removed to make Firefox download css files. See [this SO-link](https://stackoverflow.com/questions/45321043/preload-css-file-not-supported-on-firefox-and-safari-mac "SO-link") for the `preload`-issue, [this SO-link](https://stackoverflow.com/questions/218162/embedding-extra-styles-with-noscript "SO-link")...
It looks like stylesheets are not loaded in Firefox, neither in the Browser version nor the mobile (Android) version. A little digging led me to this [stackoverflow post](https://stackoverflow.com/questions/218162/embedding-extra-styles-with-noscript "SO-post"), which...
### Type Spelling or Grammar --- ### Changes Deleted duplicate Joplin entry --- ### Supporting Material Not applicable --- ### Affiliation None. --- ### Checklist - [x] I have read...
### Description of the bug When self-hosting crab.fit following the self hosting instructions, the sharing link always refers to `crab.fit` as the `TLD`. This seems rooted [`here`](https://github.com/GRA0007/crab.fit/blob/7ff1d54a110ea94efc4bd7ec4f5f712bcdf6671e/frontend/src/app/%5Bid%5D/page.tsx#L52). I tried a...
**Idea** - Switch to `svelte` #2202
When *seeking* in a video while the video is playing, many players trigger three events consecutively: `pause`, `seek`, & then `play`. The user is not aware of this and probably...
Users should see a warning messages on untested websites. We've had users that were not aware that their streaming sites may not be supported (for instance due to nested `iFrames').
When somebody first joins a party, they should automatically sync to the group state. This may require an additional server command (something like `requestState`) that either 1) randomly requests the...
We use [`vue-remote-devtools`](https://github.com/vuejs/vue-devtools/blob/dev/packages/shell-electron/README.md) to connect the `iFrame-vue-app` to the devtools. When running `npm run stage devtools` or `npm run dev devtools`, the `vue-remote-devtools` get loaded as an electron application that...