Michal

Results 11 comments of Michal

Interesting, thanks @ra1028 Could you elaborate more on the differences between those algorithms and why Myer's is better for "text diffing"?

Indeed, when I force set `disableProgressAnimation` property to `true`, the problem is gone.

> (Beware, `SortedSet` isn't ready for production use yet. These reports are very much appreciated, though!) Yup, I saw the Readme notice but I needed a `SortedSet` in my app...

Thanks folks. I know see how my `Comparable` implementation lead to logical errors. I can't blame `SortedSet` here for that undefined behaviour. Safety checks would definitely be helpful but I...

This issue happens for me when I run the app in SwiftUI Preview, and then try to launch it. Xcode keeps the app's process alive - even after the Preview...

Gotcha, thanks @niw. I'm gonna keep fingers crossed for making libraries like this work on macOS too. In the meantime, I might play around with porting some of the functionalities...

Hi @mredig , did you find solution for this problem? :

From what I've learnt, you're right - I haven't found any workaround for that.