Natan Lifshitz
Natan Lifshitz
Considering `kotlinx.serialization` doesn't have a concept of an "undefined type argument", there's no valid argument that would do what I described. The best `kxs-ts-gen` can do is ```typescript interface SearchResult...
This very simple change will improve the preview experience dramatically.
It's unlikely I will implement more features myself, but I will accept a PR.
@Mr3zee `terminateProcedureCall` must be called when handling the procedure call is done. The workflow should be like this: - Call KrpcTransport.receive() to get a request. - Parse the request and...
@Mr3zee Any thoughts?
Recent changes in 0.8.0 might solve this problem? https://kotlin.github.io/kotlinx-rpc/0-8-0.html#krpc-protocol-changes > KrpcClient sends REQUEST cancellation messages for every individually finished call, canceled or finished successfully
Dependencies should specify a display name so users know what mod they need to download.
Okay so here's one way to solve this: If you use a suspending coroutine instead of `sleep`, reloading does work correctly, despite that this code seems equivalent to me: ```kotlin...
Thanks @skybber ! That definitely accounts for this issue, but there is another case where this happens, so I'll open a separate issue for it as it's a different problem:...
What is currently blocking this feature?