Anthony
Anthony
@coderEm u find a solution?
> yes me too, just install pyaudio manually: > `pip install pyaudio` > (if you run into further problem just ask me) had already tried that, but i receive what...
> yes me too, just install pyaudio manually: > `pip install pyaudio` > (if you run into further problem just ask me) ``` Running setup.py install for pyaudio ... error...
> See this issue on stackoverflow: [https://stackoverflow.com/questions/52283840/i-cant-install-pyaudio-on-windows-how-to-solve-error-microsoft-visual-c-14](url) and go for the first solution it shoud works Tried `pip install --upgrade setuptools`, but still receiving errors: ### `pip install vidstreams` ```...
Still an issue on version 6.9.0 in October 2019
> I have a workaround using the above suggested setAlwaysOnTop and focus events: > > ``` > childModal.on('focus', () => { > remote.getCurrentWindow().setAlwaysOnTop(true) > }) > > childModal.on('blur', () =>...
this would definitely be a useful feature