Yannis Gonianakis
Yannis Gonianakis
Hi Ribesg, Although I understand your use-case, the objective of the library was to have very simple API with strongly-typed guarantees and as such it was a deliberate design choice...
Thanks for the input @michael-newsrx. Indeed, this is something you can also do as the library supports parsing IPv6 address with embedded IPv4 addressed according to RFC 4291. However it...
Hi @dadepo, the current implementation of `toString` aims to be symmetrical with `parse()`, that is, the string representation of a type should be possible to be parsed into the same...
@css-ilgol Definitely. I'm planning to merge this PR and include some GWT tests to ensure that the upgrade will not break client code. However, please note this is only affecting...
Hi @brett-smith, many thanks for the pull-request. On a first pass it looks good. I'll try to find some time to wrap it up and cut the new release. It'd...