Mark Junker

Results 214 comments of Mark Junker

The reason why it's not an abstract base class, was that it can be configured and used without the need for a derived class, but it seems that we're always...

First, the `IAnnouncer` is (IIRC) still fully functional even though the output might not be 100% compatible, but there's still a class that isn't deprecated yet and which might be...

The `FiuentMigratorLogger` isn't going away (at least I didn't plan to remove it and it's not marked as obsolete), so it's safe to use. BUT even when it may be...

@jcolebrand We don't have a monitoring or statistics collection infrastructure, and the IAnnouncer seemed just for writing logs. We (or @jzabroski specifically) might consider adding this functionality, as it seems...

@jcolebrand That is correct. It's used to be inherited. There are functions/methods that you can override to capture the given messages, so that you don't have to rely on the...

That's the problem: There is no firmware that old for the ConBee II.

Are there any news about this issue?

@Mimiix I found the settings, but the problem is that the key gets reset when I try to set the address.

You forgot a `git clone https://github.com/royshil/obs-backgroundremoval.git` Example: ```bash git clone https://github.com/royshil/obs-backgroundremoval.git cd obs-backgroundremoval mkdir build && cd build cmake .. && cmake --build . && cmake --install . ```