Christian Müller
Christian Müller
There is an example here now : https://github.com/JohnWeisz/TypedJSON/issues/88#issuecomment-454334197
I didn't find any improvement in recent changelog about this issue. I've tested the reproductibility with nats.net 0.14.6 and nats-server 2.8.4-alpine3.15 and the issue is still there.
Version 1.0.0 is still affected.
I had the same issue. My workaround is to drop logs with `podman run --log-driver none`.
I tested the demo application to know if the library is suitable for my project. I also have this problem and could identify some scenarios : Android : If the...
I was NOT able to reproduce any of the described problems on Android with the following devices : - Android 4.4.2 // Samsung SM-T230 - Android 7.0 // Samsung SM-T580
Version 1.0.2 is still affected.
Also checked with nats:2.9.8-alpine3.16, same result.
https://pkg.go.dev/github.com/mitchellh/mapstructure#DecoderConfig : MatchName ``` // MatchName is the function used to match the map key to the struct // field name or tag. Defaults to `strings.EqualFold`. This can be used...
I also don't understand why this problem didn't get hundreds of reactions and why it wasn't solved within a week of the report. @ColinSullivan1 any reason why this has not...