Stevan Dedovic
Stevan Dedovic
I was able to build and use on MacOS 12 (Monterey) after blowing away the `package-lock.json` file and upgrading `electron-builder` to `"^21.2.0"`.
I am having this issue too. Only the first query string parameter is handled properly, so if I switch the order, `foo.png?width=200&as=webp` vs `foo.png?as=webp&width=720` it will alternate between a 200x200...
> @Fruitsalad, the issue I had was that I was using a task runner that transformed the `&` character into `&`, since you are using Pug, it's possible you have...
Posted in #53 too, The user inside the container, by default, is `steam` with the UID and GUID of `1000`. In my case, I had to ``` chown 1000:1000 /var/game-data/corekeeper...