Thomas Hughes
Thomas Hughes
Yeah, same. It would be nice to have something in the docs as a manual workaround, so we can generate `~/.gist-vim` and put `token 923749028374098273490827` in there.
Hi! Thanks for raising this concern! As you mentioned, the v1.5.1 tag ( 5ab747e14a04b461a3836583405a95762a420594 refs/tags/v1.5.1 ) and the v1.5.1 tarball are exactly the same runtime code: ``` $ sha256sum fqdn/*...
Yes I do want IDN support, but without breaking old use cases. I’ll see what Santa is bringing this year. Sent from ProtonMail Mobile On Tue, Nov 17, 2020 at...
@PeterDaveHello What is your use case for this? You want `FQDN('Bücher.example').is_valid` to return `True`. What do you want for the internal state? For example, do you want `FQDN('Bücher.example').relative` to return...
Thanks for raising this. From the README: > The design intent is to validate that a string would be traditionally acceptable as a public Internet hostname ... #14 From https://github.com/ypcrts/fqdn/issues/14#issuecomment-688604160:...
This changes the API contract. So it could be a breaking change for other users. Should we introduce this? Why? Can you explain why the empty string should be a...