MCMXC

Results 162 comments of MCMXC

I am pretty sure you shouldn't set `meta description` in the `template.html`, because other routes cannot overwrite it with `svelte:head`. You end up with multiple `meta description` tags in your...

Sorry for the misunderstanding. The first paragraph was solely about my great experience with the tool, not a request in any shape or form! My question was more around a...

Yeah, my idea definitely wasn't well-thought-out! Including the bugs URL by default in the `analyze` output sounds reasonable to me.

Yes, it's more about following HTML specs closely. What we did as workaround since opening this issue is: ``` onValueChange: (event) => { onValueChange?.({ curr: event.curr, next: event.next, }) //...

I want to stick as closely to melt-ui types as possible, that's why I used `CreateSelectProps['multiple']` to not diverge when there are e.g. breaking changes. Why don't you want to...

An old package itself is not a problem as long as it doesn't pull in any dependencies itself which become outdated, contain CVEs etc. Doesn't seem to be an issue...

Just putting it out there that there is https://svelteflow.dev too, which focuses 100% on creating a DAG.

Ok, I understand. It did work in peek and the way I understood it how it was done in peek is by using XWayland: https://wayland.freedesktop.org/xserver.html So that could be a...

@probonopd I will be reading through the gist you posted at some point, I think I actually stumbled upon it before and bookmarked it. Both Manjaro Linux and Ubuntu which...