Manuel Mendez
Manuel Mendez
This is pretty strange but I noticed that gofumpt was creating unexpected groups in `import (...)` blocks. I've tracked it down to gofumpt doing the wrong thing when `path/filepath` is...
This looks pretty nice on my quick look. I'd love to have `--dpi`, `--rotate`, `--scale` and `--pos` support also. I'll see if I can make some time to implement, but...
This adds the DSAAuthentication=yes option to rsync's rsh command when appropriate, just like done in ssh. This should fix #8183. I've also added support for PubkeyAuthentication as its been around...
#### For bugs - Rule Id (if any, e.g. SC1000): - My shellcheck version (`shellcheck --version` or "online"): - [x] I tried on shellcheck.net and verified that this is still...
It'd be great to have a shellcheck like wiki with some more info on each check, why its bad and what the possible fixes are. If this sounds like a...
unpined -> unpinned
Maybe even by default? I went looking to do something like #49 did because protodep's ssh logic was not working well for me and certainly would not work well in...
I'd really like to have support for lists in Memory implementations, without having to build it up from KV considering that some of the Memory implementations have first class support...
## Description Enable using our GitHub Actions workflows from forks. ## Why is this needed I was developing a couple of changes to boots and trying it out in production...
The iPXE file fetches can run into temporary network issues when downloading the kernel/initramfs files. We should add some retry logic. ## Expected Behaviour Temporary network failures do not cause...