Nelson Chen
Nelson Chen
I'm trying to load a variant of this API: https://github.com/Telecominfraproject/wlan-cloud-services/blob/master/portal-services/src/main/resources/portal-services-openapi.yaml I think I got @s0l4r beat at 11k. And the example is public, so hopefully that helps. If I use...
FWIW, Postman loads it fine, abet really not fast as usual. It doesn't choke on it, die, or brick.
Is there a list of unresolved issues with that attempt?
🤷♂️ I guess a big one is that the build tools are kinda launched in a forked process on that branch and don't specify `--wait`, causing a premature killing of...
My branch works, I can do that nifty "Compile your app inside the Docker container" but with Windows thing with the whole `--rm` thing at the bottom of the README...
By the way, if anyone is developing this on Windows 10 and not Windows Server: If you're on 10 and 1809, replace the `docker.exe` and `dockerd.exe` executables from the latest...
I've decided to drop nanoserver from my efforts. It'll probably be great for those multi-stage builds where someone compiles something with Rust from the bigger windowsservercore-based images and copies it...
Oh! I didn't see that.
There are some straggling issues left I guess. * The MSVC variant probably can't be redistributed. IANAL. [Technically you need to have a license to Visual Studio to use the...
The GNU variant was predictably crazy easy to implement and definitely not encumbered.