Doeke de Wolf
Doeke de Wolf
Converting colors fails: ``` convert error: Invalid Parameter - TrueColorMatte ``` Sublime 3083, win10
I'd like to use a feature that @schteppe added 2 years ago: https://github.com/schteppe/cannon.js/issues/249#issuecomment-164848927 Unfortunately it seems these changes have not made it into the current npm version. What happened? Edit:...
This works in browsers and in JSDom, but in Happy-dom it fails: ```javascript import { Window, Event } from 'happy-dom' const window = new Window() const document = window.document document.write(`...
### Vue - Official extension or vue-tsc version 2.0.21 ### VSCode version 1.92.2 ### Vue version 3.4.29 ### TypeScript version 5.4.0 ### System Info ```shell System: OS: Linux 6.8 Ubuntu...
### What problem does this feature solve? It would be nice to see a type error if we make a typo in a class name when using CSS modules. Currently...