Rok Carl

Results 15 comments of Rok Carl

Hmmm, this still doesn't work for me. I still get the empty (white?) circle with a 1 px black border. Also, no legend appears and rollovers don't work.

He didn't :). Unless you're talking about the author of this repository. Either way, it's sad that this project is dead.

I have the same problem. Gunicorn is logging everything into stderr and this is makes our monitoring (Datadog) explode with errors. If I just redirect them to stdout, we're losing...

I think I solved it with [this code](https://github.com/rokcarl/gunicorn_logging/tree/1.0). The output I get is now properly sent to stdout/stderr, but the solution is pretty convoluted. If anyone has any improvements over...

Can't you have a cache decorator wrap around what you have? So the cache decorator would be hit first and it would return the results if there's something in the...

Worst case you can just be slower than the daily limit. So in your case you can do 30,000 per day, which is 1,250 per hour which is 312.5 per...

Are you planning on working on this in the future or is this the end of this repo?

This issue is very problematic for our use case as it's serving the wrong app. Imagine getting Facebook when you browse to Google... Do you have any tips on where...

Accessing all the apps through HTTPS. The certs are named the same as the domains, so `app1.app.com.crt` and `app1.app.com.key` for app1 and similarly `app2.app.com.crt` and `app2.app.com.key` for app2.