-
### Problem
I move the data and state management in my app to Realm and everything works great.
However, I perform text search in many screens within the application.
Of course, I can do this w…
-
# Context
Basic settings for Apollusia realm with Social Identity Providers.
- [x] Google
- [ ] Facebook
- [ ] GitHub
- [ ] Twitter / X ?
-
### How frequently does the bug occur?
Sometimes
### Description
After upgrading the compilation to Xcode Version 16.0 (16A242d), I noticed that a couple of my app user is reporting the following c…
-
We are using yew_oauth2 in a scenario where the user may be able to select a login realm. A simple example of this using keycloak would be similar to the example below. This does not appear to be the …
-
I have realized that the provider is not defining the right `parentId` for the realm components when creating new realms.
I tested it with keycloak 19.0.3 and 20.0.3. You can reproduce the proble…
-
In the process of adding critical path analysis support in Legion, it's become apparent that barriers are very difficult to profile in a scalable way. With critical path support, Legion currently supp…
-
https://github.com/espressif/esp-idf/blob/7a305c0284b7af7cd8b8f12b48f72e2685d9a363/components/esp_http_client/esp_http_client.c#L641
I believe the URI should be freed before being set to null. When…
-
### What happened?
Realm.open hangs 50% of the times.
### Repro steps
1. Open the realm
2. Wait sometimes 2 seconds other times 15 minutes.
I have attach the output of the realm trace
### Vers…
-
### What happened?
I am unable to use Realm with Tuist.
### How do we reproduce it?
Package.swift
```swift
// swift-tools-version: 5.9
import PackageDescription
#if TUIST
import ProjectD…
-
### Problem
I have a primary object that contains an embedded object. I receive updates from the server and would like to simply call `realm.create(MyObj, data, Realm.UpdateMode.Modified)`.
Howe…