Results 17 issues of kiootic

Reproduction steps: send messages between two users rapidly (e.g. 0.5s) Expected result: messages are sent normally Actual result: sometimes error would occur: ``` Error Domain=SKYOperationErrorDomain Code=10000 "An unexpected error has...

When messages are sent very frequently (e.g. ~0.5s), they may have out of order `_createdAt`, even if the create message API is called sequentially client side. It is expected the...

vote/1

We should update the API documentation to be more complete.

release/beta

## Problem > What’s the use case? What have we seen that motivates us to work on this? As an app devloper, I'd like to allow non-technical teammates (e.g. customer...

pitch

Problem: Typechecking deno script may timeout If a deno script imports other dependencies, type checking process may require downloading the dependenecies recursively. It can time out the type check process...

cooldown/enhancement
bug/major

ref DEV-2107 ref DEV-2030