Patrick Nelson
Patrick Nelson
Also very interested in this. I created [`svelte-retag`](https://github.com/patricknelson/svelte-retag) which actually handles Svelte 3 & 4 custom elements and supports Vite HMR (along with proper support of slots in the light...
In Svelte 3 the issue was that it got redeclared over and over. However, in Svelte 4 the issue is that HMR simply doesn't trigger at all. My hunch here...
Another hunch... after some research, it seems that if we can maybe have the compiled `.svelte` component emit the `customElements.define(create_custom_element(...));` call **after** the proxy is setup, then there's some potentially...
@dominikg are you addressing me? If so: I understand. 😄 The multiple calls to `customElements.define()` what would occur as the module is reloaded is separate from the triggers that _lead...
> As soon as the interface of the custom element changes, you have to do a full reload. (eg adding or removing a prop). Also: Presumably this interface never changes...
Do you happen to maintain this repo anymore? Just curious.
For what it's worth, TikTok also provides their square icon with their brand colors as well. Note: This is just a screenshot taken from the `TikTok_Icon_Black.ai` file provided in their...
I did find a *very* hacky workaround that gets this to work on Windows here: http://blog.subjectify.us/miscellaneous/2017/04/24/docker-for-windows-watch-bindings.html Basically, install python on the Windows host machine and then from the Windows command...
Great idea @RiverWalker92. If you're up to it, submit a PR to this repo to add polling as an option (instead of `inotify`) configured via the `docker-compose.yml` environment variables. Then,...
I'd almost suggest just archiving it and not moving; at least for now. Architecturally, it may not fit well with our desired approach to use progressive enhancement. We won't be...