Paulo

Results 11 comments of Paulo

@brendon I am still working on this PR but I put it here so that you can have a look and let me know if this is what you had...

@oyeanuj I am interested in seeing this completed. Just need to know what needs to be changed/added. It has been a while since I started this so I don't quite...

> @pacarvalho can you try the approach from #4239 and check if this fixes your dead locks? It has been a while since I looked into this. I believe I...

@galipmedia Did you resolve this issue? I am having the same problem when using concat + adding an audio stream. ```js await childProcessPromise.spawn( "/opt/bin/ffmpeg", [ "-loglevel", "verbose", "-y", "-f", "concat",...

@galipmedia My solution, for now, was to pass through ffmpeg twice. Once to concat. And a second time to add the audio.

@Gargo Did you figure out the issue?

Has anyone been able to address this issue whilst using the image prop?

@Spone Have you figured out how to accomplish this? I am looking to log Algolia exceptions to [Sentry](https://sentry.io/) without breaking the application in production when Algolia cannot be reached.

Is there an official fix for this issue? ![image](https://user-images.githubusercontent.com/860599/42711962-36d4d854-86c0-11e8-818c-952e9b8806d3.png) Is this even a problem? Or is this error being detected because at the moment when the page first loads react...

@jamesshapiro What version of python were you using 3.7 or 3.8? Did you manage to solve this issue?