Jonathan Ehwald

Results 78 comments of Jonathan Ehwald

Serverside the `README.md` should be sufficient. Github also links to two project the drf-firebase-authentication package is `Used by`, you may take a look at those aswell. Let me know if...

Hi, feels like this should already work. Are you getting an error with your second version and might it be because the `info` parameter is not passed to `func`?

Just to make sure we're on the same page: Do I understand correctly that you want the original error message to be surfaced to the client instead of getting overwritten...

This is also highly webserver and framework specific. I remember checking whether we could detect when clients disconnect before request handlers are done. I expected an exception to be raised...

> This PR needs to be completely refactored because of the upstream changes. The "context" and "root value" are now created in a different place, long before the task is...

> It appears that validation now happens in the task ,because the `result_source` is awaited inside the Task now. So presumably, validation now happens as part of that, in a...

> I am wondering if I am able to fulfill the request. It should technically be possible since we can always use partials to provide the info object for the...