Ketan Padegaonkar
Ketan Padegaonkar
> I think that currently we should simply switch to preferring the latest version, regardless if it is in /bundled or /external folder. I agree with this argument. I'll defer...
Assigned to @BElluu
[This file](https://github.com/gocd-contrib/gocd-oss-cookbooks/blob/master/provision/install-packages.ps1) lists the specific packages and versions that you would need in order to build/compile gocd. You might be missing the compiler so try [this line](https://github.com/gocd-contrib/gocd-oss-cookbooks/blob/master/provision/install-packages.ps1#L37) before installing other...
I'm glad this worked. Now you migrating to a newer spring/hibernate should be a cakewalk. /s
Here is what I _think_ could be the solution — the `` `` and `` materials would have an additional attribute `ssh_key`. Users would need to provide an ssh key...
To further my [comment above](https://github.com/gocd/gocd/issues/951#issuecomment-168899493), there are [3 possible ways](http://superuser.com/questions/232373/how-to-tell-git-which-private-key-to-use/868699#868699) to allow specify an SSH key for each git invocation — ### `ssh-agent` ``` ssh-agent sh -c 'ssh-add ~/.ssh/id_rsa; git...
To add — I'm proposing adding an attribute (or CDATA element) to the `` tag (to begin with) we may later consider sharing ssh keys via some other means. What...
I'm seeing a similar issue, OTA seems to not work with platformio, but seems to work with arduino IDE. Here's the output I'm seeing from esptool bundled with platformio: ```...
From the yarn install docs https://yarnpkg.com/en/docs/install#alternatives-tab > Note: Installation via npm is generally not recommended. npm is non-deterministic, packages are not signed, and npm does not perform any integrity checks...
This is @tomzo's call. But from the surface, this looks good to me. After @tomzo approves, would you mind updating the readme with pointers to a few example tests showing...