Torbilicious
05/31/2018, 12:07 PMTalon
05/31/2018, 6:34 PMkrtko
06/02/2018, 5:40 PMPrashoor Chitnis
06/04/2018, 11:10 AMhackerham
06/04/2018, 12:19 PMexternal class MyError extends Error { ... }
hackerham
06/05/2018, 1:18 PMmylib.shim.*
because imports might be optimized by IDE, and that'll affect JVM platform toohackerham
06/05/2018, 2:19 PMlibraries/stdlib/js
. trying to do it with 1.2.40 and gradle 4.3.1 , failinghackerham
06/05/2018, 2:19 PMkrtko
06/07/2018, 6:21 PMUncaught ReferenceError: google is not defined
. Is there a way to remove kotlin's safety check for external JS?Zaid
06/10/2018, 12:26 PMprintln("hello")
print("world")
but it only prints hello
in the chrome console.
I am confused why it shows such a behaviour , Is there any specific reason for that ?Nail Gilaziev
06/11/2018, 7:19 PMNail Gilaziev
06/12/2018, 11:40 AMcoder82
06/14/2018, 9:05 PMrobstoll
06/18/2018, 1:03 PMylemoigne
06/19/2018, 9:51 PMspierce7
06/21/2018, 12:07 AMwilyarti
06/21/2018, 9:38 PMcoder82
06/21/2018, 10:46 PMVivek
06/22/2018, 6:04 PMlouiscad
06/23/2018, 10:14 AMgcx11
06/23/2018, 2:24 PMlaunch {
while (true) {
context.clearRect(
0.0,
0.0,
context.canvas.width.toDouble(),
context.canvas.height.toDouble()
)
draw(context)
delay(1000 / 60)
}
}
wilyarti
06/24/2018, 10:41 AMlewik
06/28/2018, 3:33 PMKotlin.defineModule is not a function
. Both is commonjscoder82
06/30/2018, 10:08 AMcoder82
06/30/2018, 2:25 PMVivek
07/01/2018, 4:17 PMjw
07/02/2018, 4:01 AMcoder82
07/02/2018, 11:51 AMgregopet
07/03/2018, 10:36 AMDate
type mapping does not contain time component setter functions?Jared
07/07/2018, 7:08 PM