Adam Eijdenberg
Adam Eijdenberg
In `spec/models/docker_manager_spec.rb`, the `when there are container env vars in files` test is flaky. On my system, the env variables list comes out in one particular order, such that I...
Hi, I've been trying to get the example flashing light working with `tinygo` and the `nRF52840` USB Dongle. When I run `tinygo flash -target=pca10059 ./main.go` I get the following output:...
and move C files around, probably to the wrong spot.
@cppforlife - here is an alternate way of implementing wildcard support. The first commit restructures `replace_op.go` to use a stack instead of a loop - while it touches a lot...
We would find it useful to be able to apply a `replace` pattern to all elements in an array. For example: ```yaml - type: replace path: /instance_groups/*/vm_extensions?/- value: foo ```...
This PR is in two parts. The first part (first commit) refactors the `{find,replace,remove}_op.go` code so that the logic that descends lives with the individual token types which are split...
Some tasks, performed by the CLI such as those involved in `cf push`, involve starting a job, then polling for completion, or more generally for a change of state, until...