Simon Johnston
Simon Johnston
I wouldn't say it has no place, if there was a clear need to support polyglot plugins where anything that can compile to WASM works, it would be an interesting...
Our server uses https and authentication so I found the tcpdump less than helpful. Interestingly, if you use http://cr.company.com/ you get a 302 redirect to https://cr.company.com/. You must use authentication,...
Thanks for the pull request, this is a great enhancement, it wasn't necessary for what I needed at the time I wrote it but it definitely helps a lot! Also,...
Have added the flag `allow_display_name` to the `Option` structure in 7b30e9c. Will be a part of 0.1.7.
Also, as @blaine-arcjet has referenced in his test cases, the following is valid `foo@localhost`. I have added a builder function to the `Option` type that hopefully makes this clear --...