Vladimír Gorej

Results 588 comments of Vladimír Gorej

I need to check this with latest version of react component, but last I've checked, this issue is still there.

Interestingly following is parsed correctly: ```yaml foo: [ ] ``` One empty space makes difference here. There is actually a test case in corpus that demonstrate this empty space significance:...

Ref https://github.com/char0n/django-profiler/pull/12

I assumed that v2 was supposed to be done in JSON Schema Draft 7 (07), due to the simple fact that the AsyncAPI 2.x primarily uses Draft 7 as well....

What version of npm are you using ? It seems that `prepublish` script is running when you try to locally install it. As a quick workaround, temporarily remove "prepublish" from...

Yes I think this has been discussed in the past. We need to embed the meta information from the original document inside the api elements it self. It creates a...

Temporary perf optimization has been applied in https://github.com/swagger-api/apidom/issues/3965

We need to restart this effort asap because of the OpenAPI 3.1.0 -> OpenAPI 3.0.3 downgrader. The first thing we need to do is to prepare the code infrastructure of...

Architectural design for this is born from https://github.com/swagger-api/apidom/issues/3703#issuecomment-1923382539