Sam Kleiner
Sam Kleiner
Looks like I need to update asgi ref before the tests will pass here. I will PR that to add `trailers` property to [HTTPResponseStartEvent](https://github.com/django/asgiref/blob/main/asgiref/typing.py#L98), then also add a new `HTTPResponseTrailersEvent`
> Hi, I am just wondering why not add something like [this](https://github.com/tiangolo/fastapi/compare/master...tricosmo:patch-1). The error(`type is not dict`) is the value of `Item` comes in as string when it is `multipart/form-data`....
@gvoysey My alternate approach above should support multiple form params and files if needed
> ### What is the impact of not solving this? > > Since only the linux version supports this flag at this time, I have to install heavy linux virtual...
This is an issue for me as well on ubuntu 22.04 default desktop env. I thought maybe it was trying to start before my mouse connected so I added an...
> btw, looks like you can only have one instance of the cli opened atm. So once the application is started, there is no way to login, etc. Here is...
Would anyone be able to explain why the tests are failing in CI with "Failed: timed out waiting for container to get ready". Everything passes locally. I have tried tweaking...
@dhui > Also, how soon will a production release be available? It might be worth waiting to merge this PR until after a SurealDB production release. Since the initial work...
Waiting on https://github.com/dhui/dktest/pull/21
Bumping this since its needed to fix https://github.com/golang-migrate/migrate/pull/917 It looks like my issue there was the dockerfile for surrealdb does not expose ports, while most other images used in migrate...