Pedro Narciso García Revington
Pedro Narciso García Revington
Please update this package in bower with last merge.
I'm getting this exception: TypeError: req.body.products is not iterable [From this line](https://github.com/vuestorefront/vue-storefront-api/blob/master/src/api/order.ts#L46) My incomming message: ``` POST /order { "newOrder": { "user_id": "", "cart_id": "vs-72ac6c953cfbdc42e10d8582970e8", "products": [ { "marketPrice": 0,...
[This parameter](https://github.com/vuestorefront/vue-storefront-api/blob/51f9e333220e65fbe7ef4ec0e2fbfd3576468730/doc/product-data-format.json#L957) is [being used](https://github.com/vuestorefront/vue-storefront/blob/master/core/modules/catalog/store/stock/actions.ts#L34-L44) to tell if a product is in stock or not. No matter if the product comes from magento or another backend. I want to understand...
## Overview When using the callback api, if the connection fails, an object is returned (callback) instead of an error. Why is this a problem: because the error will not...
Hi, How can I edit a text sticker after I added it? Nice library btw!
Hi, I would like to start the editor with an initial canvas to draw on top of it. How can I do that?
Hey @Hendrixer , I'm following your course on frontend masters which uses this app. It would be great if you add tests to this app so we can see best...
## Expected Behavior I should be able to cancel replication without triggering multipleResolves. Or at least this is what I think because according with node.js docs this could be a...
This PR adds the ability to compress logs in deflate format. This is really useful when you want to process those logs with hadoop.
Is there a way we can enhance the tests? I find pretty difficult to work with them. Scenarios: - When something is failing I can not run only that failing...