Rene Dohmen

Results 12 issues of Rene Dohmen

Thanks for the deployment info for FastAPI on Amazon Lambda. Really appreciated. Just curious: do you know if Websockets will work? https://www.serverless.com/blog/framework-release-v138-websockets

Whilst transitioning our stack to FastAPI I luckily found this package. Thanks for the work on this package; it's a nice and easy way to get a DB connection without...

Would it be possible to support this other way of file upload? I am not sure if this is some standard but I ran into this by using React-Admin file...

bug

First of all: thanks for this excellent testing project :) I subclassed LiveServerTestCase to do some acceptance testing, and run it in a py.test env. In our case the startup...

As requested in #658 : a failing test.

Yesterday I tried to correct a frame which I forgot to stop. When I stopped it: start -> somewhere on 18 march end -> somewhere on 19 march Thjs frame...

bug

I read some comments in other issues about translating stuff in tokenizer. I'm happy to help; just looking for an easy starting point.

Deferred post-1.0

The current middleware subclasses BaseHTTPMiddleware which per encode/starlette#919 and tiangolo/fastapi#2086 will cause all background tasks to run before the response is sent.

When I try to run "vagrant up" it configures the hosts correct but all yum install command fail: fatal: [postgres-1]: FAILED! => {"changed": true, "failed": true, "msg": "Error: Cannot find...

pip package should be aligned with last version of Django/Crispy form. Some form use formactions, resulting into: `django.template.exceptions.TemplateDoesNotExist: semantic-ui/layout/formactions.html`