Results 8 comments of Nico Kruger

So I'm taking it then that is a compile-time setting? Ie. a setting that will have to be set when you guys convert box2d to the WASM module and not...

Thanks for the clarification. Any ideas on when you guys will be able to enable the memory growth setting? Is there any way I can help? I'm really keen on...

I'll see if I can get a basic build working on my side, and no I don't think its really necessary to support both (in my opinion), I would say...

Hi @kripken , I'll have some time this week to look at this. I'm trying to compile using emmake, but get the following error: LLVM version appears incorrect (seeing "9.1",...

Thanks! Using emsdk I can now at least start the build 👍 I get errors like the following now: ``` /xxx/emscripten/1.38.3/third_party/closure-compiler/node-externs/domain.js:68: WARNING - Bad type annotation. type not recognized due...

Hi @VicFrolov , I'm working on exactly the same thing today :) Can you perhaps share what we have around trying to use setContext? Maybe I can also try and...

Just FYI, I ended up just going with two ApolloClients, and switching between them in my store.

I think as a start just ignoring parentLayer's could work. Ideally you would want the partial render to respect the ordering of the layers in the sub-tree you are rendering...