Dustin J Silk

Results 25 issues of Dustin J Silk

### Which component is affected? Qwik Runtime ### Describe the bug After upgrading from `1.2.4` to `1.2.6`, I can no longer run my app in preview or production with a...

TYPE: bug
WAITING FOR: user
STATUS-3: no response

# What is it? - [x] Bug # Description fixes: https://github.com/QwikDev/qwik/issues/6921 If an unknown message is sent to the SW which isn't an array, Qwik throws an error attempting to...

### Which component is affected? Qwik Runtime ### Describe the bug Unknown messages to the PrefetchServiceWorker should thrown an error with `console.error('UNKNOWN MESSAGE:', msg);` Because of this [line here](https://github.com/QwikDev/qwik/blob/a86f56e7117e9ac566c756b21dd76acaed3ea306/packages/qwik/src/prefetch-service-worker/process-message.ts#L65), if...

TYPE: bug
STATUS-1: needs triage

When throwing a FormError, we'd expect a non-200 status code to be used in the response and the status code of the HTTP to match it. For example: ```ts const...

enhancement

# What is it? - Feature - types # Description Switch from freezing RequestEvents to using readonly so that users can extend the RequestEvent while keeping the event safe from...