Jan Špaček
Jan Špaček
I made a small improvement to the `turbojpeg` crate that allows me to conveniently use its `Image` type both as an owned container `Image` and as a borrowed reference `Image`....
We need to provide reasonable default error handling for some exceptions thrown by the ORM; for example, if an entity is not found, it makes sense to throw an exception...
Ok, that makes sense, you persuaded me :) However, I'm not sure when we are going to fix this: there are many many problems with the current Chiselstrike, but we...
Should be fixed by denoland/deno#16397, we will get the fix when we upgrade Deno
Hi folks, I'm also really interested in this feature. Is there anything I could help with to move this forward?
Thanks for your prompt response! I added a debug print of `self.sent_packets.len()` to `PacketSpace::sent()` and it grows without bound in the client (but not in the server).
I also tried using Quinn from the latest `main` branch, with the same result.
Thank you very much for the quick diagnosis and the suggested workaround :pray:
This is not yet implemented, but Hrana 2 added a mechanism for clients to reauthenticate by sending a repeated hello message on the WebSocket. However, the libsql clients don't yet...
Is there something in Hrana itself that will need to change? The protocol just transmits SQL statements, it doesn't care what's inside of them.