Alex Clark
Alex Clark
@IvanMathy Perhaps a library such as this: https://github.com/beautify-web/js-beautify There is a node version of the library - I believe Boop can use converted node libs?
Hi, I've discovered what's wrong: In my tests I like to include the path of the test file so that I can easily jump to it from the test output....
Once I'd got the tests working, I found a separate thing. Any code that referenced a path to a file (even using `resolve` from `node:path`) was failing because the file...
Same here. The command it's trying to run is `C:\foo\node_modules\@nodegui\nodegui\miniqt\6.6.0\msvc2019_64\bin\windeployqt.exe --verbose=2 --release --no-translations --compiler-runtime --dir=C:\foo\deploy\win32\build\bar` with output ``` Running: qtpaths -query Trying to read translation catalogs from "C:/foo/node_modules/@nodegui/nodegui/miniqt/6.6.0/msvc2019_64/translations/catalogs.json". Warning: Translations...