khuezy

Results 136 comments of khuezy

Try following this: https://github.com/lorenzodejong/nx-open-next

we can get rid of the non async one if it doesn't break the build. We had to use async for the plugin system iirc

Help us debug to see if this is fixable: https://github.com/sst/open-next/blob/main/packages/open-next/src/build.ts#L123-L145

To add to @juliocorzo , you can also setup your own PR preview by setting up a GH Actions and deploying to `--stage or branch_name` With the new experimental streaming...

Expo is doing its static analysis on the libsql file. ```typescript if (0) { require("./.targets"); } ``` This is suppose to only load when it's in "dev" mode: ```typescript if...

Yes that looks like it's related. Perhaps it's not embedded replicas, but a local file that causing the leak.

Is this happening with `emotion`, or with `minify: true` in general?

Does this work on Vercel? At this point, you should turn minify off - you'll probably benefit more from removing the dev dependencies. Although, I think we already minify here:...

@nhardy are you using windows 8 or < macOS catalina? There are other people who are blocked b/c of the outdated esbuild. Due to the breaking changes, this one might...

Related, when using `` to link to base of the modal, the modal still persists when it should be destroyed instead. eg `/photos/A`, then use `Link` to go to `/photos`,...