Adrien de Peretti

Results 190 comments of Adrien de Peretti

@dwene when you say that you run the query against both schemes and that the results are different what is your process to test that at the moment

Ahah alright, not what I though my bad 😂 yeah so we can't compare them

We will wait @srindom feedback since he has been working around the lines items and see if he got some insight that can help. Then depending on the nature of...

There is a discussion about that 😊 and a poc is on its way to later, if accepted, allowing to create custom strategies for multi auth system

Here it is https://github.com/medusajs/medusa/discussions/964 🤘

Hey guys, you can have a look at this https://github.com/adrien2p/medusa-plugins/tree/main/packages/medusa-plugin-auth

@SGFGOV not right away, we need to validate all this before 😂 there is about 6 prs

**Guard** few updates: ```ts export async function getRequestedDiscount( queryConfig?: Pick ) { return (req: Request, res: Response, next: NextFunction) => { const discountService: DiscountService = req.scope.resolve("discountService") try { const {...

> Yes, good point. With [1593](https://github.com/medusajs/medusa/pull/1593), we don't need to handle the list config in the controller. > > Also, I like this response. We could also do: > >...

Like the idea @srindom , I would just add something, I think the easiest idea would be to always limit sub resources to be loaded by a limited number (let...