Maxence Dalmais

Results 31 comments of Maxence Dalmais
trafficstars

@ph-fritsche any plan to fix this ?

@bowdawn thanks for the suggestion. I was not able to have it working. would you be able to provide a working repro ?

Not sure which component is faulty, but it seems the issue is because the leavedClassName (`-hidden`) is not correctly applied to hide the not visible anymore element.

I was able to solve part of the problem by adding `initZoomMotion(token, 'zoom-big')` in https://github.com/ant-design/ant-design/blob/master/components/dropdown/style/index.tsx#L416 this is required because of https://github.com/ant-design/ant-design/blob/master/components/menu/style/index.tsx#L407-L408

The previous comment says `part of the problem` because there is still an issue with the menu where the previously open submenu is still visible. https://user-images.githubusercontent.com/1194083/203829846-891e86a0-9e4d-4c13-bcf9-713a78290d7d.mov

Hi, here is the stack track that you asked. ``` Traceback (most recent call last): File "/opt/ros/groovy/lib/python2.7/site-packages/rospy/impl/tcpros_service.py" , line 619, in _handle_request response = convert_return_to_response(self.handler(request), self.response_class) File "/root/ros_pkg/dynamixel_motor/dynamixel_controllers/src/dynamixel_controllers/joint_controller.py", line 145,...

looks like you would need to use some es6 tag compilation first

> Out of curiosity, why would you want separate audio tracks and not to send a mixed one? @saghul I personally would like client to be able to adjust volume...

Also, this might be related to https://github.com/jitsi/lib-jitsi-meet/blob/931ca368b79004a103451dde9d6f89dbe1415e2c/modules/RTC/TraceablePeerConnection.js#L1243

I personally face similar issues with sometimes a screen share being slow to be visible to remote participants. One thing I noticed is the bandwidth estimator is slow to ramp...