Chris Speidel

Results 4 comments of Chris Speidel

@kyzma84 @christung16 @corhoade The file looks UTF-8 to me. `[cspeidel@test ncclient]$ file -i README.rst README.rst: text/x-python; charset=utf-8 ` I also double-checked with iconv and verified the UTF-8 output was the...

> Looks like we will have an official generic `sql.Null[T]` in Go 1.22: [golang/go#60370](https://github.com/golang/go/issues/60370) Should (hopefully) be possible to wrap it in a nice way, although I'm not sure about...

Relates to https://github.com/go-playground/validator/pull/946

The public suffix list initiative from Mozilla has defined a public suffix (aka effective TLD or eTLD). A good description here: https://pkg.go.dev/golang.org/x/net/publicsuffix. Often people care about eTLD+1. > A "public...