Wes
Wes
LMAO.
Same here. I also had [this issue](https://github.com/timolins/hyperlayout/issues/12) beforehand.
> The issue can be fixed by editing index.js:162 > From `const config = JSON.parse(testedData[1])` to `const config = JSON.parse(testedData[1].substring(0, testedData[1].lastIndexOf('}') + 1));` Tried this, ended up crashing my terminal....
This is still an issue. Looks to be because `include_prefix` is only respected when `truncated` is truthy.
For those still having this issue, here is a temporary fix: Type `stopsound` in console and then re-press your voice transmit keybind.
Same issue here. Linux info: `Ubuntu 20.04 LTS` MySQL version: `mysql Ver 8.0.26-0ubuntu0.20.04.2 for Linux on x86_64 ((Ubuntu))` Mono version: `Mono JIT compiler version 6.8.0.105 (Debian 6.8.0.105+dfsg-2 Wed Feb 26...
I managed to make all the missing texture errors disappear by extracting the BSP materials and linking the "Assets Path" setting, but I still don't have a single texture on...
Just had the same crash.
As @GautierT said, running `npm install -g create-react-app` fixed the problem for me, despite the command notifying you to uninstall `create-react-app` globally.
> budsta95 As specified in my ticket, I've ran in multiple environments and with multiple methods, with the same result. - Locally (WSL) - Running typescript directly with `tsc` -...