sigurdo

Results 5 comments of sigurdo

You can also start systemd automatically through Windows Task Scheduler. First of all, install a systemctl bottle. My setup is based on [subsystemctl](https://github.com/sorah/subsystemctl). Simply press "Create basic task" and follow...

My current solution is to not use Docker Desktop for Windows, but rather natively install docker and docker-compose in Arch WSL. This is a little hassle, since you will have...

On ubuntu, I just fixed this with `sudo apt install libncurses5` as proposed in https://stackoverflow.com/questions/48674104/clang-error-while-loading-shared-libraries-libtinfo-so-5-cannot-open-shared-o Seems like that is an unspecified requirement.

I would like to use array merging and just finished implementing a solution in [my own fork](https://github.com/sigurdo/config-rs/). Implementing the actual merging wasn't that much of an issue, but to contribute...