Joe Pea

Results 1897 comments of Joe Pea

A simple workaround is to make a `` component, and then create the shadow root with JavaScript in there, then finally pass `props.children` along. Something like the following (I wrote...

For reference here's the example working with `attr:`: https://playground.solidjs.com/anonymous/53995944-2a7c-42ed-8ebd-e21ea4bd7ce5

I too have had gripes with this. It will be nice for JSX to be simply sugar for DOM as much as possible, with delegation as an an opt-in feature....

Added to - https://github.com/babel/babel/issues/16117

Here's another one: - https://github.com/babel/babel/issues/16188

> Can we have something less efficient for now, so we can start thinking about using WASM? Of course it's possible, but someone has to spend time on it. That's...

@MaxGraey any idea why the multi-threaded SIMD example is slower than the single threaded optimized examples? I'm on my Pixel 4 phone.

I see that the debug output runs this: ``` lint-staged:execGit Running git command [ 'stash', 'create' ] +46ms lint-staged:execGit Running git command [ 'stash', 'store', '--quiet', '--message', 'lint-staged automatic backup',...

I also have modifications in git submodules. Could that have to do with it? I know that git submodule changes cannot be stashed in the parent. I've updated the repro...

I can't figure out what the issue is with lint-staged, but for now I was able to work around it in a less ideal way like so: First, change `.lintstagedrc.js`...