Results 16 comments of Daniel

@olivierandriessen Love this app. Are there still plans to improve it?

If i comment out forceDelete() and get the descendants of the folders that would be deleted, I don't see the folders that are being wrongly deleted listed. ``` $data =...

Any ideas @lazychaser ?

> I think this PR makes sense, only worried about the breaking change in terms of types and that now it’s not easy to easily get a query value because...

For me i was able to temporarily bypass the error by setting `staticGenerate` to undefined in file `adaptors/express/vite.config.ts` ```ts import { expressAdaptor } from '@builder.io/qwik-city/adaptors/express/vite'; import { extendConfig } from...

I still see the issue on the docs site. Here is a clip https://www.loom.com/share/314c84833a29481cae77a3d3c3c51e30

I found the culprit, but I'm not exactly sure how to fix it. When you redirect in qwik, you prepend the `event.redirect()` with `throw`. (eg: `throw event.redirect(302, '/')`). The throw...

Thanks! Note: It doesn't work in dev but does work in prod. If I manually edit the modular form code in node_modules and insert `console.log(error instanceof AbortMessage);` it returns `false`...