Toyam Cox
Toyam Cox
I've read the `runner/README.md` and don't see what API I should conform to as a runner. Ideally I'd write a runner that sits on top of the hashistack for easy...
So my biggest issue with this right now is that nomad runs jobs... if we are to do a single step in a pipeline, we'd need to issue a job...
One of the best notions of modern CI is the build doesn't happen "on the box" but in a controlled environment. You need git available? Get a base container with...
Ok here's a crazy suggestion. Buildah used as a library and also a runner built in Go as a nomad plugin. Would require the runner-bob link be open enough to...
My OS is Void, the browser being opened is chromium, `d2 version` is `v0.1.2-HEAD` It is consistently reproducable, I saw it on a large diagram I drew and found a...
I think it's possible that it breaks if the command to trigger the browser is not short. I normally don't use chrome, but it's started just for the build. As...
Works just fine. It seems to only hang when it is the originator of the browser session.
The core problem is this can be a blocking command: https://github.com/terrastruct/util-go/blob/master/xbrowser/xbrowser.go#L27
`BROWSER` is empty. It must be doing an `xdg-open $URL` for this behaviour (I never use chromium, and it's still my system default, so my setup was perfect for stumbling...
Most people have a browser open already. When a browser is open already, there is an expected behaviour for `firefox` and `chromium` and probably downstream Google Chrome too. This is:...