Marko Paunovic

Results 7 comments of Marko Paunovic

Bump. Is there a working example on how to implement subscriptions in `Flask-GraphQL`? I've tried some things with `Gevents` but nothing worked.

@ddrouin how did you manage to revert this behavior? When I put this override in my code, it doesn't work - IDs are still returned as a base64 encoded string:...

Are there plans to implement this? I'd be happy to work on it and create a feature PR.

+1 for this feature. We utilize Tox in our CI/CD pipeline and it would greatly shorten testing time if there was an option for Tox to fail fast on error.

Hi, any ETA on this?

For anyone stumbling upon this thread and looking for workaround until this is implemented, following code has worked for me: ```python3 def patch_playwright_assertions(config: _pytest.config.Config) -> None: """ Patch Playwright assertion...