Nitin Mohan
Results
2
issues of
Nitin Mohan
If an attribute has nested type (e.g. MapOf(String, ArrayOf(String)) CLI should print out the correct examples to pass in the params CLI should also print any unmarshal errors for easier...
bug
Generating code for the DSL below leads to infinite recursion in Goa. HTTP endpoints are not affected. ``` var CategoryResult = ResultType("application/vnd.category", func() { TypeName("CategoryResult") Attributes(func() { Field(1, "id", Int,...
bug