Ian Serlin

Results 6 comments of Ian Serlin

@lifeiscontent Not 100% sure, but this may be related to #8803 if you're describing behavior in development, and there may be fixes there that help you.

Confirming I'm seeing this behavior while developing in Arc/Brave, which basically breaks the DX completely, and that removing the `modulepreload` in the way @kazdegroot noted resolves the issue. I'm running...

New to vite here, but it also seems like disabling modulePreload when creating the vite server in my `./server.mjs` helps with development stability, whereas without it seems that I often...

Great! Awesome about adding `response` to the extensions, that was definitely going to be my first PR. I'm currently working through webpack issues and when I have a fix I'll...

If there are bad values in the `labels` part of your `serverless.yml` for your functions you will encounter this issue, where the functions exist in k8s but the pods cannot...

I can confirm this now converts to string and does not cause an issue, I'll close the PR in the serverless repo. Thanks @andresmgot!