Michael Gottschalk
Michael Gottschalk
Hi Matthew, is the --custom-package option already possible with android-plugin? It does not seem to be. Do you have some code that could be adapted to --rename-manifest-package?
I'd also like to know how to handle the owner context correctly. More documentation would be useful. Especially: - How do you set up an initial Rx when you do...
@jducoeur I now just create one `implicit val ctx: Ctx.Owner = Ctx.Owner.safe()` on the top level of my app (e.g. in the JSApp class) and pass this context around everywhere....
@jducoeur Sorry, I don't know about that either. But if you pull the context one step up (into the JSApp class), so that you can pass it into all your...
Ok, cool. That sounds interesting.
I have read your article and looked at the library. It's cool that it works like that. However, I don't quite understand yet why type classes are really needed here....
> Because you can't run javascript on the JVM. All the moment-js power is useless at the backend. And vice versa. That's the core of the problem :) I think...