Victor van Poppelen
Victor van Poppelen
Does this project support `eval-source-map` and the like? `mini-css-extract-plugin` does not: https://github.com/webpack-contrib/mini-css-extract-plugin/issues/529#issuecomment-671435022, I'm assuming this plugin has the same limitation. It doesn't seem to be working for me, at least....
The [style values](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#style-values) table has a `type` column which I _assume_ indicates which data types can be serialized using that style (e.g. a `deepObject` style on a query parameter for...
According to the [RFC](https://tools.ietf.org/html/rfc3986#section-3.2.2), > [ IPv6 host address ] is the only place where square bracket characters are allowed in the URI syntax. So requiring OpenAPI clients to serialize...
Assume that [email protected] has the following Upspin root: ``` /Access # read,list: [email protected] /foo/bar /baz/Access # list: [email protected] /qux/Access # *: [email protected] ``` `/qux/Access` thus prevents [email protected] from accessing anything...
In a674ac40ad4e808768d47334fe3d4f6b7e72021f it is described that the access control rules for `Access` and `Group` files were changed to accomodate caching servers, by allowing the refs to be read as long...
Directories and files under the special `[email protected]/Group` subtree are restricted from being links, presumably because we do some extra validation to files uploaded there. But the Group directory itself wasn't...
I've pushed a failing test case to illustrate this behaviour: https://github.com/openapi-processor/openapi-processor-spring/compare/master...vvanpo:openapi-processor-spring:master When running this, the test output shows the following diff: ``` /.../openapi-processor-spring/build/resources/testInt/tests/params-request-body-annotation/outputs/api/Api.java --- /.../openapi-processor-spring/build/resources/testInt/tests/params-request-body-annotation/outputs/api/Api.java +++ /.../generated/api/Api.java @@ -1,8 +1,9...