-
### Current Behavior
Hi everyone... First things first... Congrats for the new release 🥳
Im creating this issue because I'm trying to play with Nx 20.0.0-rc.0 and I got several problems running `np…
-
### Description
Just like in openapi-generator for java it would be nice if there was an option to ignore header parameters e.g.
https://github.com/OpenAPITools/openapi-generator/blob/master/docs…
-
### Is your feature request related to a problem? Please describe.
Thanks for this awesome project. About a year ago started using openapi-generator to create typescript clients and selected the ge…
-
**a.json**
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"oneOf": [
{ "$ref": "b.json" }
]
}
```
**b.json**
```json
{
"$schema": "http://json-schema.org…
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
The `ARIAMixin` currently uses `string | null` for each aria property type. The reason it’s just `string` rather than a union of valid values is to allow for future, yet unknown, valid values.
Howeve…
-
When running against the CircleCI configuration schema here,
https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/circleciconfig.json a max call stack size error is thr…
-
# Request
This is a request for the `eslint-doc-generator` to support usage in an ESLint `v9` environment.
Installing should produce no warnings.
# Why it's needed
ESLint `v9` is the curre…
-
Very neat project! It worked quite well so far, but I had a very specific use case that required the infamous **recursion**, which broke the generation.
```typescript
interface SimpleTag {
tagI…
-
We have a schema which can either be null or a list of object. This is mainly to allow the parameter to be optionally passed and to detect if the property was set to do case distinction on. So passing…