Ryan Murphy
Ryan Murphy
I think this could/should mimic the new-ish `page` variable and surface itself at like `sitemap`. Could be an array of all the pages, or some sort of key-value lookup (that...
May be best as a feature of [`mini-sync`](https://github.com/rdmurphy/mini-sync) honestly. Provide a way to "send" browser messages via the `mini-sync` client and could just barf out the error frame. BrowserSync had...
And now I cannot recreate this. 🤔 Will keep it around just in case, but maybe it was a fluke.
I think the easiest answer here _may_ be to just not reflect the `offset` property to the attribute. There's precedent for that in native elements. Could just store a reference...
Going to remove the `bug` tag from this because I don't think it's really a "bug" in the typical sense — this is on Svelte for trying to do something...
Just wanted to echo that I have a similar request — right now `core` [checks for whether the input is an `HTMLInputElement`](https://github.com/easepick/easepick/blob/e33a7f4e4ec1a8b15557ea864445923a278bc88b/packages/core/src/core.ts#L355-L360) and that controls whether it sets `value`, but...