Firepup650
Firepup650
Issue was caused by the x and z centers being set too high, maybe add a limit?
Works on my server just fine
> It looks like you are running it on an android device I think that that's the problem. Try running it on a PC with Linux or Windows installed. This...
[This topic](https://meta.discourse.org/t/weird-bug-with-discourse-assign/276109) preempted this PR.
> it just puts a empty line between the error message and the text in console It also does this in the chat, which looks really odd.
Once done, #60 should fix this. (At least, the blank lines issue, I'm not sure where the "0;" thing comes from)
Ran this: ```bash git pull && pnpm install && pnpm clean:cache && pnpm build:chrome ``` (`clear:cache` didn't exist, so I used `pnpm`'s recommendation of `clean:cache`) Removed and re-added the extension...
Manually trying to follow that file path reveals that `public/vs` is a file in the non-zip, but a proper folder in the zip file. The file the extension calls is...
On Windows 10, though I built the extension with WSL (Ubuntu).
After reviewing [this SuperUser post](https://superuser.com/questions/1695779/symlinks-made-in-the-linux-side-of-wsl2-do-not-appear-in-the-windows-side-under), it appears that while WSL does, Windows can't access symlinks that WSL makes.