Chris Duong
Chris Duong
# Summary I can see that Argo-Workflow publish the JSONSchema at https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json. It would be great if Argo-CD can do the same thing # Motivation The editor can use the...
Hi, If I'm not mistaken. Atom Language plugin should define keywords for method/functions show that when I use plugin Symbol View with command "cmd+r", it will show the list of...
Hi, I'm extendedly using this plugin. I want to contribute to make this repo work with Go Module, so that we can have benefits with Go Module. Please let me...
We use Command Palette so often. Could you create one. Thanks
Hi, I think it is very nice and also less confused if you let the user know the backup-fetch job has done successfully with some useful information ( like finish...
### Terraform, Provider, Kubernetes and Helm Versions The error happens when the Helm template `if` statement evaluate the missing "key" ( it's the _override_ key in this case) ```yaml initContainers:...
Hi, I tried to remove old Go pkgsets, I get the Error. ```console ❯ gvm uninstall go1.11.1 ERROR: Couldn't remove pkgsets ❯ \ls -G .gvm/gos/ go1.11.1 go1.11.4 system ```
Hi, I'm using `rabbitmq cookbook v.4.7.0`, and installed latest RabbitMQ **version 3.6.1**, I noticed that that the **LWRP rabbitmq_cluster** would only join the node into the cluster **only_if** "the node...
Hi, When I execute a Git Plus action menu, if there is a Git error, the menu is stuck there forever. For e.g, I run a push to an self-signed...
Hi, I define an `logical_volume` as follow. ``` ruby lvm_volume_group 'VG_01' do physical_volumes ['/dev/xvdf'] logical_volume 'mongodb-data' do size '100%VG' filesystem 'ext4' mount_point location: "#{node['mongodb']['config']['dbpath']}", options: 'defaults,auto,noatime,noexec' readahead 32 end end...