Tiago S. P. Rodrigues
Tiago S. P. Rodrigues
@themsaid any chance to merge this PR :smiley: ?
+1 with the same problem here... I needed to install using yarn
+1 with this problem. Please, publish the new version :D
+1 How to reset capturer? I tryed capturer = null, but it not work
Yes, adding a try catch works well for me: try{ Object.defineProperty( HTMLVideoElement.prototype, 'currentTime', { get: hookCurrentTime } ) Object.defineProperty( HTMLAudioElement.prototype, 'currentTime', { get: hookCurrentTime } ) }catch(e){ console.log(e); }
@axaq, I have an application that uses CCapturer to make successive downloads of generated videos and GIFs. The solution I encountered is use the hook above, using the same instance...
+1 that
I'm facing the same issue with Electron applications using Vue DevTools Standalone
Amigo, tente limpar diretamente o cache de views: ``` php artisan view:clear ``` Vi que você limpou o cache de configuração, mas talvez ainda não tenha executado este comando. 😄
Ahh sim, já apanhei com _case sensitive_ também. Provavelmente o seu sistema de desenvolvimento não é _case sensitive_, como o Windows, e o servidor provavelmente é, como Linux. Aí que...