gildor
04/02/2018, 4:20 PMchadmorrow
04/02/2018, 5:42 PMconsole.table
in kotlin.js?pavlospt
04/02/2018, 7:51 PMyaakov
04/04/2018, 10:39 PMarocnies
04/04/2018, 10:58 PMelement.style.setProperty("width", "$value")
. Am I doing something wrong?Gerard Klijs
04/05/2018, 7:00 AMbashor
04/06/2018, 8:26 AMakainth015
04/09/2018, 5:04 AMagrosner
04/11/2018, 2:58 AMKarin-Aleksandra Monoid
04/11/2018, 12:04 PMaidan
04/15/2018, 7:07 AMmmaillot
04/16/2018, 2:21 PMdoc.data()!!.get("label").toString()
(get data from firebase firestore)
Compiler add these lines (with others but seem good for me) :
// After use strict
var $$importsForInline$$ = _.$$importsForInline$$ || (_.$$importsForInline$$ = {});
// At the end
$$importsForInline$$.index = _;
When I try to start the node, I got an error message Maximum call stack size exceeded
If I remove these 2 lines, it works perfectly. I don't see why I got these lines, can you help me ?Paul
04/17/2018, 11:52 AMchadmorrow
04/17/2018, 3:36 PMansman
04/17/2018, 8:51 PMcompile project(":common")
which results in the output JS file having require('common')
in it which of fails in runtime since there is no module named common
. Can I somehow make it either inline the library code or require a path instead?gildor
04/19/2018, 9:56 AMdynamic
), but for now I think it’s too big feature that cannot be easily supported on jvmFilipp Riabchun
04/19/2018, 10:41 AMcreate an issuehttps://youtrack.jetbrains.com/issue/KT-13108
robstoll
04/19/2018, 1:39 PMfreshlyground
04/22/2018, 6:16 AMFilipp Riabchun
04/22/2018, 11:16 AMniklas
04/24/2018, 2:50 PMcreate_puj7f4$
even though there is only one create
function and since @JsName
is not available in a platform-common project, I am not sure what I can do to prevent that.lex
04/25/2018, 6:27 AMJohn Lutteringer
04/26/2018, 10:29 PMJohn Lutteringer
04/26/2018, 10:34 PMval preload = fun ReceiverContext.(other: Int) {
this.load.setBaseUrl("")
this.load.image("", "")
this.load.image("", "")
this.load.image("", "")
}
Zukkari
04/28/2018, 7:20 AMlewik
04/28/2018, 3:37 PMthis
as another class?
Now I'm writing
fun (){
val component = js("this") as VueComponent
component.doSmth()
}
I want
@JsChangeThis(VueComponent)
fun (){
this.doSmth()
}
gaetan
04/30/2018, 6:54 AMturansky
04/30/2018, 8:01 PMylemoigne
04/30/2018, 10:09 PMkotlin-frontend-plugin
and the sample from kotlinconf-app
(https://github.com/JetBrains/kotlinconf-app). Now I would like to add ukit
, so I added it to the npm
part of the buildscript. But I dont know/understand how to bundle it or make it served by webpack. (Given I'm a total newbie with webpack and last time I touched web development, HTML 3.2 was still the state of the art)damian
05/01/2018, 3:51 AMdamian
05/01/2018, 3:51 AMbashor
05/04/2018, 6:13 PMdamian
05/07/2018, 4:55 PM