Bryan Marty

Results 30 comments of Bryan Marty

I tried passing in .result(raw_response=True), but it still didn't work. Is raw_response not supported?

I have encountered this as well. One of the APIs I hit allows me to pass a field called "debug", and instead of returning a JSON response, it can return...

What about a case where there is a load balancer between you and your JSON only endpoint. If the load balancer returns a status of 500, and a 500 HTML...

Opened an issue on the original project too https://github.com/lericson/pylibmc/issues/225

I solved this myself with https://github.com/bxm156/pylibmc-manylinux

In my requirements.txt I just add: https://github.com/bxm156/pylibmc-manylinux/releases/download/v1.5.2/pylibmc-1.5.2-cp27-cp27mu-manylinux1_x86_64.whl

I'm encounter this as well when trying to use CircleCi, my executor is ``` executor: name: node/default tag: '10.4'` ``` which I belive means im doing docker-in-docker. It seems this...

@kentwills Should we make that slack channel public? @elg0nz You will only see your user on the homepage. Did you authorize the application with the same google email that matches...

Yeah, we considered doing that as well. Google+ might make more sense since Google Apps is required to run this, and I don't know how many company employees would be...