Florian Baierl

Results 14 comments of Florian Baierl

@jducoeur I stumbled across the same exact problem as you did. Multiple pages in a Scala.js application where I am planning to give each page an Owner and let it...

Thanks for your input @cornerman. I might be totally misunderstanding something but here are my thoughts on that: The problem I'd imagine there to be is that as I rebuild...

>> So, if you construct it this way, all the cleanup should be happening automatically for you. That is awesome. Thank you very much. My architecture was completely different and...

In the end I rewrote our application to only have one single `implicit val owner = Ctx.Owner.safe()` like @cornerman describes in his post and pass that around everywhere I need...

I think this was fixed, but 1.2.5 is still the latest released version....

Has there been any progress on this? Facing the same issue (ReferenceError: exports is not defined) and `requireJsDomEnv in Test := true` does not seem to fix it.

Alright thanks. I am still using Scala.js 0.6 so I guess I'll have to try to update. :)

Unfortunately we cannot update to Scala.js 1.0.1 yet since too many dependencies are still on 0.6. I'll need to look for a different solution. Thanks anyway @sjrd .

The more general approach would of course be great! Another possible use-case might be if some goods need to be transported as-fast-as-possible (e.g. Pizza) while other goods that are transported...

We encountered another example: ### Input ``` { "vehicles": [ { "id": 0, "description": "144", "start": [ 12.12023, 51.62729 ], "end": [ 12.12023, 51.62729 ], "capacity": [ 5 ], "skills":...