Jackie Weng

Results 6 comments of Jackie Weng

yes, reference repo does speed up the pipeline checkout on Jenkins master (down to ~1m for the first build of each new branch), but does not help with `checkout scm`...

Here's an example that has loop in it (1 -> 2 -> 5 -> 1) and there doesn't seem to be any problem? http://jsfiddle.net/xe4wvqoa/1/

Not 100% sure what the complain is, the latest 3.5.2 swagger editor DO support external JSON reference. Even works with the online version, using the following URL: http://editor.swagger.io/?url=http://localhost:8080/specs/a.yaml The local...

@carignani You need to open the editor with `url` query parameter, like this: http://editor.swagger.io/?url=https://forge.etsi.org/rep/gitweb.cgi/NFV-SOL002-SOL003.git/blob_plain/HEAD:/src/SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml I have tried the above and the relative file references are loaded properly as you expand...

@billyyyyy3320 any update on this issue? has it been reviewed? We are documenting our Helm chart and needed to provide example go-templates in the documentation, e.g. ```markdown here's a Helm...

Even enclosing in inline code blocks doesn't work. The following input ```markdown test `{{ blah }}` ``` renders ![image](https://user-images.githubusercontent.com/9168432/162353383-0d794c86-13a5-401b-a812-1478bab43657.png) with the following error in console ![image](https://user-images.githubusercontent.com/9168432/162353423-b7966302-0d5c-46de-9acb-b99e89d1e815.png) Related issue: https://github.com/vuejs/vuepress/issues/2377