Doug Goldstein
Doug Goldstein
I've opened #3030 as well which performs the same changes in a non `semver:major` way.
I'll volunteer to maintain (mostly interested in CI/CD pipelines).
This is related to nautobot/nautobot#4761
I've written a compatible action that has some extra tests and cleanups along with GitHub Enterprise support. The paths might work better since it uses path.join everywhere. https://github.com/marketplace/actions/ssh-agent-deploy-key give it...
Yeah it seems like most scripts will need to have this snippet from https://github.com/unifi-utilities/unifios-utilities/blob/803e077f5df440fffe0dd26618214d5452dce1d3/on-boot-script/remote_install.sh at the top always now. ``` DATA_DIR="/mnt/data" case "$(ubnt-device-info firmware || true)" in 1*) DATA_DIR="/mnt/data" ;;...
I was experiencing this as well. I ended up writing a compatible action available here: https://github.com/marketplace/actions/ssh-agent-deploy-key
Relates to #973
While I know that https://hub.docker.com/r/dastapov/hledger exists, it does seem like a bit of a manual process. I'm not necessarily sure if that's your Docker Hub or not but if it...
There's certainly something to be said for having a quick feedback loop on issues and depending on your workflow using a container is going to slow things down. Also using...
So personally for me I use a build a container workflow in many of my projects. I don't do Haskell however so I'm not sure of the pain points of...