Michael Rittmeister

Results 193 comments of Michael Rittmeister

https://github.com/Kotlin/kotlinx.coroutines/issues/462 got closed, so we actually have multithreaded coroutines on native now

~~Web socket support on native seems to exist (although I couldn't really test that yeet) however you cannot use TLS connections on native~~ WS support is there now as https://github.com/ktorio/ktor/commit/e7c8c037bcacff14b3199e781231789f3a1cc6d3...

I am quite sure `name` is just how discord calls this, but we can add some kdoc

> Added: > Document Screen Sharing endpoints: [discord/discord-api-docs#2396](https://github.com/discord/discord-api-docs/pull/2396) Pls update this to membership screening and not screensharing

discord/discord-api-docs#1762 should be added to this

discord/discord-api-docs#2855 new banger feature to implement

I'll actually run Kord on a 4k guilds bot at some point so what about adding both ways

The builder also calls `DataCache.registerKordData()` and `DataCache.createView()` the latter one is actually suspending for no reason but the first one is

> Currently, it's impossible to make components update themselves by editing the message they were sent in, Seemingly Discord has since added a new method https://dokka.kord.dev/core/dev.kord.core.behavior.interaction/acknowledge-public-update-message.html Does this apply for...