david-swift
david-swift
I've implemented this behavior with [release 0.1.11](https://github.com/david-swift/SettingsKit-macOS/releases/tag/0.1.11). I'll keep that issue open as there is still no elegant solution for misclicks for macOS 12, but close issue #4. Thanks for...
Thanks for opening the issue. I don't understand what you mean by a "compiled version". This is a Swift package that can be used via the [Swift Package Manager](https://www.swift.org/documentation/package-manager/), read...
The search function is implemented here: https://github.com/david-swift/Memorize/blob/0e6cba49ddde128c9fa0b9e7894735113d89e6a3/Sources/Model/Extensions/String.swift#L11 It currently checks whether there is each letter in the string in the right order, and hides a flashcard if this is not...
I think it could look similar to the one used in settings dialogs:  But with question - answer instead of label - path.
I implemented the new search view and a new algorithm based on [FuzzyFind](https://github.com/truizlop/FuzzyFind) in 1efab42. 
This would definitely be a cool addition, but I want to focus on improving the app's general experience first. In case someone wants to work on this, I would suggest...
Thanks for opening the issue! I will look into this at some point. Currently, you can use [Idle](https://aparokshaui.github.io/adwaita-swift/documentation/adwaita/idle) which calls [GLib.idle_add](https://docs.gtk.org/glib/func.idle_add.html) to add functions to the main context (e.g. for...
This issue has moved to https://git.aparoksha.dev/aparoksha/adwaita-swift/issues/38
Thanks for the report! I'll fix this (currently I don't have access to my laptop). I think you're expecting setting the maximum width to infinity make the view expand horizontally?...
I fixed this in https://github.com/AparokshaUI/adwaita-swift/commit/018d21ee65116c7e815be47fda04f5a6d7f75951 (1.0.0 branch). It will be fixed in the 1.0.0 release.