jiaSheng

Results 28 issues of jiaSheng

(apologies, i have not tested this PR, but it shouldn't misbehave) resolves #62

``` Error handling response: TypeError: Cannot read properties of null (reading 'classList') at chrome-extension://aldklnbenbdgfgfbflalmlddkkndgnlc/js/init.js:6:13 ``` that line specifically is: ```js board.classList.add(result.classList); ```

**Describe the bug** Wallpapers with audio visualisers (presumably using `livelyAudioListener`) will stop working after the user switches to an audio device that is different from the device active when Lively...

bug

**Describe the bug** If Lively is set to pause when Applications are fullscreen, & the wallpaper is set to duplicate between multiple screens, only the screen with the active fullscreen...

documentation

When "Size relative to canvas" is checked, zooming in/out will in/decrement the brush size by an incorrect amount — 9 instead of 10. This causes a mismatch of zoom level...

I have a bit of a weird setup, where my main monitor (14", 1440p) is set to 150% scaling, whilst my secondary monitor (24", 1080p) is set to 100%. Milton...

Currently the plugin formats single quotes in html markup into double quotes regardless if `jsxSingeQuote` is set. It would be nice if the plugin would respect the setting & use...

enhancement

[Rendered](https://github.com/Sxxov/rfcs/blob/master/text/0000-spread-binding.md).

### Describe the bug When using conditional assignments (eg. `a ??= b`) inside functions, the output JavaScript will invalidate the assigned variable regardless of whether the conditional for the assignment,...