Antony Jones

Results 337 comments of Antony Jones

I also like `bind:value|date` syntax, as I think it's a lot cleaner than the messy API exposed by browsers.

@cupcakearmy ``` $: dateAsDate= date && new Date(...date.split('-')) ``` [Rendered](https://svelte.dev/repl/94db484ef4754147bbdfbe76a78cfa90?version=3.25.1)

I wonder if it would make sense to instead use a yaml file, rather than a .pnpmrc. Is there a specfic desire for the ini format? I also think a...

I like this idea, a *lot*. I would suggest that the version of pnpm installed would be the newest possible match for the specifier. This is what you'd want people...

...and I've just spotted the issue about brand icons. I understand the decision not to support these icons, but it does prevent me solely using feather in a product which...

@locness3 that's indeed what I'm doing now. It would be nice to have them as part of feather, though. https://www.npmjs.com/package/svelte-simple-icons

The way this is GDPR compliant is that you don't run any sort of non-gdpr compliant code until the user consents to those types of code, by clicking Accept. If...

I'm unsure what the correct type of cursor would be here, actually - but a pointer seems reasonable. If you want to open a PR for this change I'll merge...

Only by allowing it as a customisation option, or, if there is a better default we can just change it - what did you want it to be?