Shlomo Zalman Heigh
Shlomo Zalman Heigh
In security sensitive use cases, it would be helpful to allow the caller to know if deleting the temp file failed, so it could retry after a delay, or at...
* [ ] Your changes are not possible to do through a plugin and relevant to a large audience (ideally all users of OctoPrint) * [ ] If your changes...
### Is your feature request related to a problem? Please describe. When monitoring prints from my phone via a browser, the phone screen goes to sleep after the standard amount...
### Desired Outcome Rewrite test that used GoConvey to use a lightweight assertions library and native golang testing ### Implemented Changes Removed GoConvey from: - internal/plugin/resolver_test.go - internal/plugin/v1/testutils/testutils.go - internal/plugin/v1/provider_test.go...
Seems like an obvious step to make installation easier on Mac OS. https://docs.brew.sh/Adding-Software-to-Homebrew
According to the [README](https://github.com/kbrew-dev/kbrew#arguments), all Sprig template functions are supported in helm arguments. However, it seems that the `env` [function](http://masterminds.github.io/sprig/os.html) is not supported, presumably because Helm doesn't support it natively....
## What is missing or needs to be updated? In the section *[5.1 Injection of Secrets (file, in-memory)](https://cheatsheetseries.owasp.org/cheatsheets/Secrets_Management_CheatSheet.html#51-injection-of-secrets-file-in-memory)*, the first recommended way of providing secrets to applications is environment variables....
### Desired Outcome When using bash-lib outside of a git repository, the `init` script is failing when it tries to update any git submodules (which is intended to update bash-lib...
I'm copying this issue from https://github.com/kubernetes/kubernetes/issues/52345 because it seems that this is the appropriate repo for it. **Is this a BUG REPORT or FEATURE REQUEST?:** /kind feature **What happened:** Container...
Addresses [comments](https://github.com/go-survey/survey/issues/386#issuecomment-1494792529) to #386 This PR allows you to set the `HideCharacter` to a space which will be interpreted by the RuneReader to mean that the user input should not...