Justin Black

Results 169 comments of Justin Black

I am no longer maintaining this repo and will archive it

When there is time, can we discuss this issue? `Proposal: Create new repo for openapi tests, similar to json schema test suite` https://github.com/OAI/OpenAPI-Specification/issues/3486

Do you mean this issue? https://github.com/pydantic/pydantic/issues/5164

@tomplus can you help me with my tox requirement installation? I have added the needed dependencies to requirements.txt, but they are not being picked up when installing with tox. What...

I need help getting tox working. Until someone helps this is stalled. Also openapi-generator has announced that the current python generator will be replaced with the python-nextgen generator in v...

This is definitely a feature that I care about. I am using jmustache to generate nested class definitions in python. They need to be nested so they do not have...

This would be helpful for https://github.com/OpenAPITools/openapi-generator as our regexes use the EMCA dialect

Hey there. Our users have not asked for this feature yet. With time I expect the request to come up. Doesn't your same logic apply to regex parens group matching?...

If the Content-Disposition will be manually passed in by devs, how about setting it as type string in parameter.schema.type and set required to true in [parameter](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#parameterObject).required. You could also add...

This works: ``` public enum ContainsHelper implements Helper { /** * Indicates the set or map contains the given key * For example: * * * {{#contains someMap "someKey"}} *...