Jean-Baptiste Beau

Results 6 issues of Jean-Baptiste Beau

### Problem I see that a `containsAny` function was implemented for querying collections in Query API. In a scenario where, for instance, we want to query objects that have several...

T-Enhancement
O-Community

I'm trying to create a modal popup system working similarly to .fullScreenCover, looking something like this: ![](https://i.stack.imgur.com/ijqx8.png) My requirements are: - Have custom transition and presentation style (therefore I can't...

`@ObservedRealmObject` doesn't update when you change properties in an `EmbeddedObject` property. Is there any way to make that happen?

T-Bug
swift
O-Community

### Problem How to check if a Realm is empty or not? ### Solution Add `isEmpty` property like in other SDKs. ### Alternatives _No response_ ### How important is this...

O-Community
SDK-Use:Sync
Importance:Major

Is there a way to keep some paths loaded in memory, i.e. not recreate the views when the path changes? I was implementing a tab bar layout like in the...

I followed the doc [Animating Routes](https://github.com/frzi/SwiftUIRouter/blob/main/Docs/AnimatingRoutes.md) and tried to replace the transition with `.opacity`, but it doesn't work. When using `.move(edge: .bottom).combined(with: .opacity)`, only the `move` transition is executed.