Michael Williamson

Results 71 comments of Michael Williamson

I haven't worked with .NET for a while, so I might have to do some reading around before taking a look at this. Having said that, it looks like the...

I haven't done any .NET development (other than this project) in a couple of years, so the honest is: I have no idea! I haven't kept up with .NET Standard,...

I've been using: ```python from graphql import build_ast_schema from graphql.language.parser import parse def parse_schema(document): return build_ast_schema(parse(document)) ``` which seems to work.

Thanks for the kind words. One question I had was how much you'd imagine trusting the query builder? For my implementation, I was planning on putting the responsibility of correctness...

Thanks for working on this. I've taken a look at the proof of concept you wrote, but it's not clear to me exactly how it behaves, and how it's saving...

I'm not sure what the XML you've posted corresponds to in practice, but the alt text is read from the `o:title` attribute of the `v:imagedata` tag, rather than from the...

Could you provide a minimal example document?

> Also, is there a reason you don't run Cython in setup.py? I suppose there is, but if that was done, then it would be possible to install jq.py with...

This pull request seems to have a couple of different changes in, and I'm not sure the tests fully cover the changes. I think it'd be useful to break this...