Daniel O'Neill

Results 18 comments of Daniel O'Neill

If you have Qt installed: ``` mkdir build cd build qmake .. make ``` the resulting binary should be called TwitchTest

Yep, original cable. I did have to upgrade my kernel because of that, 4.4.0 (Ubuntu's 4.4.0-36-generic x86_64).

It is normal, because the resource opening is handled by Vlc itself, which doesn't understand qt resources. Possible workarounds include copying the resource out to a temporary file first, or...

This is a missing WebView or WebEngine plugin for Qt. It's... a bear. Basically it's Google Chrome, it's huge, and it's only used for linking your account to Twitch. Unfortunately...

Hmm, that's new. Thank you for the report, give me a bit to look into it! You can confirm the id matches the attempted username?

I'm not sure how to get this to work on Wayland, actually, because of how Twitch Overlay works. As for the "Continue" button, I suspect it's related to an obnoxious...

That's a brilliant idea! The 1.3 release will hopefully support OwnCast and Twitch, and I was planning on refactoring the API side, so I'll see about getting "combined chat" implemented...

You don't really need creator to build it. What platform are you on?

I believe I just pulled all that out not long ago. It muddied up the code a bit, and I didn't think Windows 7 was still in serious use anywhere....

I don't have any way to test MODBUS over TCP unfortunately, but libmodbus certainly is capable of it. Unless somebody else wants to tackle it and make a PR, it...