Christoph Zwerschke

Results 235 comments of Christoph Zwerschke

It seems this has been (accidentally?) solved by #300 already.

@danvendia I have solved the issue now a bit more fundamentally in this branch and extended the tests. Should still be working. Wil try to tackle the second issue next...

@danvendia Update: I have looked into the second issue, can reproduce it and have an idea how to solve it, even more fundamentally than the last fix. Will continue to...

@danvendia The complete fix has now been merged into the main branch and will be available with the next alpha release. Please open a new issue if there are still...

@danvendia @mika-vendia @rpgreen-vendia: This is now available in [v3.3.0a2](https://github.com/graphql-python/graphql-core/releases/tag/v3.3.0a2) for testing.

Thanks @dacevedo12. We should separate the performance degradation due to middleware from that due to async execution. I did not look deeply into this, but it looks like Ariadne's default...

Another example: I want to draw a line diagram of my weight every day, where sometimes I measure and enter the weight two or three times a day. Currently, these...

This is my current main problem with the tracker as well. Would be great if the opearation for aggregation (sum, average, median, min, max) would be configurable.

Thanks. Will care about that. Still waiting for a free moment to work on graphql-core again.