Core447

Results 226 comments of Core447

Ok, so the specified time gets simply added to the retrieved value? Maybe we can also track how long it takes to get a respond and display it, take the...

Yeah, I'll try the average and your way and test what works best.

The problem seems to be that the action only refreshes the label once every second which results into this delay. Knowing this, I think asking the user to manually enter...

What are your thoughts on this?

Yes, it's possible to get the time in milliseconds ([request](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getrecordstatus)), the simplest solution might be to start an update thread independent from `on_tick` that adapts itself to the interval of...

Unfortunately, your Adw version seems to be too old. You need at least version 1.4.

> is current... > > `` Yeah, it's the newest that your distro gets, but no the newest available. You can just use the Flatpak to avoid this issue.

> But I wanted to use the sd-neo branch because I have a Stream Deck Neo. Unfortunately it seems like your distro doesn't ship any newer version of adwaita. You...

> But I wanted to use the sd-neo branch because I have a Stream Deck Neo. The sd neo is now supported by the Flatpak version.

If someone writes the code to add this device to the mentioned library, we can ofc also add it to StreamController. For this it doesn't matter if it's merged into...