Andreas Ley
Andreas Ley
### Problem `@ObservedRealmObject` and `@ObservedResults` provide the ability to easily observe Realm objects and fetched results in SwiftUI, refreshing the `View` when they change. Unfortunately, there's currently no property wrapper...
When using SwiftUI's previews ([`PreviewProvider`](https://developer.apple.com/documentation/swiftui/previewprovider)) in Xcode and database access is triggered for any reason, Realm uses either the default configuration or the app's actual configuration. Both are problematic. ##...
It would be great if the repository contained a `Package.swift` manifest to allow using objectbox-swift as a dependency with [Swift Package Manager](https://swift.org/package-manager/). With Xcode 11, Swift Packages can be added...
When using the Strategic Icon Scale option to increase icon size (based on the assembly patch by @4z0t), the icon of the strategic missile is not scaled accordingly. This makes...
Commit: 2.0-rc.1 Environment: macOS (issue happens for both BSD sockets and Transport Services) **Issue:** Graceful shutdown never completes if the server is using TLS and a connection is still open....
Commit: 1cece54562c7626d042f007d2f38cfe325565850 I'm running into an interesting issue. Both my XPC server and client are sandboxed and have the requirement `.sameTeamIdentifier`. After handling about 2000 XPC requests, the following error...