Adam Renberg Tamm

Results 6 comments of Adam Renberg Tamm

@dmitshur it's possible to do by creating your own HTTP Client, but it's a lot of work (just look at all the code in `golang.org/x/oauth2` to set the Authorization header)....

It seems that since #5 is desired, adding more custom HTTP handling will be tricky without implementing the transport-agnostic interface layer. I'd be very happy to pick up work on...

Bump on this. shurcooL/graphql will presumably support HTTP transports even with pluggable transports, so exposing a `graphql.HTTPResponseError` would likely be forwards compatible. (You could move it to something like `graphl/http`...

Is the file that does the imports called `apns.py` too? Then add ```python from __future__ import absolute_import ``` At the top of you file.

Hi, I've created a fork of talon, https://github.com/tictail/claw, in which I've removed the signature extraction that depends on ML (which I didn't use), and cleaned up some dependencies (now much...