Frédéric Ruaudel

Results 7 comments of Frédéric Ruaudel

Hi @johnpatrickmorgan ! Thanks for your insight. I've made some additional tests and indeed, it can be solved by tweaking the "Equatability" of the router's `State`. Here the solutions I've...

To go further, I've tried two other things: 1. Override the equality of my `SubCoordinator` screen state instead of my `Coordinator`'s one, like so: ```swift public enum SubScreenState: Equatable {...

Here is another clue about this issue: To get the bug we need this **route pattern**: ``` Router( routes: [ [0]: Route.sheet(…), [1]: Route.push( SubRouter( routes: [ [0]: Route.sheet(…), [1]:...

@ChaosCoder, sorry, I didn't. I used my last suggestion and didn't get any more trouble since then.

Hi! It seems that this issue is partly fixed. When using the balance delimiter, the selection is correctly highlighted in any mode, but it seems that the modification commands don't...

I've had the same problem and it seems that I managed to solve it. Right after I click on the editor, my Activity Monitor shows a `tccd` process taking around...

It works for iPadOS 14 & 15 but do nothing on iOS (aka on phones)