Nacho García

Results 7 comments of Nacho García

I was experimenting with contexts on a microservices frontend, in which lazily loaded packages could register providers on the app-shell.

I think there might be another problem with the context-root [here](https://github.com/lit/lit/blob/b225bd3ae1f03d46119650c997719b86742831fe/packages/labs/context/src/lib/context-root.ts#L85) related with this issue Shouldn't ```composedPath()[0] ``` be stored instead of ```target``` here? Otherwise, we'll not be dispatching the...

I was having this issue with this PWA: https://porrasta-cfb21.firebaseapp.com/ which caches 200+ files. It was not happening in Desktop computers, only in mobile. A Nexus 6p with Android 8 had...

Would it be possible to use the new WasmFS and mount the OPFS fs? I'm including this flags in the build command, but it's creating a `lg.js` file that doesn't...

> Now compiling with the latest emscripten here: #58 > > Had to increase the stack size to make it work. > > Not sure if it actually use WASMFS....

Yeah your right, I'll give a try in the future

Is there some example of compiling including OPFS? Setting WASMFS=1 doesn't seem to include it, even though it [looks like it is](https://github.com/emscripten-core/emscripten/blob/main/src/modules.js#L103). Also, using current FS you have to use...