Vladimír Gorej

Results 228 issues of Vladimír Gorej

We first need to verify how swagger-editor is intended to be used with `packagist` in PHP environment. Next we need to introduce GitHub Action that will facilitate the incorporation of...

We need to use more up-to-date version of Node.js which comes with support for lockFileVersion v2 on Jenkins.

cat: dependencies

![image](https://user-images.githubusercontent.com/193286/140760022-a87a8e1f-bbaa-40b8-ba34-d9bbd5fe951e.png) We already have this implemented in [swagger-js](https://github.com/swagger-api/swagger-js) repository: ![image](https://user-images.githubusercontent.com/193286/140760159-30d30dd8-9608-46a6-bcad-4349db5bbff4.png)

type: enhancement
cat: documentation

The service service the icons is not working again: https://github.com/alanshaw/david/issues/179 Let's give it a month to see if it start to work again. ![image](https://user-images.githubusercontent.com/193286/140759868-c6ec464d-792d-40d8-beb6-a4306a8c08ea.png)

type: enhancement
cat: documentation

When resolving subtree with nested `allOf` keywords, `allOf` and `$ref` keywords are not resolved on all places. The problem manifests only when resolution is done on subtree of the definition...

type: bug

Node.js world has moved to native ESM support some time ago. Wee need to get on this train to be able to used ESM or CommonJS packages. If we maintain...

version: 3.x
type: enhancement
cat: usability
dependencies

`node-fetch@3` is out for some it. Unfortunately it's pure ESM so we cannot use it. We need to convert this library to ESM to use it (https://github.com/swagger-api/swagger-js/issues/2414).

version: 3.x
type: enhancement
dependencies

More information in this [comment](https://github.com/swagger-api/swagger-js/issues/1121#issuecomment-683753695). Let's document the fact that our http interface consumes another options from fetch interface in more generic way and add a concrete example about using...

cat: documentation
version: 3.x
type: enhancement
Hacktoberfest

Here are places in codebase where `contextUrl` is used: https://github.com/swagger-api/swagger-js/search?q=contextUrl The goal of this issue is to understand what the `cotenxtUrl` is and project it into our [documention](https://github.com/swagger-api/swagger-js/tree/master/docs).

cat: documentation
version: 3.x
type: enhancement
Hacktoberfest