sveltespot
sveltespot
Currently, if a sql row read needs to be deserialized into a struct, and the struct has one of the fields as a Rust enum type, then the deserialization fails....
Insert statements that are executed within concurrent transactions initiated from a remote replica connection seem to hang indefinitely until the transaction times out and the statements fail. Below is a...
`Builder::new_remote_replica` build panics if supplied with an invalid url. When trying to build an embedded replica of a db with a malformed db url, the `build()` method just panics and...
Observing inconsistent results/error when `SAVEPOINT` is executed outside of a transaction in local vs remote vs remote_replica. Savepoint executed outside of a transaction on a local database succeeds, where as...
This fixes #54 and adds a test for the same.
I am trying to render an input element and am tracking the current cursor position of the input string for insertions and deletions. I want to position a floating cursor...