Jon
Jon
### Bug Report | Q | A |------------ | ------ | Version(s) | 11.0.1 #### Summary An email address such as "[email protected]." passes validation. Based on RFC5321, it should not....
I'm trying to build a stack similar to what is outlined [here](https://aws.amazon.com/blogs/architecture/central-logging-in-multi-account-environments/). Most of it is working great in goformation, but it seems like it's not possible to embed an...
In trying to move from v4 to v5, I noticed that v5 checks for the implementation of `encoding.TextMarshaler`, and if present, encodes its output as bytes. Since `encoding.TextMarshaler` is intended...
at line 360 msg[k] = v should be more like msg[k] = str(v)
So far everything appears to be working; if there are no known issues, could 4.x be added to the version spec? Thank you
Issue #, if available: Description of changes: Instead of hard-coding `GOARCH` to `amd64`, set it based on docker `TARGETARCH`. By submitting this pull request, I confirm that my contribution is...
Issue #, if available: Description of changes: In order for tests to run on machines that are not amd64, use the `TARGETARCH` to download the proper `yq` binary. By submitting...
Thanks very much for creating a new release, however I'm still seeing some fundamental issues trying to use this with maplibre-gl-js v5. For example, https://github.com/maplibre/maplibre-gl-leaflet/blob/main/leaflet-maplibre-gl.js#L164C12-L164C51 tries to set latRange which...
Hi, setLang assumes that language codes are always 2 characters (either alone or in a format along with a separator and region). My applications are localized into many different languages,...