Juan J. Jimenez-Anca

Results 109 comments of Juan J. Jimenez-Anca

> workaround until i publish new version for public folder in dev is override `elysia-connect-middleware` verson: > > ```json > { > "name": "test-frontend", > "private": true, > "type": "module",...

Installing master also worked for me, although I had to delete `~/.linsk` because the hashes of downloaded qemu image won't match with the previous version when running `build` command

One thing that I really like about [React Email](https://react.email/docs/cli) cli is the ability to switch between html and text email. This is particularly useful when sending emails that have to...

it's been some time, but just to say there may be users like me who are also interested in this feature

Using `serializer.registry.add` worked for me too, but I'm surprised that this isn't documented and forces everybody to use `@bufbuild/protobuf`. In my case, that's not an issue as that's what I...

I'm just experiencing the same issue in 2.6.1. I've done a bit debugging and in my case this happens when I use a plugin that calls a core module's steps....

I have a very ugly solution that I don't quite understand but otherwise I'm blocked and wouldn't be able to use Medusa I'm applying the following pnpm patch to `@medusajs/orchestration`...

thanks @riqwan for looking into this! I have created this [monorepo](https://github.com/cortopy/medusa-debug) that reproduces the bug for me. It's a much simplified setup of what I'm buliding. There's a script that...

I managed to find a solution by using pnpm's [injected dependencies](https://pnpm.io/package_json#dependenciesmetainjected) configuration. This worked for me in a similar setup to the reproduction repository I linked above. I've written a...