Brian

Results 11 comments of Brian

Changing behavior with a version check should be ok. But I'm not sure if `require` will work since we tried that last time and it caused a regression with enum...

+1, this is breaking GitLab's branch switching feature. I had to disable this extension in order to continue my work. Would be great if it support some kind of whitelist...

+1 for UPnP support. Right now it's hard to punch through my router without knowing which port WebTorrent is using. If it has UPnP then I don't even have to...

That's a great scenario but unfortunately the current script doesn't support it. PR is welcome to add that functionality though!

+1. If this can be worked with webpack-dev-server this tool will be a great addition to my project!

I took the script folks here have shared and enhanced it to make it more reliable to wait for the volume menu to open before switching to the airplay speaker....

Hi @jmprieur, I'm also interested in the feature to dynamically load rotated decryption certs. If you have any update on this it'd be great if you can share with us.

I found the the offending code in #33. On line 47: ``` html += h.title(@opts.type) if title? and @opts.type? ``` `title?` translates to `title != null` in js, which is...

Lol I should've look through existing PRs first. Bummer, I'll withdraw my PR.

@RORingBBK unfortunately not, the only workaround is run `TERM=dumb rails console`. I've since removed this gem so I am no longer bumping into this issue.