Shai Reznik

Results 188 comments of Shai Reznik

Thanks! Yeah I saw that option, (I believe this is what I'm using in my example of the "problem") The distinction in my case is that the external observable `value$`...

Wow, first of all great job @BioPhoton of summarizing our conversation from yesterday Few things I thought about - 1. I think it shouldn't be called `selectComputed` because we are...

This is the error I'm getting - ``` error when starting dev server: Error: "resolvePackageData" is not supported in CJS build of Vite 3. Please use ESM or dynamic imports...

@manucorporat I agree with @benjamingr that this is important for managing stuff like subscriptions or global data that should be shared across components (or derived from) but without the need...

@manucorporat I don't have rust I can create a dockerfile that runs everything if you'd want, just write to me what it takes

Great suggestion @wtho and awesome input @nnelgxorz We discussed it today, this is on the roadmap After the new changes to QwikCity will lang (folder based routes etc) it'll clear...

Hey, I'm getting the following error inside of the docker container - ``` ReferenceError: fetch is not defined at Module.init (file:///opt/qwik/node_modules/@builder.io/qwik/bindings/qwik.wasm.mjs:421:9) at loadPlatformBinding (file:///opt/qwik/node_modules/@builder.io/qwik/optimizer.mjs:537:25) at async createOptimizer (file:///opt/qwik/node_modules/@builder.io/qwik/optimizer.mjs:567:85) at async...

OK Build issues are solved Still need to fix the running of the e2e tests (I think it's because the docker image is not ubuntu) I'll continue tomorow

Great job everyone! 👏👏👏

Thanks @the-r3aper7 Added a comment