Wannes Rombouts

Results 33 comments of Wannes Rombouts

`--gdb` implies the creation of a TTY. When setting up our own TTY we use `fdpexpect` and pass it our file descriptor. Basically what happened is that upstream dropped support...

FTR this is *probably* the commits upstream that introduced this behavior. https://github.com/jeberger/pexpect/commit/ce1e181b4c6fbb88678bfa7da45b8a3da328ba2b I'm pretty sure we could just drop the monkey patching now that this is "fixed" upstream. We'll only...

@josiahseaman That looks awesome, I'll have to check it. As for the issue at hand I haven't worked with binglide in a while myself but I'll try to find some...

Oh. Thanks for the report! I haven't tried binglide on the latest ubuntu myself. I don't have time right now, but I might look at it during the week-end. If...

PR welcome, but won't fix myself.

Currently in a REPL environment I find it easier to call the `_get_completions` method directly instead of relying on the `complete` method because that one is only really useful in...

Messing around a bit more with what @Kazanz proposed I came up with something that could be used like this: ```python class Foo(graphene_sqlalchemy.SQLAlchemyObjectType): class Meta: model = UnrelatedField.enable(MyModel) foo =...

I've been using this today to implement a middleware for apollo engine tracing data and it seems to be working great!

@syrusakbary if there is anything I can do to help get this merged please let me know!

@nikordaris definitely will. Just trying to figure out what repo it would live in, but probably `graphql-core` I imagine. I'm waiting for this PR before submitting mine so that the...