Grant Byers

Results 5 comments of Grant Byers

I agree that having the ability to disable tunneling from settings in the release build is a good thing, but I also believe a tunneling blacklist should be maintained for...

> @glbyers The thing is, media tunneling was created for Android TVs in the first place. So bypassing it on TVs makes no sense at all. o_O There are a...

Version as returned by proxysql; ```sql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9 Server version: 5.5.30 (ProxySQL Admin Module) Copyright...

FYI, worked around with the following for now; ```diff diff --git a/pkg/config/database.go b/pkg/config/database.go index 0895d26..2c66496 100644 --- a/pkg/config/database.go +++ b/pkg/config/database.go @@ -191,26 +191,18 @@ func unknownDbType(t string) error { func...

I had a similar issue. [This](https://github.com/mitogen-hq/mitogen/issues/822#issuecomment-2237814973) may solve it for you.