maffka123
maffka123
Hi , I am trying now to predict for batch users, so I am using your suggestion from issue #240. I am getting an error after first batch. Do I...
Hi, Is there any particular reason why there is no `return err` [here](https://github.com/joho/godotenv/blob/e74c6cadd5d7f26640f54278dc2ac083d639c505/godotenv.go#L71) godotenv.go line 71 in Overload() Like that it silently fails if it cannot find a file..
Hi, I am relatively new to the topic. As far as I understand certManager contacts custom webhook over Kube API which has timelimit of 30 s? Our custom webhook is...
I am starting the container (adamzammit/limesurvey:latest) with the following env: ```shell LIMESURVEY_DB_HOST: "myhost.com" (or myhost.com:3306) LIMESURVEY_DB_USER: "limesurvey6_group_api" LIMESURVEY_DB_NAME: "limesurvey6test" LIMESURVEY_TABLE_PREFIX: "ls_" LIMESURVEY_DB_PASSWORD: **** ``` andI get error: ```shell Copying default...