Michael Merrill
Michael Merrill
I'm interested in working on this. Is [this file](https://github.com/cloudflare/wrangler2/blob/main/packages/wrangler/src/package-manager.ts) the only one that needs updating? One approach could be updating this file to support `hasPnpmLock`, but I don't think this...
To expand on this, would it be possible to expose the `MagicAdminSDKError` class so that we can do an `instanceof` check when error handling?
Any update on where this is on the roadmap?
Any updates on this? I'm experiencing this issue using the Vercel integration with NextJS. I wasn't sure if the integration was broken or maybe I had misconfigured something as the...
Any update on this? Axum 6.0 has [an example](https://github.com/tokio-rs/axum/blob/main/examples/simple-router-wasm/src/main.rs) of how to use their router in a wasm environment, however, the `router.call()` accepts an `http::Request`. An example of how to...
Commenting to track this issue and show support for this change. I'm currently writing fetch requests to commerce layer in server components to take advantage of NextJS RSCs. Would be...
@bestander Do you feel like the `--focus` flag solves your issue? I'm in a similar position to your original question and `--focus` isn't helping. I have a workspace that is...