Results 16 comments of Thomas L. Kjeldsen

Hi @zhengying a workaround is to enable and disable it on menu close/open as illustrated here: https://github.com/tlk/beoplay-macos-remote-gui/commit/b44e68112f3bcfbf64d650a3d6f0f9dde2acd903#diff-8078c8de3942de0eae009dfe42a20752R143-R172

I made an alternative implementation for macos that does not need a compiler: https://github.com/tlk/googertaeller :)

This is an interesting feature. If I understand jrfonseca correctly, the `printf '\0'` statements in tests/streaming.sh would be updated to `printf '\xc\n'`. (or `printf '\f\n'` as `\f` is an alias...

I use the fix suggested in https://github.com/nostalgiaz/bootstrap-switch/issues/547#issuecomment-198862367 - it's simple and it appears to do the job.