Paul Querna

Results 35 comments of Paul Querna

- For my datasets, I commonly see emails that are in `ISO-8859-2`, but we try to decode them as `us-ascii` first, this fails, and then we have to run `chardet`...

this module does support parsing them fwiw: https://github.com/ScaleFT/sshkeys

Should or could we re-open specific issues that had good context and we're good wish list items, for example: https://github.com/bufbuild/protoc-gen-validate/issues/405

We also would very much like something to improve the status quo for extending well-known types. For example, we are using [ksuid](https://github.com/segmentio/ksuid) instead of UUIDs - currently we can [put...

See also jog: https://github.com/tv42/jog

Similar to how for ListenAndServeTLS to work with Server Name Indication, I think it might be possible to make our own ListenAndServe? See this example Code: https://groups.google.com/d/msg/golang-nuts/rUm2iYTdrU4/PaEBya4dzvoJ

+1, have this same problem. currently we hacked in a patch to copy the host header and XFH from the original request, _not_ from the target url: ``` diff ---...

couldn't get it working in vulcan, so we are still applying the patch to oxy.

How would someone intentionally set it to zero now?