Aravind SV

Results 87 comments of Aravind SV

@BElluu Yes, working on VirtualBox will be quite slow. I don't know what the state of Docker on Windows is currently, but I know @tomzo used to use https://github.com/kudulab/docker-gocd-dojo to...

@vivekprahlad - A full re-look at PR plugins (and what they can do) is going to happen soon and I suspect this will be a part of it. I don't...

I think it got closed by the stale bot, because there was no activity (work done) towards it. If reopened, the same thing will likely happen, unless someone wants to...

Need to consider what happens when new pipelines come in, etc. but it is similar to how it is now when showing and hiding pipelines, I suppose.

What Chad is saying is that the quotes are only in the _display_ and aren't how the commands are executed. Each line is taken and passed into the [Java exec...

Another approach would have been to just concatenate everything and run it using the `system` call in Java, and GoCD used to do that a long time ago, but there...

@alphapapa `org-version` says `9.3`. It seems to be built-in. I don't see it installed in `/tmp/a/.emacs.d`. As an aside: I realised that I hadn't isolated the config properly, in the...

Hello! > Thanks for your patience, as I've been working on other things. Oh, of course. I understand. It's not fair for me to expect having this looked at, and...

No problem. Since it's very niche and seemingly affecting no one else, please feel free to close it. I will understand. If there are higher priority, more impactful things you...

In GoCD, the GitHub OAuth flow returns a token (and a refresh token, I believe) to the GoCD server via the "Authorization callback URL" mentioned [here](https://github.com/gocd-contrib/github-oauth-authorization-plugin/blob/master/INSTALL.md#create-github-oauth-application). Notice that it's not...