Michael Schmidt

Results 7 comments of Michael Schmidt

@krisk I went ahead and built out the tokenization will PR #26. In my initial testing it improved single string match scores slightly but the major improvement comes with Fuseable...

@bluk @Gerst20051 I believe I have narrowed down what is causing the delegate functions not to fire only on iOS 11. It looks like when there is a tap gesture...

@aalvarez255 There are a couple options I found: 1.) Instead of adding the gesture recognizer to the window or on top of everything, you can just add it to the...

After Xcode12 GM came out I updated to handle that situation only. I believe if you checkout commit e87e35f0382b7d4290a3f991b9be0a9539ccd203 it may work on Xcode 11 still but has not been...

I have not tested it for this scenario yet. I will try to reproduce and see if I can find a fix. Thanks for opening the issue!

@alexander-larsson Thanks for the sample project it was incredibly helpful! I have an experimental branch up and running that I believe fixes this issue. The only downside is a bit...

So while my library seems to work fairly well for many implementations it is clear that depending on specific setups sometimes the underlying UIKit code backing the SwiftUI list changes...