Results 57 issues of Simon Green

Only the NAT instance should reference the AmazonProvidedDNS, all other instances should use the NAT instance for DNS (which will forward non-internal DNS requests to the AmazonProvidedDNS). Linux appears to...

bug

Benchmark and decide if it's worth switching to 8 instead of 4 EBS volumes for the RAID 10 storage

question

Any certificates to use could be retrieved from an S3 bucket.

enhancement

It's a little "loosey-goosey" right now, using "any" for the value but really expecting / treating things as a string in some places. It either needs to be a string...

### Describe the bug Setting a component prop to a store value causes the component prop to see a change with 5 when it didn't with 4. i.e. it appeared...

### Describe the bug Running in Svelte 4 / non-runes mode. Sorting a child array on an object property passed in triggers reactivity as though the passed in property changed...

Looks like some useful features that would be nice to implement: https://tailwindcss.com/blog/headless-ui-v2 This will probably happen after upgrading to Svelte 5 & Runes

It should be easy to integrate with [SvelteKit Form Actions](https://kit.svelte.dev/docs/form-actions#anatomy-of-an-action-validation-errors) so a single set of validation errors can be used for both client-side and server-side validation. It should just be...