Raphael Mayer

Results 29 comments of Raphael Mayer

I have a similiar problem. The highlighting fails at the second chevron: ![image](https://user-images.githubusercontent.com/25869389/84481889-158fb480-ac97-11ea-903c-5ef6146e0570.png)

Controlled does not seem to work at all. Using

> I believe Scoped Custom Elements seems like the best solution, more so considering it's proposed as a web standard. > > Right now it this polyfill is adding support:...

This only works in older versions of Stencil. In newer versions defineCustomElements is async. If you have other registrations in between it breaks. See: https://github.com/ionic-team/stencil/blob/41f877ec48200dee0483691b4e5e519073d392dd/src/compiler/output-targets/dist-lazy/lazy-output.ts#L189

> I wrote a script which manipulates the generates dist/esm sources to also accept a registry as an input parameter: > > ```js > const path = require("path"); > const...

@fcano-ut > @mayerraphael I agree, the only "proper" solution is support at the Stencil level, but we need workarounds in case that takes a lot... > > If `defineCustomElements` is...

> > > I believe Scoped Custom Elements seems like the best solution, more so considering it's proposed as a web standard. > > > Right now it this polyfill...

Same here, having this with 2.22.3 and 3.2 as well. All components have shadow: true. Also, we mostly have this with components using other components internally. And the components the...

`__io_uring_peek_cqe` also causes an `// /usr/include/liburing.h:1245:19: warning: unable to translate function, demoted to extern`. It uses `io_uring_smp_load_acquire`, which uses `__typeof__`, which fails. ```zig pub const io_uring_smp_load_acquire = @compileError("unable to translate...

@rwaskiewicz Any update on when or if this is planned? With currently 16 upvotes this seems to spark some interest. I guess this would also simplify the current custom hydration...