Highlights
- Arctic Code Vault Contributor
Pinned
735 contributions in the last year
Less
More
Activity overview
Contributed to
realm/realm-dotnet,
realm/realm-core,
realm/realm-object-store
and 5 other
repositories
Contribution activity
February 2021
Created 10 commits in 1 repository
Created 1 repository
Created a pull request in realm/realm-dotnet that received 2 comments
Opened 29 other pull requests in 3 repositories
realm/realm-dotnet
3
open
19
merged
3
closed
- Move the netcore image outside of the repo root
- Prepare for v10.next
- Prepare for 10.1.1
- Use new core
- [v10] Remove nodefaultlib workaround that was used for server wrappers (#2241)
- Assorted test-related improvements
- Remove Realm states dictionary
- Add embedded object support for dictionaries
- Add dynamic support for dictionaries
- [Don't merge] Prepare a debug build of v10
- Merge relevant portions from v10 and bump version to 10.5 (arbitrarily)
- Prepare for 5.1.3
- Remove nodefaultlib workaround that was used for server wrappers
- Enable LTO builds
- Update Core to 10.5.0 for v10 releases
- Remove dashes from changelog
- Bump core version
- Simplify boxing + add tostring overloads for test case data
- Fix analytics version
- Prepare for v10-vnext
- Prepare for 10.0.1 (GA of the 10.0-beta line of releases)
- Prepare for 10.0.0-GA
- Enable LTO builds in v10
- Try to enable LTO
- Add support for dictionaries of objects
realm/realm-core
2
merged
realm/realm-object-store
1
open
1
merged
Reviewed 12 pull requests in 3 repositories
realm/realm-dotnet 9 pull requests
- Pass in correct schema type for explicit and autodiscovered types
- Implement Mixed data type
- [v10] Remove nodefaultlib workaround that was used for server wrappers (#2241)
- Move all realm.io links to mongodb docs
- Updated test projects to .netcore 3.1 - second attempt
- Add support for value substitution in string based queries
- Refactor RealmMetadata and remove TableHandle
- Updated test projects to .netcore 3.1
- Log warning in Weaver when using UUID/ISet/IDictionary property
realm/realm-core 2 pull requests
realm/realm-cocoa 1 pull request
Created an issue in realm/realm-core that received 6 comments
Dictionary.keys query syntax may be ambiguous when the dictionary contains the key 'keys'
The dictionary query syntax special cases the dictProp.keys syntax to allow a user to write a query against the keys collection. Additionally, it a…
6
comments
Opened 15 other issues in 2 repositories
realm/realm-dotnet
10
open
1
closed
- [Required] doesn't work with dictionaries
- Move the .NET Core 3.1 dockerimage to tests
- Analytics - differentiate between Unity and regular users
- GetInstanceAsync doesn't refresh the Realm for synchronized Realms
- Add weaver tests for collection properties
- Save Android debug information for symbolication
- Hang/deadlock in wait_for_notifiers
- Migrate to XCFramework for Apple targets
- Investigate why LTO builds produce larger binaries on Android
- Use the correct prerelease version when sending analytics information
- Enable LTO for release/master builds