Joel Grafström
Joel Grafström
Hi! Really like this project! But please consider strong naming Mapsui so that other projects that are strong named can use it. Microsoft also recommends it for open source projects....
**Describe the bug** On Windows Server 2022 I can not start three (or more) containers with published ports, if using two (or more) NAT networks. It works perfectly in Windows...
A small sanitizing change. In Python 3.3 os.replace was added because os.rename behaves differently on different platforms. This PR changes uploader.py to use os.replace instead of os.rename. The intention of...