Cris Ward

Results 66 comments of Cris Ward

I realise this issue was opened 7 years ago. But I'd love to see this in svelte 5.1. (Think you have enough headaches for 5). Not sure if the rewrite...

I used this in development using dokku - https://github.com/progrium/dokku I also used guest additions in vagrant to share the site to a local share. You can then edit code without...

Any suggestions for getting around this? Having the same problem in my own app.

Just worked out what was causing this in my app. I had a textarea in one of my components, I had set the value on this tag,which obviously it doesn't...

Thanks for reporting this. We should really add a failing test, then make sure this update works for your specific bug. Will see if I can find some time to...

Unfortunately your fix doesn't seem to solve the problem. I've written a test for tags inside tags without shadow dom and the inner slot seems to be being ignored. Think...

This is the failing test if you want to have a go ```javascript it.only("should allow tags in tags",async()=>{ el = document.createElement('div') el.innerHTML = `SUB` document.body.appendChild(el) expect(el.innerHTML).to.equal('Main H1 Main Default Main...

Just a note on content layout shift. This can be eliminated with ```css *:not(:defined){ visibility: hidden; } ``` And setting a known width / height on your custom element. The...

@vectorselector Thanks for taking the time to submit these pull requests. I'm not actively using crystal at the moment, but have some projects which rely on this repo and and...

I'll do an npm release of this. Feel free to close when you're ready.