Carl Kittelberger

Results 70 comments of Carl Kittelberger

@Tanza3D it is pretty much common practice to provide a package.json with all the commands and dependencies (exact versions!) included in it so a Node.js dev can just run the...

I can confirm that this is an issue existing on the latest commit via cross-compile from Linux to Windows as well. With `v0.0.0-20230906093706-8b037fe6a7bd` it compiles just fine.

@bluszcz The `core` subpackage seems to be broken in your fork but there's also no issue tracker to report it, so I'm mentioning it here. ``` imports github.com/bluszcz/cutego/core: C++ source...

It seems the installation of the Wine Debian repository key you have cached in Docker is not matching the key that the repository uses. I did not check whether they...

The user interaction has been reduced to non-existence when working ideally. There is still a GUI server to observe the logs as I did not find out yet how to...

Sorry for the late reply but I'll get to documenting the image properly during the weekend. I was working on setting up the Docker image so it can actually be...

Seems like there is no such thing as "local secrets" so we shall use the new built-in to BuildKit `--mount` functionality instead.

As a note, this would have prevented our issue with the transition mentioned in #8. We should get this working as soon as we gain access back... argh.

Will start working on it during the weekend.