Björn Ritzl

Results 571 comments of Björn Ritzl
trafficstars

Thanks! Could you please also update the script_api: https://github.com/defold/extension-admob/blob/master/extension-admob/api/admob.script_api

I did a test just now with the XOXO / TicTacToe game and everything seems to be working as expected: - https://github.com/defold/game-xoxo-nakama-client - https://github.com/defold/game-xoxo-nakama-server https://github.com/user-attachments/assets/94300969-79d6-4c28-b65f-20e8b2a31673 The match data which the...

> local modulename = "normal_run" > local setupstate = { initialstate = payload } > local matchid = nk.match_create(modulename, setupstate) I suppose a follow-up question would be if your match...

``` clojure.lang.Numbers.double_array.class java.lang.NullPointerException: null at clojure.lang.Numbers.double_array(Numbers.java:1236) at editor.geom$coords__GT_Point3d.invokeStatic(geom.clj:306) at editor.geom$coords__GT_aabb.invokeStatic(geom.clj:308) at editor.gui$fn.invokeStatic(gui.clj:2196) at editor.gui$fn.invoke(gui.clj:2194) at clojure.lang.AFn.applyToHelper(AFn.java:154) at clojure.lang.AFn.applyTo(AFn.java:144) at clojure.lang.AFunction$1.doInvoke(AFunction.java:31) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.lang.Var.invoke(Var.java:384) at editor.gui$GuiSceneNode$behavior$scene$fn.invoke(gui.clj:2306) at internal.node$trace_expr.invokeStatic(node.clj:43) at editor.gui$GuiSceneNode$behavior$scene.invokeStatic(gui.clj:2306)...

@alerque may I ask when this will be merged?

> @britzl I'm all for it but this is @leafo's project and I haven't been grated any special collaborator permissions so my approval doesn't count for much except to say...

Yes, or using https://github.com/andsve/def-diags. Although there is this issue when building that extension for Linux: https://github.com/andsve/def-diags/issues/5

Which version of the extension are you using? This one? https://github.com/defold/extension-rive/releases/tag/3.10.0

> Hello everyone, bumping this issue because I've tried multiple versions of defold and the extension and it keeps failing to bundle This morning I opened the [Rive template project](https://github.com/defold/template-rive)...

> Hi all, > > Is this issue being scrapped? If you can, please let me know as i will need to redesign some things to support what I need....