Alexandre Colucci
Alexandre Colucci
From the backtrace, this seems to be related to Apple's WritingTools. A possible workaround (but might not be the best solution) would be to check `oldSelectedRange.length > 0`: ``` var...
Maybe a better solution is to add safety checks in `safeSelectionRange`, as a similar issue might occur in other places where `safeSelectionRange` is called: ``` private func safeSelectionRange(from range: NSRange)...
Thanks a lot for the pull request! For VPNStatus, I tried to keep a structure similar to the VPN menubar item from Apple: - first a list to quickly connect/disconnect...
If you just want to reduce the number of lines, I could also imagine simply not showing the domain name information at all.
Thank a lot for your feedback. It seems we have different use cases: I primarily use the Connect menu items and occasionally the auto-connect feature, and I currently only have...
It is possible to have the plugin working on macOS 15+ by creating an app that embeds the plugin. It is just low on my priority list…