Danny Staple

Results 50 comments of Danny Staple
trafficstars

Perhaps the maintainer could setup a go-fund-me or patreon page for people to support this work. I think this is an awesome tool. I'd love to use it in more...

I suppose it would mean taking the node core (not the electron bit) and creating a nodejs command line wrapper around it - something like node bakemeapi /foo/bar/recipe.xml /mnt/sdcard Which...

Hmmm - did a fresh PiBakery write today - sadly looks like Camera is not enabled by default: `picamera.exc.PiCameraError: Camera is not enabled. Try running 'sudo raspi-config' and ensure that...

Will this be merged? There's likely newer version now. A dependabot plus some testing solution would allow this to autoroll so this can stay up to date.

Hello, if your input dir is git-repo, and that isn't the workdir for the dcind container, then I'm not sure ```./nginx.conf``` will make sense. perhaps specify a workdir in the...

One hack to use this in CI/build system would be to pipe the output (or tee the output) to a file, then this: grep UNDEFINED nose.log && (echo "ERROR: Undefined...

Ah yes- this would work fine with a Jenkins job or in a build/deploy script. With bash, you could probably simplify it to: `grep UNDEFINED nose.log && exit 1` On...

Is there any movement on this from terraform? This is an annoying bug indeed. I've currently got static overrides in files in a pycharm dont-commit list - but that is...

I see a false positive on most aliases. This manifests as: ``` .github/workflows/terraform_apply_promote.yml:27:26: expected scalar node for string value but found alias node with "" tag [syntax-check] | 27 |...