Sumit Anantwar
Sumit Anantwar
+1 Trying to unarchive large files on the main thread does not seem to be a good idea.
@mekya @lastpeony @timantmedia The tourist season starts in March, and we need this feature urgently. We are holding our major release because of this. Please let us know when this...
@mekya Yes, we are still waiting for the implementation. Let me know when you want to schedule the call.
Will do, talk to you tomorrow then, thank you!
Hey @mekya That's a great news. Let me know when it's ready. Please also provide instructions how to deploy it on AWS
@iMicknl Thank you for the reply. I have tried this, and it does not do anything. It seems the controller does not support this feature. I tried contacting LoctekMotion, but...
@mekya Please let us know if the image ia now available on AWS. Also, please provide the WebSocket API reference. Best, Sumit
Tests are failing for the RecyclerView and SlidingPanelLayouts, and not related to my implementation. We require the MDC Slider binding in production. Please consider merging this PR.
Just incase anyone needs it, here's how I fixed the issue. ```js const recorder = new MediaRecorder(event.streams[0]) recorder.start(500) recorder.ondataavailable = (e) => { const data = e.data if (data.size >...