Sebastien Mirolo
Sebastien Mirolo
PR #276 addresses this item. The `/api/cartitems/{id}` URL is using the primary key of the `CartItem` in the database. It is acceptable as long as only brokers can view/update cartitems.
I will label the request as enhancement. There are 3 payment processors backends so far (Stripe, RazorPay and a Fake one for testing). It is possible to create a backend...
The CSV generated by the previous PR has rotated columns/rows vs. the online Web presentation.
Hi @senner. Thank you for the report. I pushed a fix for the initial_data.json but there are still pb running the testsite (500 errors). I will try to get to...
The last commit should have fixed most (hopefully all) the issues with running the testsite. Please let me know if the repo fits the bill for you or if you...
not just rectangle. all tools. It seems both `baseCanvas` and `drawingCanvas` do not overlap. Arrows are drawn on release, not while mousemove is active.
Can't you just convert the image to png first?
Hi @sid22m, thanks for the compliments. Since the first intent was to draw annotation on top of a screenshot, crop was never really considered ...until now. If there is a...
That's an excellent idea @amenk ! I am not sure when I will be able to get around to implement it though. If anyone is willing to write a pull...
Most likely yet. The (x,y) click coordinates need to be scaled by a ratio at some point before being stored. @StephaneRob?