Matthew Schmoyer

Results 7 comments of Matthew Schmoyer

~~This fix would only retry in cases when there is a failure callback defined for the request index. Perhaps I should update that so that the request is added to...

This looks like you're going to try to put an apache server in front of the airflow webserver on the same container. If that is the case, I would suggest...

I'd love to check this out for hacktoberfest. @JungWinter thanks for the starting point.

I looked into this a bit today. [This commit](https://github.com/manrajgrover/halo/commit/9b23858d8f78fe0b2d97641452067012821e0cee) caused the bug. The reason why is `ip.events.register('post_run_cell', clean_up)` fires after every cell execution, which calls `clear()` and clears the last...

I'm not yet sure about loading from an SDL file, but you could load easily from a JSON file: ``` In [1]: from graphql import build_client_schema In [2]: import json...

Although I guess this also opens the door to a whole bunch of design questions: 1. What about other characters that should be escaped? `"` for example in a username...

Hey @jxs - I'd definitely be interested in that! Thank you for the starting points about the Transaction trait. That makes sense for the point where we can execute the...