Hugo Heyman

Results 13 comments of Hugo Heyman

@jcass77 Aha nice yes that works (just swap `wrapper` arg to `func`)

Ok that's fair and I agree. I have not yet had a case with a scheduled task without db interaction, but I understand there could be such use cases where...

Was looking into a similar case for nextjs before (comma separated querystring values getting uri encoded). I believe the encoding and url formatting is done by a dependecy of nextjs:...

Ah you're right. I didn't check so carefully and assumed it was using the Router.push / Router.replace of nextjs which I found was using the url package.

For anyone having trouble with parsing querystring params in regards to `BooleanField(allow_null=True)` if parameter is omitted it's set to `False` and not `None` (Using version 3.12.4). To get `None` behaviour...

I need this 🙏 Having history pane in graphiql with newer versions is great.

@simonclouds You can pass an argument `graphiql_version` to the graphql view to request a specific version. Currently I've modified my local flask-graphql with this PR so when I register my...

Ok will fix conflicts. Yes building all bundles with rollup probably makes sense. I'll add this to the PR when I have some time soon. Currently the commonjs dist is...

@chrisbloecker It does indeed fix the issue. Been running on my fork since the fix :) You can fork it yourself and add to your dependencies or depend on mine...