K Lange

Results 116 comments of K Lange

There are few steps that need to be taken to support uninstallation. First off, I think we really need to get back to the dedicated package format from 1.2.x. We're...

> process_begin: CreateProcess Are you on Windows?

I do not support building under Windows, but will give an explanation of why this doesn't work here. **I recommend setting up a WSL2 instance and running the Docker command...

A suggestion from StackOverflow is to add a leading `/` to that bind mount argument, something like `-v "/${PWD}:/root/misaka"` might work (or type out the full path), but may run...

Please try the complete instructions in the README from within the WSL2 instance with `docker.io` installed, the docker daemon running, and with a user in the `docker` group. If you...

I am not sure what you mean. - Create an Ubuntu installation for WSL2. - In that installation, install Docker with `sudo apt install docker.io` - Start the Docker daemon...

@saksham1345 Have you been able to complete a build under WSL? As I was able to do so reliably, I would like to close this ticket.

The published SDL package for 2.x references `flip` and some `init_graphics_...` functions, so it will need to be updated.

As per my comment on your pull request, a reasonable quick fix for the common scenario is to require root: ```diff diff --git a/apps/weather-configurator.c b/apps/weather-configurator.c index d5169d8f..77653605 100644 --- a/apps/weather-configurator.c...

There's a few different ways I can go about looking at this ticket. Persistent data in a live environment is a complicated task. To do it effectively and meaningfully would...