surfer190

Results 36 comments of surfer190

@milinatw Good to note `host.docker.internal` only works on mac and maybe windows, not linux.

@Bader972016 when I ran this on linux (the second time for me)...it just worked! ``` docker run -d -p 3030:3030 -p 3333:3333 \ -v `pwd`/config/elastalert.yaml:/opt/elastalert/config.yaml \ -v `pwd`/config/elastalert-test.yaml:/opt/elastalert/config-test.yaml \ -v...

In my case the API part you mention works correctly but the celery part does not Looking at the results backend in redis I see the tasks being successful: `"{\"status\":...

Yeah the task succeeded - but I was trying to figure out why the email alerts were not sending. I think the problem was the smtp username and password set...

Add to your `Gemfile`: ``` source 'https://rubygems.org' ```

Need to fix this in the package itself and not rely on users doing this workaround please. Furthermore why is the module called `duplicate` but the package called `deplicate` -...

@kibotu What is the exact command with `imagemagick`?

@hacksalot @pmbenjamin I cloned the fresh themes repo and as the courses was not visible in `compact-pdf.html` I modified it and ran hackmyresume: ``` hackmyresume BUILD resume.json TO out/resume.all -t...

I think a `200 OK` is more appropriate over a `201 CREATED` as nothing is created right? Maybe even a `204 No Content` for unsuccessful polls. Regarding redirect and pollrate...

@gburgett Any update on this, I see the problem is persisting.