John Simons

Results 10 issues of John Simons

No apps, or maybe just the homepage app, and an empty style.css with comments that say "fill me in", etc. No Font Awesome or any of that.

This would create the directory, index.js, a handler and component, to be filled in. And maybe even append it to installed-apps.js

### Describe the bug If you change only the case of the first letter of the value of a textbox, it fails to update. For example if you have "Bob"...

### Describe the bug In dev mode, after I make a code change, the route component re-mounts itself but it never re-calls `afterNavigate`. This leaves things in an inconsistent state....

bug
vite

I'd argue that we shouldn't pass the path params from server to client, for the same reason we're no longer passing the URL -- the real version on the client...

Integers larger than 53 bits are valid JSON, but when parsed by JSON.parse they get truncated down to 53 bits and lose a few least significant digits. We have 64...

I have code like this: ```svelte {#each items as item} {@const left = () * 100 + '%'} {@const width = () * 100 + '%'} {#if !item.secondary} {/if} {/each}...

I have a Javascript project that's compiled with Webpack/Babel for use in NodeJS runtime, and when I try to depend on `cowsay` I get this error at compile time: ```...

I'm doing `let cert = await sslCertificate.get(host, 10000, port)` for a 10 second timeout, but it doesn't seem to be firing ever. If I hit a host that just hangs,...

### Describe the bug Not sure what I'm doing wrong here, but I have a Vite plugin that uses the `svelte.compile` API to generate a component, which all works fine...

awaiting submitter