HTTPS through GitHub and Let's Encrypt!
30 May 2018GitHub recently announced HTTPS support for custom domains. After having some issues with getting it enabled, it is working now. Thank you GitHub and Let’s Encrypt!
Read more…GitHub recently announced HTTPS support for custom domains. After having some issues with getting it enabled, it is working now. Thank you GitHub and Let’s Encrypt!
Read more…In order to implement Bonjour in Swift (for use on Linux), I needed a way to marshall / unmarshall DNS queries. I have written the DNS library to do this. However sometimes the code would crash the whole application if the input was either incorrect or unsupported. I’d written the library mostly focused on the success path, not taking into account the possibilities of error. This meant that my Swift code was riddled with forced unwrapping of Optional
s and precondition
that would segfault whenever the input didn’t match expectations.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.