Ivan Bertona
Ivan Bertona
Also on macOS and also experienced this... I was initially surprised but I figured that if I run the DynamoDB Local Docker image with the same exact settings as LocalStack...
Same issue here. The problem is that this library immediately consumes that response buffer and will have the mock RoundTripper return (nil, error) instead of (*http.Response, nil) (with the reader...
I have the same issue. Seems like an incorrect assumption in the way the abstraction is modeled, i.e. one serial port can have multiple devices connected to it on a...
Sad workaround: 1) Create a `gen.sh` file in your models package dir: ```bash #!/usr/bin/env bash set -e rm -f "gen.go" for PKG in $(go list -f '{{ join .Imports "\n"...
Found this as well, it looks like `{ each: true }` unexpectedly has no effect on `IsOptional` and `ValidateIf`.