Joshua Melville

Results 11 comments of Joshua Melville

Hello from the future! Now that the `--experimental-modules` flag is dropped, and ECMA modules in node are enabled by default, should this be revisited?

For those wanting a way to script this, you can add the following to your `config.xml`: ``` _my_service._tcp. My service description. ```

Just to add that we are also experiencing this issue with Electron.

Sure, the workaround of patching the package.json does work, but I'm hoping we can come up with something more sustainable for Electron + webpack users. Seems like I found a...

Sorry to dig up an old issue, but the problem for Cordova users is that the OS can randomly delete data stored using **any** of the `localForage` storage systems, because...

I experienced a variation of this issue here: https://github.com/vercel/next.js/issues/64783 The fundamental problem is that next is using an internal version of react that testing libraries (and any other normal node...

> A disadvantage of the App router for mdx docs is that each mdx page should be inside a folder Just a note that we addressed this by using a...

> @jthrilly how does that work? Did you setup your root Layout in the app dir to render the nextra theme? I'm looking for all the benefits of Nextra without...

This worked for me, when I came across the same issue. I load HTML from a specific IP address on a specific port when I am doing development, to get...

In case it is useful to anyone, a neat (and quick) way of replacing the required parameters without needing to faff with a regex is: ``` const fileURL = await...