Artem Kobzar
Artem Kobzar
Hi there 👋 First of all, thank you so much for such an amazing project. A little bit of context for this change: I'm working on an interesting approach for...
…both variants from the single source
The MR is attaching a fantastical interactive explanation (created by @terrakok) of how `Flow` operations work to their documentation. The result of the MR is presented in the attached video:...
This is a suggestion to add methods: resize() transfer() transferToFixedLength() to org.khronos.webgl.ArrayBuffer original issue: https://youtrack.jetbrains.com/issue/KT-82359/KJS-Improve-ArrayBuffer-bindings-add-missing-methods
> As an exercice to learn something new I wanted to mess with WebRTC. I've been following the basic examples on their site and at some point you have to...
Property description: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-thickness More here: https://youtrack.jetbrains.com/issue/KT-49410/
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/queueMicrotask More details here: https://youtrack.jetbrains.com/issue/KT-46315
Now I need to do `.asDynamic().pointerEvents = "none"`. The property: . More here: https://youtrack.jetbrains.com/issue/KT-35764/
org.khronos.webgl.Uint8ClampedArray getter and setter declarations use Byte. Which means assigning values over 127 to it is not trivial. Also the values obtained from it violate the Byte contract Besides one...