Stevan Dedovic

Results 12 comments of 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...

Ok cool, I'll check it out. What confused me is the following section in the Emmy docs: > Using Emmy with Nextjournal's [Clerk](https://clerk.vision/) gives you the ability to write notebooks...

An update - I was able to generate the template using `deps-new` and then convert it to a Leiningen project, A few caveats: - lein can only target artifacts published...

> I think our published artifacts should work just fine with Lein, yeah? via `[org.mentat/emmy "0.32.0"]`? yeah, that's my understanding as well. The only templates i've written are standalone repos...

+1 to both ideas, this looks awesome @mighdoll. Some of my thoughts: A standard for imports / code splitting with conditional imports is much needed. An important request for WGSL...

The problem for me was permissions on the mounted volume (`-v` flag for docker). The user inside the container, by default, is `steam` with the UID and GUID of `1000`....

Another bug: `lein pom` and dependents, e.g. `jar`, `deploy`, `release` fail without running e.g. as ``` lein modules with-profile inherited deploy ``` when using `managed-dependencies` for resolving versions. using `+inherited`...