ganfra

Results 15 issues of ganfra

Want to sort a list and retrieve the first one with `sort().first().find()` but it doesn't work. Using `sort().find().firstOrNull()` will work instead.

O-Community
T-Bug

Would be nice to have something like https://github.com/cmelchior/realmfieldnameshelper, compatible with realm-kotlin, so we know at compile time something is not ok in queries with RQL.

O-Community

This PR handles the crypto store migration to realm kotlin. It also adds some handy methods to the RealmInstance and rework a bit coroutine scopes. Not sure if we should...

### Release checklist ### Before the release - [x] Weblate sync, fix lint issue if any (in a dedicated PR) - [x] Check the update of the store descriptions (using...

🚀 Release

Now that [realm-kotlin](https://www.mongodb.com/docs/realm/sdk/kotlin/) is out, would be nice to support it, as it's the future of realm, at least for android!

enhancement
help wanted

Thanks for this sample, it's very helpful. But we are missing a part here. We use mavericks-compose so we have this method available to create the ViewModel inside a Composable:...

Hello there, more a question than an issue. I've the following configuration : a `ParentNode` with 1 child `Node`. I'm listening to the `Lifecycle` of each `Node` to make some...

Hello there. We are using some ParentNode as dagger component holder, and so they are responsible for injecting dependencies to the graph. In case of restoring from process death, some...

I've a question, given the exemple here: https://bumble-tech.github.io/appyx/navigation/implicit-navigation/#use-case-2 We listen to the `UserRepository` in the `RootNode` to then branch the right `LoggedInNode` or `NotLoggedInNode`. We make the listening lifecycle aware...