Dustin J Silk

Results 87 comments of Dustin J Silk

Thanks @mhevery, I know its not easy without a repro.. If i manage to recreate it I'll reopen the issue. @tuurbo i havent fixed it yet since I cant find...

Unfortunately Qwik had some erroneous code merged in when this issue was created, so its not possible to run Qwik and find the exact moment this issue was introduced. However,...

I've managed to create a tiny repo that gives an almost identical error. I'm certain this is it: https://github.com/DustinJSilk/qwik-issue-code-10 The issue exists when building for preview or production when using...

Thanks @mhevery ! The issues starts from commit https://github.com/BuilderIO/qwik/commit/60b37a90340e0d3f9f0f392c30c90fdf325f04e6 (FYI - to run that commit youd need to cherry pick/build/link Qwik with https://github.com/BuilderIO/qwik/commit/3e7e5e5a8da40399f977b46e9259b4f7c77de69e)

I almost managed to find a workaround. It would be great if the Qwik CLI had an option to load a specific env file without disrupting the build modes since...

Nice! But I don’t think this will get fixed unfortunately. I got build time env variables for each environment to work with a bash script to rename each env file...

I'm not too clued up on the current implementation, but would this not point to an issue where `$maxPrefetchRequests$` isn't being respected, which means the dependencies for the linked page...

I'm still getting the same issue mentioned above. It seems to exist in reverse order as well in a slightly different way, maybe this will help to identify the problem:...

As I think about it, i wonder if its safe to allow the browser to throw these errors since as long as they eventually recover. We don't know what the...