Vladimír Gorej

Results 588 comments of Vladimír Gorej

This requires switching jenkins Node.js runtime to 16.x.y first.

@tim-lai sorry, it was a typo. Changelog is clear and Jenkins release job is already running on Node.js 14.19.3. ![image](https://user-images.githubusercontent.com/193286/187895973-37354653-b2e0-4987-8946-1c5df8cb1ceb.png)

Hi @marius-boden-sva, Thank you for the PR! I'll have some questions on the changes to fully understand what have been changed and why if that's OK.

@marius-boden-sva would you mind sending this PR against `next` branch? Now it's a good opportunity to push this effort forward. Thanks!

@xli can you provide more information or investigate why swagger-js cannot be used with deno? I'm willing to collaborate with you on this, but need more info.

Right, so this looks like a problem with dependencies of swagger-client which we have no control over. As far as I understand deno allows importing JavaScript from URLs. Part of...

@mathis-m, You're right, it's not being resolved by swagger-js. If you'd like to contribute some sort of resolution for `externalValue` there are som rules and complexities involved which I'd like...

IMHO most sense is to place the eventual value of `externalValue` to `value` field and rename the `externalValue` to `$externalValue` to mark it as resolved and stop the plugin execution....

@mathis-m yep, seems about right.