Michael Fairley
Michael Fairley
I would be very interested in this functionality for the Gaussian distribution.
@ysndr I'm also very interested in this feature (following up from Discourse [here](https://discourse.flox.dev/t/creating-a-clean-environment/1140/2)). - Isolated environments make it much easier to set up a shareable environment because you can ensure...
I encountered this issue today too. I can see many updates available through `bun outdated -r` but running `bun update -r` does nothing. I expect to see it apply the...
@nektro Perhaps you could contact @delafthi who has been making the recent updates to ask if you can help support the Bun package?
It's already pretty quick but with official support then Bun could have helping out with package updates as part of their release process, start testing prior to a release, publish...
I ran into this when adding peer dependency meta data ``` "peerDependenciesMeta": { "@supabase/supabase-js": { "optional": true }, "expo-constants": { "optional": true }, "expo-device": { "optional": true }, "expo-notifications": {...
Also finding the same issue of double iOS sounds on mute toggling.
@davidliu I figured out the issue and filed a PR to fix it https://github.com/livekit/client-sdk-js/pull/1793 This prevents the mute cycle ~~but it does not address possibly unnecessary restarts that are happening...