Yurii Dukhovnyi

Results 6 comments of Yurii Dukhovnyi

@wdanilo you need to define color hexes for which paths would you like to apply it ```js module.exports = { config: { 'hyperterm-dibdabs': { overrides: { '~/Development': '#c0ffee' } }...

Thank you @darshankawar for so quick reply. I've updated Flutter to the 3.16.9 version (see details below) and checked once again. Now when I try to capture the Flutter iOS...

I tested with the `master` branch also and it looks like the crash doesn't happen there, however, the Xcode warning is still there and the captured layer is truncated. I...

> Does it only happen on latest version of iOS? Can you try using this UIView API instead? https://developer.apple.com/documentation/uikit/uiview/1622589-drawviewhierarchyinrect @hellohuanlin `drawviewinhierarchy` API works and we can use the `drawviewinhierarchy` method...

We faced that if window rendering happens using `UIWindow.layer` we receive better representation including some presented views. In the case of `drawviewinhierarchy` we need to enumerate all views to get...

@hellohuanlin > Does it only happen to certain version of iOS 17? I tested the issue on iOS 16.7.2 today and it works the same way as on iOS 17.2.1....