Eric Vera

Results 6 issues of Eric Vera

I am trying to have multiple PWAs in the same domain. I've been browsing through the docs and code, but have not been able to find much information. Please feel...

I found an issue where '123.sd' is turned into '123.00'. I was expecting this to error out as it is not a valid currency value. Looking at the code I...

discussion

The emulator works fine if I launch it while connected to the internet and then go offline, but not if I try to start it while disconnected from the internet....

type: feature request
emulator-suite
internal-bug-filed
help-wanted

There is already a fix for this issue, but I could not find a related bug. (Pull request #184). The problem is that [node 18 and node 16 handle localhost...

Cool project that I would love to use! Any plans/timeline to work on Svelte 5 support? And/or desire to take contributions to begin making progress in it?

In the case of: ``` var list = [ 1, 2, 3 ] var [ a, , b ] = list [ b, a ] = [ a, b ]...