Patrick Nelson
Patrick Nelson
Documentation here (link for the lazy): https://svelte.dev/docs/custom-elements-api#component-options
I think `vite preview --watch` would be fantastic when compiling to `iife`/`umd` as well, since there's no obvious way that I can find to easily develop for that output format...
One potentially suitable alternative that I found for now: [`alive-server`](https://github.com/ljcp/alive-server) (updated fork of [`live-server`](https://github.com/tapio/live-server)). If it helps anyone else, here's what I'm doing: 1. Setup `alive-server` either globally or as...
Found that this occurs even with a much smaller number of files, particularly if a large set of them happen to change all at once (e.g. ~180 or so in...
This is a great little server; anyone have a fork of this that's actually being maintained? 🤔
Oops, never mind! Found a great fork here: https://github.com/ljcp/alive-server Looks like `alive-server` installs a bit more quickly and no deprecation warnings upon install. Probably has less dependencies too (newer version...
To start out, I'd like to preface this by letting you know ahead of time that I'm not deeply familiar with React (and thus HoC's) nor Apollo and only have...
A little bit of a rant here, but this seems a bit magical: > ... it means that any other code that has added handlers for the current event (e.g....
FYI @gillius the logic in this is backwards. By default, it disables wrapping and when you add `/nowrap` it enables wrapping, which had me confused. If it wraps by default,...
Got a PR to fix your PR here: https://github.com/gillius/MouseUnSnag/pull/1