Aregev2
05/01/2018, 8:33 AMrobstoll
05/01/2018, 8:35 AMquerySelectorAll
). IntelliJ has iterator
in code completion but the compiler does not know if if I use it. it suggests to import kotlin.js.iterator but that does not help eitherFrancis
05/01/2018, 3:16 PMTalon
05/01/2018, 6:45 PMspierce7
05/02/2018, 2:41 PMarocnies
05/05/2018, 1:46 AMnish
05/05/2018, 5:53 PMEduardo Santos
05/06/2018, 8:24 PMlewik
05/07/2018, 8:29 PMbashor
05/07/2018, 8:42 PMgaetan
05/07/2018, 11:13 PMwickedev
05/08/2018, 3:05 AMsamir
05/09/2018, 2:20 PM.dropdown:hover .dropdown-content {
display: block;
}
ylemoigne
05/10/2018, 3:22 AMTalon
05/10/2018, 4:36 PMylemoigne
05/11/2018, 3:07 PMexternal object Object {
fun setPrototypeOf(plain: dynamic, prototype: dynamic): dynamic
}
and call it with Object.plain(myPlainObject, kotlinext.js.Object.getPrototypeOf(type!!.js.asDynamic().prototype))
but it doesn't seem to work.marcinmoskala
05/13/2018, 9:21 PMMarcel Overdijk
05/14/2018, 11:01 AMconst root = {
message: () => 'Hello World!!'
};
araqnid
05/14/2018, 5:53 PMval root = js { message = { "Hello World!!" } }
? (import kotlinext.js.js)Lucas
05/15/2018, 11:51 AMKotlin/js-externals
accepts any kind of definitions or just big frameworks and libraries? Is it the official Definitely Typed for Kotlin?chadmorrow
05/16/2018, 11:36 PMTypeError: Failed to execute 'fetch' on 'Window': Invalid referrer policy
error every time. The server is set to allow cors for "*".
My request looks like this:
val requestOpts = RequestInit().apply {
method = "POST"
body = JSON.stringify(postData)
}
window.fetch("<http://localhost:7000>", requestOpts).then { console.log("Post success!" }.catch { console.log("Whomp whooooomp") }
kotlin_questions
05/17/2018, 5:55 AMbissell
05/20/2018, 8:17 PMKrizzu
05/24/2018, 7:58 AMEvgeniy Zaharov
05/26/2018, 5:29 PMIcaro Temponi
05/27/2018, 2:17 PMpike
05/28/2018, 6:32 AMVivek
05/28/2018, 4:47 PMdynamic
and the use dynamic-to-kotlin converter in kotlinx.serialization
I would have liked a way to maintain type safety for this operation. Not a fan of using dynamic
. Hopefully we will get there sometime soon!pike
05/29/2018, 12:57 AMpike
05/30/2018, 1:06 AMpike
05/30/2018, 1:06 AMXiaozhou JIA
05/30/2018, 11:57 AMnode_modules/.cache
https://github.com/JetBrains/create-react-kotlin-app#user-content-npm-start-or-yarn-startgbaldeck
05/30/2018, 7:55 PManton.bannykh
05/31/2018, 4:43 PM