Jon Rouleau
Jon Rouleau
When a tauri app is in fullscreen mode (or otherwise positioned at 0,0) moving the cursor along the top or left edges results in flickering hover state. OS: Linux E.g....
The observable value from a liveQuery() is initially undefined and therefore `undefined` should be included in the type. Otherwise, if we forget to wrap the usage of the observable in...
Rules from [eslint-plugin-tailwindcss](https://www.npmjs.com/package/eslint-plugin-tailwindcss) are not processed for `.svelte` files when using `processor: 'svelte3/svelte3'`. There is a closed issue https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/72 where the developer recommends using `processor: '@angular-eslint/template-parser'` instead, but naturally, that...
Add device inclusion/exclusion filter arguments, e.g.: `bluetooth-autoconnect [-d] --include ,` `bluetooth-autoconnect [-d] --exclude `
Introduced by https://github.com/delucis/astro-embed/pull/102 The play button is now an `` elements that has its `href` attribute removed thereby creating the following issues with Lighthouse scores: ### Links are not crawlable...
### Describe the bug If a component is outroing while a prop value is updated, it never receives the updated value, even if the outro is cancelled. This means the...
Fixes devices not reconnecting after resuming from sleep. See https://github.com/jrouleau/bluetooth-autoconnect/issues/13 and https://github.com/jrouleau/bluetooth-autoconnect/issues/22 `systemd-sleep` scripts are considered 'hacks' and should not be shipped in packages. Use a systemd service instead. See...