Popular repositories
615 contributions in the last year
Less
More
Contribution activity
May 2021
Created 3 commits in 2 repositories
Created a pull request in realm/realm-kotlin that received 18 comments
Move all shared tests to androidTest and add documentation to README
Currently, it isn't possible to run android tests on device if the tests are in commonTest. See https://youtrack.jetbrains.com/issue/KT-46452. For …
+94
−284
•
18
comments
Opened 4 other pull requests in 3 repositories
realm/realm-kotlin
1
merged
1
open
realm/realm-java
1
merged
realm/realm-core
1
open
Reviewed 8 pull requests in 4 repositories
realm/realm-kotlin 4 pull requests
realm/realm-core 2 pull requests
realm/realm-java 1 pull request
mongodb/docs-realm 1 pull request
Created an issue in realm/realm-core that received 1 comment
C-API: Error enum unsafe towards modifications
Currently, the error enum in the C-API just uses the automatic conversion to integers which is based on the order in the enum: realm-core/src/re…
1
comment