Denis Obukhov
Denis Obukhov
Is it possible to not set const image height if it's cached and loaded from the memory or when it's loaded? So, I want to show a placeholder for the...
## Checklist - [x ] This is not a Apple's bug. - [x ] Reviewed the README and documents. - [x ] Searched existing issues for ensure not duplicated. ##...
Is it possible to show that new content is being loaded? For now, it's quite unclear to the user until they manually scroll to the bottom. For instance, it could...
Hi. If I have a view like this: ``` @ViewBuilder var listView: some View { if isLoading { skeletonView.shimmer() } else { listView } } ``` Then even if isLoading...
If use .focusedLegacy modifier then these callbacks are never fired for TextField
Develop branch. Simple settable property is defined. When I write "true" or "false" or any other value to the appropriate topic (homie/esp_node/fan_control/stage1_on/set) (either manually via MQTT Explorer or using a...
I have an instance of the Go Server SDK that monitors a room. Also, I have iOS client apps that connects to a LiveKit media server. If an iOS client...
Hello! How to distinguish different audio tracks between publications? The LiveKit server returns the same publication/track sid every time.
Hello! Could you suggest how to implement Walkie-Talkie functionality? When a speaker starts speaking a connection to the room is established. But listeners need some time to connect to listen...
**Describe the bug** I have a room with two participants. Autosubscribe is turned on for both sides. When a participant streams an audio publication, the listener often misses the first...