Denis Obukhov

Results 20 comments of Denis Obukhov

I confirm the bug. Looks like preferences (`GridPreferenceKey`) leak from the inner Grid to the external one.

Grid is based on ZStack view. Right now there is no ability to calculate layout for items by the order they appear. Items are created all at once.

Grid currently doesn't support nesting into ScrollView. Intrinsic-sized mode is under development

@davidzhao Hi. Any progress on this? I try to publish a local .ogg audio track when _OnParticipantConnected_ is fired and get 0-5 seconds of the audio file missing on the...

It would be useful to have support for such things. To not write all required properties manually evey time ``` protocol HasApiClient { var apiClient: ApiClient { get } }...

@davidzhao I'm using v2.1.1 Here's code example for Go Server: ``` package main import ( "context" "fmt" "github.com/livekit/protocol/livekit" lksdk "github.com/livekit/server-sdk-go/v2" "log" "os" "os/signal" "syscall" ) var roomClient *lksdk.RoomServiceClient var liveKitServerURL...

I think it could be related to this PR #447 by @dennwc

@dennwc Could I help you with something to reproduce the issue?