Tomáš Karela Procházka
Tomáš Karela Procházka
ffjson generates wrong marshaler for github/google/uuid#UUID type It implements `fmt.Stringer`, `encoding.BinaryMarshaler` and `encoding.TextMarshaler`. Insead of expected ```json {"Bar":"0eec3f57-eb61-4833-a78e-fdf6eb8ac4ae"} ``` I get ```json {"Bar":[14,236,63,87,235,97,72,51,167,142,253,246,235,138,196,174]} ``` main.go ```go package ffjson_uuid import "github.com/google/uuid"...
Hi, thanks for this project. We have only one painfull issue with this library. We use this for web services configuration and the config struct is nested and contains a...
Hi, we run into issue that Watermill AMQP subscriber stucks. We use managed RabbitMQ by AWS. It was recently upgraded and introduced this timeout. https://forums.aws.amazon.com/thread.jspa?messageID=994285 https://www.rabbitmq.com/consumers.html#acknowledgement-timeout All what I know...
, although they obviously don't. I have prepared a test case replicating the problem and mocked the string we found it with. But I hope the committed one replicates the...
Then it's possible to assign error by errors.As to *net.OpError. It allows us to determine if connection timeouted or was refused.
The `json.Number` should be treated more like a number than string. https://go.dev/play/p/H9JUZn3WlTR
Please rename `golang` directory to `go` https://go.dev/doc/faq#go_or_golang
@mitchellh doesn't have time to maintain this project and plans to archive it. https://github.com/mitchellh/mapstructure/issues/172 https://github.com/mitchellh/mapstructure/pull/328#issuecomment-1858922295 @sagikazarmark (Viper contributor, https://github.com/spf13/viper/graphs/contributors) shows interest to create fork under an umbrella of Viper project....
I don't know how it names properly, but what I mean is: ``` type MyString string ``` How I hit on the problem is with [json.Decoder](https://pkg.go.dev/encoding/json#Decoder) and [UseNumber](https://pkg.go.dev/encoding/json#Decoder.UseNumber). It marshals...
https://github.com/leighmcculloch/keywords/issues/10