Daniel DeMicco

Results 4 issues of Daniel DeMicco

I was using the plugin and noticed that if I set autoCollapse = false in the config, clicking the map would cause the search box to be cleared. I noticed...

## Changes _What does this PR change? Link to any related issue(s)._ #1872 ## How to Review _How can a reviewer review your changes? What should be kept in mind...

**Description** _A brief description of the bug._ When generating enum values there is a possibility of name collision. For example, if an enum contains a list of timezone values, there...

bug
openapi-ts

**Description** _A brief description of the bug._ I have a nullable enum yaml file (Open API 3.1) defined like: ``` type: - string - 'null' ... enum: - VALUE1 -...

bug
openapi-ts