Vitali Yemialyanchyk

Results 9 comments of Vitali Yemialyanchyk

I have the same issue and want to use DefaultQueryEnhancer without dig publicity into unnecessary details.... this is resolution for Kotlin, expect you'll fix the issue to avoid such workarounds...

here result sql expected as: ``` SELECT * FROM message AS msg JOIN user AS usr ON msg.user_id=usr.id AND usr.is_active ```

I can confirm the problem exist - in case if screen resolution bigger than 1080 Capture does not capture selected region correctly...

reproducible on live demo example

after small research the problem related with window.devicePixelRatio in case if I make screen resolution so window.devicePixelRatio := 1 - capture works correctly but with maximum screen resolution 3840 x...

https://github.com/Bunlong/react-screen-capture/pull/14 - this is fix for the issue

could someone responsible merge my bugfix?