docloulou

Results 18 comments of docloulou

Up... My bundle size is very high, any tips about import LRM ? ![image](https://user-images.githubusercontent.com/14099794/71645309-a751c980-2cd6-11ea-8058-17716848ba27.png) Thanks

I found a solution: I dont use itinerary step instructions, so i delete `require("osrm-text-instructions")` (+500kb) from `osrm-v1.js` and i rebuild the .js dont forget to comment to avoid bugs...: `stepToText...

PR was created #420 @Gh61 please review :)

Also, see : https://docs.medusajs.com/learn/advanced-development/api-routes/protected-routes#retrieve-logged-in-customers-details

> This is great, any chance I could get you to add an integration similar to [this one](https://github.com/medusajs/medusa/blob/c8d79c4ad4ae019b99c09fbff74120d130c1c1cb/integration-tests/http/__tests__/product/store/product.spec.ts#L943)? Hi, I'm not sure how to clone the main repo and run...

@olivermrbl @shahednasser Is it possible to run only the http/__tests__/product/store/product.spec.ts test instead of running yarn run test:integration:http? I'm having an issue on my new local setup where I'm stuck on...

During my test, I noticed that the cart price calculation and the product price calculation are differents : In the add-to-cart workflow customer_id is used for the context : https://github.com/medusajs/medusa/blob/9c39cf69fb0e40cd215856189d3621320dba7ad7/packages/core/core-flows/src/cart/workflows/add-to-cart.ts#L51...