Eugen Stan
Eugen Stan
Hello, I'm trying to add another person to use git crypt in the same git repo and it fails. ``` git crypt add-gpg-user 0xF7095169AB363115 can't connect to 'socket:///home/XXX/.gnupg/log-socket': Connection refused...
Does not seem to work - I think it's related to tags. I don't use tags in my build and it works: https://github.com/ieugen/charts/runs/4694689950?check_suite_focus=true . Fixes https://github.com/dignajar/another-ldap-auth/issues/41
Hi, It would be nice to have the chart published in a repository so it's easy to use OOTB. Hosting a repository is pretty straight forward with github pages feature....
I tested this and it works for our deployment.
Hi, While running the docker version of the app I got: ``` * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use...
What are the steps to reproduce this issue? ------------------------------------------- 1. Add a pre commit hook as per documentation: .git/hooks/pre-commit ``` git secret changes | grep "+++" if [ $? -eq...
This is not a bug, it's a feature request. I believe it would be very useful to have report sucess / failure of running tasks in swarm-cronjob logs. Running the...
**Is your feature request related to a problem? Please describe.** Discussion https://clojurians.slack.com/archives/CLX41ASCS/p1645607246168949 Running babashka task with a missing directory ``` test {:doc "Runs backend tests" :task (clojure {:dir "../missing-directory"} "-J-Dclojure.main.report=stderr...
Hi, Upgraded to Clojure 1.11.0-rc1 and got these warnings: ``` ; WARNING: parse-long already refers to: #'clojure.core/parse-long in namespace: taoensso.carmine, being replaced by: #'taoensso.carmine/parse-long ; WARNING: parse-double already refers to:...
Updating to clojure 1.11.0-rc1 gives this warning: ``` ; WARNING: parse-double already refers to: #'clojure.core/parse-double in namespace: selmer.tags, being replaced by: #'selmer.tags/parse-double ```