Damian ONeill
Damian ONeill
Hi @stefanmaric thanks for this version manager. Is it possible to provide a flag to the installer to specify the dotfile for shell. I'm using the installer in an ansible...
Hi, is there a reason why the following won't work? ```sh $ cat make.sh #!/usr/bin/env bash read -r -d '' __usage
Fatih, first thanks for the dashboard, its very useful. I'm not sure if your still developing against it, if you are would you consider adding support for visualizing the payload...
Hi @BenKnigge is there a reason why there's been no tags/releases since 2014? I'm looking to version manage gvm, it would be good to have a tag other than HEAD....
Running with CentOS ````sh export OS_IMAGE=centos7 ```` Do a vagrant up, get the following: ````sh ==> master1: TASK [kubernetes/master : Init Kubernetes cluster] ***************************** ==> master1: fatal: [192.16.35.12]: FAILED! =>...
Hi, I've defined an ingress for the web service. I'm using nginx as the ingress controller. ``` --- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: arango-ingress namespace: default annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"...
When running the generate clients, I notice the following in the javascript log output. ```console [main] ERROR io.swagger.codegen.DefaultCodegen - String to be sanitized is null. Default to ERROR_UNKNOWN ``` There...
Hi Guys, I was wondering if you were aware of any pyang plugins that support updating the revision for one or more yang files? Any info much appreciated.
When running the script it expects another project to be checkout out at ../EAGLE with the folder ../EAGLE/YangJsonTools Looking through the OpenNetworkFoundation group on GitHub shows the following projects https://github.com/OpenNetworkingFoundation?q=EAGLE&type=&language=...
As an example, https://github.com/OpenNetworkingFoundation/TAPI/blob/develop/OAS/tapi-connectivity%402018-12-10.yaml#L10460, when passed through a third party SDK generator such as https://github.com/go-swagger/go-swagger, will fail to generate a valid sdk as the tool generator uses the labels in...