Tommaso Allevi

Results 57 comments of Tommaso Allevi

I'm concerned about the Object usage instead of Error. Particularly when the `Error` interface is lost The used property `Message` is not compliant with the javascript world. The error handling...

I'd like to create a little graph. Could you suggest me a nice library?

Hi! thanks for trying this repo! Are you sure that the returned content is a valid JSON? If yes, would you investigate more and try to fix it? I'm open...

Hi! I don't understand. `mkdocs-swagger-plugin` works with a swagger api definition (v2). What you mean "what about swaggerhub.com?"? What do you expect?

Hi, sorry for the delay. The `!!GET /myEndpoint!!` should create a button for see which paramenters the API accepts and another button to invoke it. Could you share some other...

Any idea how to implement it? just convert it to `&[u8]` and convert into `Cwt` ? or the string has a completely different implementation?

I tried to reverse the logic: implement the parse into Cwt and DgcContainer `validate` invokes it. So in this way, the `decode*` public APIs are implemented in this way: ```rust...

For my point of view `validate` function should `throw` (aka return a Result::Err) when some validations fail. If you need to know also the info, we can split the "parse"...

This was already available in the last release. Close this.