Alex M
Alex M
Lib Version: 1.6.0 Go Version: 1.17 The problem seems to be caused here. The function `filepath.clean` will return a dot if empty. The call on the next line will not...
I'd be nice if to support a `.kubesec.yaml` settings file where you can specify default keys that are to be used for new secret file just like https://github.com/mozilla/sops.
Some kind of support for ethernet shield would be really nice. https://www.arduino.cc/en/reference/ethernet
All secret keys (for aws, minio etc) should be in a external k8s secret instead of directly be as env variable. https://github.com/gomods/athens/blob/main/charts/athens-proxy/templates/deployment.yaml#L103
Only `linux/amd64` images are pushed to docker hub. Would be useful to use official images instead of having to maintain custom ones.
Are there any plan to release a version of _forge_ for windows? I tried fiddling the `build.sh` script to make is work on git-bash (msys) I got a successful runnable...
du to the removal of get-object-path@^0.0.2 which is referenced bythe ampersand package, it is not possible to install guvnor right now ref : [get-object-path](https://github.com/azer/get-object-path/issues/1) [ampersand-form-view](https://github.com/AmpersandJS/ampersand-form-view/issues/60) [ampersand-select-view](https://github.com/AmpersandJS/ampersand-select-view/issues/71) [ampersand-view](https://github.com/AmpersandJS/ampersand-view-switcher/issues/32)
Add support for ratings and exposed UFID frame. https://github.com/leetreveil/musicmetadata/issues/137
Enable discord provider with filtering based on guilds membership. You can use both structured Alpha configuration or `--allowed-group` options.
Trying to cross compile a go through CGO and i get this message: ```/opt/homebrew/Cellar/aarch64-unknown-linux-gnu/13.2.0/toolchain/bin/../lib/gcc/aarch64-unknown-linux-gnu/13.2.0/../../../../aarch64-unknown-linux-gnu/bin/ld.bfd: cannot find crt1.o: No such file or directory``` The weird thing is the file does exists...