huw
huw
@cynecx He liked my comment, I took it as an implicit endorsement of the workaround, and that he probably won’t roll this into the main library (or at least, not...
Ah--that's embarrassing! I should've read through the docs a bit more thoroughly. Thanks for adding the variants though, that should make things a bit easier :) (no compilation issues on...
@visibait Yep, the issue here is that Mongoose defines a `package.json#browser` key, and by default, Wrangler’s esbuild will pick that over the `main` key: https://github.com/Automattic/mongoose/blob/9180d0272066deeda0cb926af567061b55c35f8d/package.json#L113-L126 Instead, Mongoose should use `package.json#exports`....
The other footgun I experienced is that you have to remember to disconnect once you’re done with MongoDB. Otherwise you’ll get: ``` [wrangler:inf] GET / 200 OK (4799ms) ✘ [ERROR]...
Just FYI, [`@vitejs/plugin-rsc`](https://www.npmjs.com/package/@vitejs/plugin-rsc) has been stable for a couple of months and appears to work. As @hi-ogawa said, this PR is just being kept open to track potential future changes...
The only issue with that approach is that the texmath parser conflicts with the inline expression parser. For example: ```md ${1 + 2} $ + 3$ ``` Produces: I tried...
@satwikareddy3 Can you or another contributor please look at and merge this PR? It is painful to re-create my patch files every time there’s an update to this package.
I found [these](https://github.com/Dadoum/Jitterbug-cross/releases) while googling for this issue