Vladimír Gorej
Vladimír Gorej
Refs https://github.com/OAI/OpenAPI-Specification/pull/4368
ApiDOM is unfortunately memory inefficient. We're already trying to figure out how to address this.
Hi @sauravazad, The proposal is reasonable. We're gonna go for it. I'll tend the the PR ASAP. Thank you!
Addressed in https://github.com/swagger-api/swagger-js/pull/3538
Released as https://github.com/swagger-api/swagger-js/releases/tag/v3.31.0
I'll provide code review ASAP.
Updating `npm` after setting up the node triggers following error: 
Hi @dmitry-shibanov, I was using explicit node version, so what you describing probably doesn't apply to me. ```yaml - name: Setup node uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} ```...
> this is not fully adding support for symbols ( i suppose to be thorough we'd need to add tests for everything else to be consistent - prop, lens, evolve,...
Hi all, I see we have a partial community fix in https://github.com/swagger-api/swagger-ui/pull/10373. I'll review and merge that. Please do help with more PR porting to `UNSAFE_` life cycle hooks to...