Robert Middleton

Results 48 comments of Robert Middleton

I'm not sure exactly why the custom CSS file is so large, it can be probably be removed. I believe the only part that is important is the `code` block:...

yes, the third option sounds like the best one.

> Are you rm5248 (or whoever is responsible for this) fond of the light theme of the website? yes. Checking the documentation, setting `HTML_COLORSTYLE = AUTO_LIGHT` is good with me(as...

Do you have a way to trigger an exception in the dispatcher thread? I haven't seen this before

> To summarize, there is quite a lot of code used by `DBus::StandaloneDispatcher::dispatch_thread_main()` (especially in `Connection::dispatch()`). If any of it throws, `std::terminate()` is called. > > If graceful handling of...

> My program mostly calls D-Bus methods. Programs which rely on signals more indeed do not have a good way of being notified of critical dispatcher errors (I failed to...

It looks like this changed here: https://github.com/apache/logging-log4cxx/commit/45077480eb6af9bb222c554cad7e2c02d1951fc6 You should be able to work around this by setting `LOG4CXX_CHAR=wchar_t` when configuring, although I'm not sure how to configure that with vcpkg...

> It looks like this changed here: [4507748](https://github.com/apache/logging-log4cxx/commit/45077480eb6af9bb222c554cad7e2c02d1951fc6) > > You should be able to work around this by setting `LOG4CXX_CHAR=wchar_t` when configuring, although I'm not sure how to configure...