Miroljub
Miroljub
Any updates on this? Will this resolve only for the different clients running simultaneous, but not e.g. two login sessions for the same client opened in two tabs?
I can confirm this too.
Did someone manage to run it without `--single-process` on lambda?
We would like that too because because we have some unused schemas that we tested for register UI elements generation.
Thank you for the report, we will include this in our image.
Hello @roji we have migrated to dotnet 9 and now we can not connect to database with `VerifyFull` at all, not just macOS now. We haven't test it with Amazon...
Thanks @vonzshik I'll test once fix is released.
@atomiks Same issue here. This `Prettify` is suspicious:  I'm not sure how typescript says for `Placement` that is `union of string literals` when `Prettify` returns an `object` type ...
I think this is added by mistake in [this commit](https://github.com/floating-ui/floating-ui/commit/39c855696953ba5f6985e61538e3dbd3c49bfb3c#diff-4de4f541bddba72ba0a8692d8e366b2b8498d0a1bae6d3cb225fd3346571d567R8)  I'll create PR for removing it on `Placement`
I get that Vue is not aligned with TS completely for this case, but I also believe that this is hacky, confusing and I'm skeptical that this is not designed...