Alexander Gorbunov
Alexander Gorbunov
I've faced same behaviour and found a workaround. If you set a breakpoint inside the `onConnectionStateChange`, you'll see that all nonsense delegate calls are made during `recvTransport.consume` or `sendTransport.produce` calls....
@GEverding you can't rely on the `connectionState` value that is passed into `onConnectionStateChange` callback. While producers and consumers are created, this method may be called with all possible state values....
I've managed to build XCFramework that works on all modern devices and simulators. You can find the project and build scripts for dependencies in our fork: https://github.com/VLprojects/mediasoup-ios-client/blob/master/build.sh
Please check this PR: https://github.com/ethand91/mediasoup-ios-client/pull/107. Still with memory leaks, but seems to fix the crash on disconnect.
There seems to be a new use case for aggregate targets. "Build Tool plug-ins" were introduced with Xcode 15, and these plugins always run before other build phases in same...
This is how Figma variables and variable modes look like, and it seems like this feature request is relevant for me as well. https://help.figma.com/hc/en-us/articles/14506821864087
I forked figma-export and tried to implement Variables import functionality similarly to Styles import. But it fails with error 403 saying "Limited by Figma plan". After reading docs more deeply,...
@sashensingh08 no chance, as I can't test it. This feature is not available for Professional plan we use: https://www.figma.com/developers/api#variables If someone will give me access to Enterprise-limited feature, I'll give...
@subdan please check the PR #235 i've done regarding this request.
Issue is still here and it's really boring. I've tried to debug and it seems related to Python 2/3 rounding rules differences. Please check this PR: https://github.com/vlachoudis/bCNC/pull/1678. Works for me,...