Raphael Simon
Raphael Simon
Having a simple way to check whether an error is a "design" error would be quite valuable. Looking into this I'm realizing that we may already have it though: Goa...
Yeah I get the theoretical issue, I wonder how realistic it is though (at the end of the day a non-Goa error could also implement `IsGoaError` - the only "extra...
Thanks for the report, I coincidently just merged a few fixes in this area (although mostly with gRPC so might be unrelated). Could you please try with the latest v3...
Thank you for the great report and repro. This is fixed by #3127.
Great suggestion!
Hello Jim, would you be able to provide a small repro for this? I believe it might be possible to handle this case by checking whether the stream connection object...
Thank you for the report! Goa does not do any type inference. This looks like some weirdness in the YAML package that Goa uses (or Goa not using it correctly).
@saniales if that works then sounds good! I believe the issue is that sometimes the YAML package will add these quotes and sometimes it won't which means that if we...
@saniales give it a shot, I suspect that the result is going to be that they are all strings but that "sometimes" the string will be quoted which may or...
Would you care to make a PR that adds the quote?