Marcin Cichocki
Marcin Cichocki
@IngenieroLata Could you give me some insights about your solution? I was trying to implement this however it is not working with latest version(1.0.0.beta.9). [Here is my SO question with...
This project was not written with SSR in mind, so that's probably why you are getting this error. Also it's no longer actively mantained, so I suggest forking it and...
Thanks for contributing! PR looks good, I'll merge it soon. Unfortunately I'm busy at the moment so finding lost in time and space npm credentials, and actually deploying it to...
@Meliasz Yes, this bug appear when `event.pageX` is equal to `0` on desktop devices. (https://github.com/marcincichocki/vue-image-compare/blob/master/src/vue-image-compare.vue#L85). Should be fixed when I release v1.0.0. In the meantime you can set left padding...
Could you attach snapshot generated by autosolver?
I think that the default layout of the fragments is affected by the modded buffer. Could you verify if this is case? At the moment, the layout is not configurable,...
If you don't mind building autosolver form source, you can fix it yourself now by changing this line: https://github.com/marcincichocki/breach-protocol-autosolver/blob/v2.11.0/src/core/ocr/fragments/grid-fragment.ts#L25 The first argument determines distance in percentage from left border (without...
This would require hook to win32 API which is unavailable from node.js land(probably could be done with `node-ffi-napi`), and I have no idea as of now how to replicate that...
Hm, you got 0.31.1 instead of 0.31.0 of `@types/sharp`, and there was a breaking change. You can try to downgrade it manually to check the tests. As for your issue...