wakemaster39

Results 12 issues of wakemaster39

resolves #1195 This stops `null` from being populated in the introspection query as mentioned in #1195. This also solves the problem of `None` being passed into the kwargs of a...

If I submitted pre-commit hooks for isort and black would you take it? I use them exclusively and remember to run black/isort pains me sometimes.

I am transitioning to python from C#, I know in C# the problem of over fetching data has not yet been solved. But in javascript it has been solved by...

This requires a new version and a bunch of other stuff. Not sure the road forward you would want to take on this but toss this up for anyone who...

It is possible to trivially add support for limiting the size of a return object. This is important because people might ask for 10,000 items and we need to enforce...

#36 while looking innocent enough is a breaking change and should have rolled minor versions at least and not been v0.3.1. Deleting the `_commit()` functionality and reworking the internals so...

enhancement

Resolves #65 This takes the approach that no one should already have an event loop and makes one and runs it in context. This is also only python 3.7+ supported...

type: feature

With the death of promises, https://github.com/syrusakbary/aiodataloader is the current only implementation of dataloaders that I can find. To use this in a synchronous framework like flask, you need to have...

type: question or discussion

I am running into an issue trying to use some sensu plugins with sensu-go due to the age of certain dependencies causing `Check failed to run: can't modify frozen String`...