John Jenkins

Results 120 comments of John Jenkins

@PaulRaschke - the issue I experienced was that dynamic slot fallback text (like in your example) would show after update / re-render even when there is active slotted content. I've...

Any reason this one went under the radar? Feel it was a quite small risk to quite a large potential reward ratio :) The reason I made it originally was...

Before working out a higher level API I guess we'd need to know whether stencil wants to ship something 'official' that doesn't work cross-browser? Until Safari gets on-board I can...

Having said what I just said ( :D ) ... it looks like there will need to be a hook to get this working with lazy loading - the static...

@BenRacicot I'd suggest looking at using `scoped: true` instead of `shadow: true`. This removes the shadowDom (so you get native form participation / validation so long as you include an...

What with [Safari getting on-board](https://github.com/WebKit/WebKit/pull/2690#event-7166855387) with this, this feature is now an imperative, so I've just bashed something out very quickly in order to get the ball rolling. https://github.com/ionic-team/stencil/pull/3519 -...

Hi @rwaskiewicz - when you get a sec, can you tell me how I get all green on the CI? Seems some rendering issues during browser tests (nothing I've done...

Using rails, i think they probably just wanted something that didn’t require node for ssr. With catalyst they return as much as possible in light dom rendered by the server,...

> To fix this, we need to use `@rollup/plugin-dynamic-import-vars`, which will explode the template literal into a switch statement with a case for each matching file (i.e. *.entry.js) (*ahem -...

hey! I decided to see if I could help with this issue but unfortunately I couldn't recreate. Any pointers? [This is the repo](https://github.com/johnjenkins/test-stencil-style-hmr) [This is the result](https://user-images.githubusercontent.com/5030133/137995674-f956f252-72cf-4ad6-ad7b-62a67f217ea4.mov)