Brian Palmer
Brian Palmer
Untitled
This changeset pulls in some of github's changes to markdown, so that text_like_this doesn't italicize. It also fixes macros for the latest redmine releases. And lastly, it auto-links URLs in...
The [original prototype](https://github.com/codekitchen/pipeline/blob/master/prototype/pp) of pipeline captured CTRL-C and showed the full command output on exiting. I think this is a nice touch, it makes it feel a bit more integrated...
Not a lot of future plans, it's a simple idea and it does what I want it to do. Definitely some bugs to fix. I've considered implementing caching of early...
Update to atom.project.getPaths(), see https://github.com/atom/atom/issues/5613
You have to agree to an NDA to get into the private beta, but I've gleaned plenty of information from public sources: https://blog.docker.com/2016/03/docker-for-mac-windows-beta/ https://news.ycombinator.com/item?id=11352594 I've been saying for 18 months...
There is discussion about this scattered around lots of different issues so I'll try to consolidate it here. Dinghy doesn't use MacOS system NFS because the system NFS server doesn't...
A few people have assumed that this command would pull the newest version of dinghy itself, perhaps using homebrew, rather than just upgrading the VM. I named it this because...
Everybody runs out of space in the VM eventually, it'd be great to run this container periodically: https://registry.hub.docker.com/u/remmelt/docker-gc/
We prefer to manage our infrastructure with Terraform whenever possible. But one nice feature that [Tailscale's GitOps Pusher](https://github.com/tailscale/tailscale/tree/main/cmd/gitops-pusher) supports is to validate your ACL logic pre-merge in a PR by...
Hey all, we deploy our copilot applications using GitHub Actions calling out to `copilot deploy` rather than using `copilot pipeline` features. With the new env manifest features in v1.20, I've...