Hadrien Milano
Hadrien Milano
Setting "top" var in global space fails in Chrome ; It will default to window (which is not the expected behaviour).
As mentioned in #1152 , a schema [may be a plain boolean instead of an object](https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-01#section-4.3.1), where `true` means "Always passes validation" and false means "Always fails validation". Currently, ts-json-schema-generator...
Hi, I like the idea behind this module and I think it is a step in the right direction. Now when using it, I got some frustration which makes me...
The keyword `additionalProperties` always serializes to the empty schema `{}` regardless of what it is actually set to. I believe the following code is missing from `keywords_object.go`, but I'm a...
ng-openapi-gen may generate interface code which `extends` a type alias, which is not permitted in TypeScript. This happens when combining `allOf` with `oneOf`, because `allOf` is implemented as interface inheritance...
The browser tests in [scala-js-env-selenium](https://github.com/scala-js/scala-js-env-selenium) are broken due to the testing environment being too unstable. We need something robust to test the browser backend. Ideally something that works in travis....
The current JVM backend (HttpURLConnection) has too many drawbacks including: - No `PATCH` method (or any other non-standard method as a matter of fact). See #67 for a workaround -...
Having our own JSON ast implementation is redundant and for the sake of preserving human sanity we should use [json4s](http://json4s.org/) instead.
If you find this module interesting and want to see exciting and cool new features, feel free to offer your help. I don't do scala stuff nowadays and therefore I...