Dr Nic Williams

Results 138 issues of Dr Nic Williams

http://docs.platformio.org/en/latest/librarymanager/creating.html#register For others, currently you'll need to reference the library via its git URL in your `platformio.ini` ``` [env:uno] platform = atmelavr board = uno framework = arduino lib_deps =...

The README instructions currently fail due to the submodules's URLs having changed.

Currently this repo is dual licensed GPL2 + MIT, which means the rules of both apply. The precursor project is MIT licensed https://github.com/faisalman/ua-parser-js/blob/master/license.md Could we change the license to just...

I appreciate that you've shown many different ways to run Harbor with different manifests. I'm writing to share a pattern that is evolving in other BOSH releases. In the BOSH...

enhancement

What is `bk`'s relationship with https://github.com/buildkite/emojis? In the example pipeline below, only `:thumbsup:` is supported by `bk`: ```yaml steps: - command: "sleep 2" label: ":thumbsup:" - command: "sleep 2" label:...

v2

Whilst discovering https://github.com/buildkite/agent/issues/1181 I came across the desire for `bk run` or `bk local run` to split out its behaviour and run a local pipeline, but use remote agents. I...

v2

I create a GraphQL token for my org but I don't give it any scopes (because I don't know who/when they are needed, and there are so many of them,...

v2

https://buildkite.com/docs/pipelines/conditionals ```yaml steps: - command: "echo --- All good. Nice one." label: ":git:" if: build.branch == 'master' - command: "echo --- ERROR this shouldn't run; exit 1" label: ":git:" if:...

v2

The moment that a release is created (non pre-release) then any other concourse pipeline that watches it can trigger - except that the release might not yet be finished. If...

I saw a new credhub 1.8.2 release in #bosh channel and went out trying to find the credhub-release repo but it wasn't under neither https://github.com/cloudfoundry nor https://github.com/cloudfoundry-incubator. I think Credhub's...

unscheduled