Camilo

Results 4 issues of Camilo

Hello! I am running a Docker container with Kong gateway that is set up to receive requests to `http://localhost/danbooru`, and these have to be redirected to `http://danbooru:3000`, a host which...

Question/Support

# Brief description In the file `main.go`, line 44 there is a commented out line that sets `rootPath` to ".", and in line 43 we set it to "/data/www/go-admin-en" which...

# Brief description In file `main.go`, line 93 we are calling the following method: ``` eng.AddConfig(cfg) ``` But the parameter needs to be of type `*config.Config`, so the correct call...

Hello! I've been trying to set this project up, but when I run this step: `conda env create -f mac-environment.yaml` I am getting the following error: ``` ❯ conda env...