francescotescari
francescotescari
**Describe the bug** In Kotlin/JS, when resuming the main coroutine exceptionally, the exception is thrown is the resuming coroutine (even if it's in a different scope) and it's not propagated...
**Describe the bug** When calling db.delete on a db with an absolute location path, the underlying database is not deleted because the path passed to the delete function is wrong....
The following TS code doesn't compile, unexpectedly, due to the fact that `current(Draft)` returns `Draft` instead of `T`. Can we make the return type of `current(Draft) T`? Or even force...