Bruno Perel
Bruno Perel
Hmm, I'm not sure how the related issue answers the current issue: it shows a usage example but the issue still remains that there is no documentation for this component....
I would be interested to know where the source code of DTA lite is as well, even if it isn't stable yet
I'm having a similar issue with this code: ``` let orb: cv.ORB = new cv.ORB(5000); const kp1 = new cv.KeyPointVector(); const descriptors = new cv.Mat(); const noArray = new cv.Mat();...
@midudev Here's the output that I have, after that NPM seems to hang forever. The only thing that I did before running the command was adding `"playwright": "^1.12"` in the...
> @bperel can you try it with v7.19.1? It seems to work with 7.19.1
Same issue here. It looks like the "x" value is recalculated when scaled (with or without the "scale-from-center" property set). Let's say that I have a shape with an initial...
@AndroidDeveloperLB Yes your video is the issue that I have
No, I didn't find a workaround: my project can't use the library until this bug is fixed since it prevents the user from scrolling through the content properly
Is this PR basically allowing to add event emit interceptors? It could be a great way to allow acknowledgement caching, in the same way that [axios-cache-interceptor](https://github.com/arthurfiorette/axios-cache-interceptor) does it for Axios...
Reactivity Transform has been moved to a [Vue macro](https://vue-macros.sxzz.moe/features/reactivity-transform.html), would that make it reasonable to re-open this ticket, for developers who use this macro?