Ernest Micklei
Ernest Micklei
I encountered the same problem, here is my simplified example for inspiration. ``` { "dimensionCounts": [ { "label": { "de_de": "Mitarbeiter", "ja_jp": "\u5F93\u696D\u54E1" } }, { "label": { "fr_fr": "Qualifications",...
i need this feature as well, would you accept a PR for this?
@jozn did you consider using an alternative package https://github.com/emicklei/proto ? ( @dsymonds , i hope you don't mind me mentioning this )
@antonmedv , I have been using this package with great succes for my [Melrōse](https://xn--melrse-egb.org/docs/reference/dsl/) music language. I defined lots of functions for my DSL and even added the concept of...
i decided not to use the tool but the package directly ``` package main import ( "log" xsd "github.com/metaleap/go-xsd" ) func main() { var ( sd *xsd.Schema err error )...
> i think this should be in the openapi repo. but i'm not sure. yes , better have it there
> `restful.WebService` as `.TypeNameHandler` method. but the handler only invoked for sample passed to`.Reads` and not `.Returns` and it only change type name in the ref and not the definition....
Thank you for reporting this. I will investigate this further.
i was able to reproduce this issue. your example output ``` ~/tmp/issue497 $ curl http://localhost:8081/users/id_will_be_here I'm checking if the user is authorized to see this user info. If he is...
here, the slash is trimmed https://github.com/emicklei/go-restful/blob/c2c010a8bf168730835fc945ba2f2d01bc764fe2/route.go#L167 now the problem is that change this code will break existing behavior ; client of the package may be affected negatively. So I am...