underdogest
underdogest
**Is your feature request related to a problem? Please describe.** Spent 2 hours pinpointing the problem when I just had to reset the CMOS via removing the battery. **Describe the...
The VRage Remote Api uses the HttpListener class from dotnet, which in turn uses http.sys windows kernel driver. The current wine implementation of http.sys is spotty at best, so it...
In entrypoint.sh the line INSTANCE_IP=$(hostname -I | sed "s= ==g") is dumb. If a container has for example the IP "1.1.1.1" and "2.2.2.2", then "hostname -I" returns "1.1.1.1 2.2.2.2" which...