Boris Kamp

Results 50 comments of Boris Kamp

> For those who are still facing this problem, here's a short handed approach for implementing momentJs in Nuxt 3: > > 1. Install moment using `npm i moment`. >...

> How can we enable moment timezone module with this approach? I found out we just need to replace `import moment from 'moment' with `import moment from 'moment-timezone'`. This is...

> I just hosed my database image and had to restore from a backup because I attempted to use `dokku postgres:upgrade myapp` (with no args) to jump from 12.5 to...

Same for the `draft_order.deleted` event, it is not in the docs anymore....

@adevinwild Thank you for your reply. I was too quick to post here, it seemed I had custom emits placed in my code for both `cart-discount.applied` and `draft_order.deleted`, so you're...

Hey @adevinwild Clear, thank for all the explanation! this still does not work for me tho, when I add a discount, I only get these events: My `carts.ts` is exactly...

> > Hey @adevinwild Clear, thank for all the explanation! > > this still does not work for me tho, when I add a discount, I only get these events:...

@adevinwild I can invite you to the repo as it's private. What email address can I use?

Im having some other wierd behavior as well, this is my `middlewares.ts` file: ```javascript // import { raw } from 'body-parser' import { MedusaNextFunction, MedusaRequest, MedusaResponse, type MiddlewaresConfig, } from...

Good find @LucasAleDeveloper , I am having the same issue. I extended the draft order model, can see the field in the responses and in the postgresql table but I...