Zalim Bashorov

Results 110 comments of Zalim Bashorov

+1 for an annotation on functions. Here are some examples for the discussed groups from Kotlin: * No side effects * Some specific functions and constructors (e.g., boxes for primitives,...

Do you have any updates on the topic?

Please follow [this issue KT-35973](https://youtrack.jetbrains.com/issue/KT-35973) for updates.

I'd suggest writing relevant information to README.md and archiving the repo now. (And unarchive as soon as it is ready.) cc @anton-bannykh @ilgonmic

@TianlongLiang awesome! We are looking forward to it!

@wenyongh super, thanks for the update!

@sdeleuze, you can start experimenting (!) with Kotlin right away but without the ability to throw and catch exceptions. To prevent using EH by Kotlin/Wasm toolchain, you need to add...

Hi! Thanks for the report! Looks like a bug in `RequestInit` implementation, as workaround you can define own version, something like: ``` public fun RequestInit( method: String? = null, headers:...