Devin Smith

Results 190 comments of Devin Smith

Would be nice to have something similar to http://gliderlabs.com/registrator/latest/user/quickstart/ for docker-consul.

I've run into the same issue: home lighthouse client, but home client. Home is behind my consumer router, and lighthouse and client are in a VPS datacenter. All three nodes...

It seems like there should be a way for a local administrator to overwrite the relevant password(s) on each of the member nodes (writing into the nodes' local db) without...

I'm not sure about the branch you have in development, and maybe it's already this idea in practice - but I think I have a concrete, elegant generalization: Imagine introducing...

I'm getting this same issue consistently, even with the latest buildkit: ``` moby/buildkit:buildx-stable-1 => buildkitd github.com/moby/buildkit v0.10.4 a2ba6869363812a210fcc3ded6926757ab780b5f ```

I've got a hacky workaround that looks something like this: ``` - name: Get Semver id: semver if: ${{ startsWith(github.ref, 'refs/heads/release/v') }} run: | semver=$(echo ${{ github.ref }} | tail...

First of all - git-bug looks awesome @MichaelMure . I was thinking to myself last night "it would be cool if something like this existed", and I found it today!...

Sorry for the delay - I think the 210B is enough, there was likely only a small configuration file in that directory. It may be a case where the GH...

Here's the sort of construction I've been using, simplified: ![dependencies-simplified](https://user-images.githubusercontent.com/6764691/200369582-aa076f31-f0cc-41a7-9a55-a3db39c3b416.png) Maybe there is something fundamentally wrong w/ my approach to use separately named caches?

I think runtime reflection would work, but it may be technically more powerful than I _think_ we need. Right now, we're considering doing our own Java-based code-generation step to produce...