RxRealm icon indicating copy to clipboard operation
RxRealm copied to clipboard

RxSwift extension for RealmSwift's types

Results 24 RxRealm issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.8 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Please find the screenshot of crash report.

bug
requires feedback

As described here: https://github.com/realm/realm-cocoa/issues/4761#issuecomment-290911721 Demo code: ```swift class Test: Object { dynamic var name = "" override var description: String { return "[name => '\(name)']" } } class ViewController: UIViewController...

bug

Let's take the sample code from the readme: ``` let realm = try! Realm() let laps = realm.objects(Lap.self) Observable.changeset(from: laps) .subscribe(onNext: { results, changes in if let changes = changes...

bug
crash

Package.swift can reference the xcframework as github release, so that we could use the xcframework in user project. Should we support it? add targest like ```swift // swift-tools-version:5.3 import PackageDescription...

discussion
feature request
swift pm

Basic git organization cleanup. Add git-flow pattern; - [x] Make a develop branch - [ ] edit branch protection rules on master/develop - [ ] make develop default PR branch...

admin

Add github actions for build and test for CI/CD checks on PRs.

admin

Since Realm 10.12.0, function observe can receive keyPaths parameter, which can select object properties object or collection. https://docs.mongodb.com/realm/sdk/ios/examples/react-to-changes/#register-a-key-path-change-listener I want to write code with RxRealm like below 😍 : ```swift...

feature request

It appears as though the maintenance/chore step to bump the version on `RxRealm.podspec` from v5.0.4 to v5.0.5 occurred _after_ the v5.0.5 tagged release was created. This could possibly be the...

Please release 5.0.5 to Cocoapods. Currently there is available only 5.0.4 https://cocoapods.org/pods/RxRealm

dependencies
admin