jsilveira

Results 6 comments of jsilveira

If I understand correctly, this is still an issue and there is no way to have fallback locales at "key" level, right? (for example, having a 'en-gb' locale which overrides...

You make very good points @dougwilson, maybe URLSearchParams is not the way to go. I also don't know if there is an specification link between parsing "application/x-www-form-urlencoded" and url query...

I would love a github reaction with the semantic "I also wasted a lot of time because of this unexpected behaviour, give it one more dev higher priority when rethinking...

Any known workaround for this bug? Sending the input twice is not working for me

After inspecting the code, I think the issue is that there is unexpected whitespace before the list items. The fix seems as easy as changing the `\s?` for `\s*` to...

> @antony Thanks for the answer, but I needed 2 way binding. Got it working though :) https://svelte.dev/repl/dc963bbead384b69aad17824149d6d27?version=3.25.1 Thanks for this example! I was exploring which is the most idiomatic...