meator
meator
I did not know that dbus-cxx already provides a code formatting solution. I have also not heard of `astyle` before. clang-format is the industry standard, I've read that it's more...
It appears to me that [Doxygen 1.9.5](https://www.doxygen.nl/manual/changelog.html) (or a release made around that time) completely overhauled Doxygen's CSS system to make use of fancier CSS features which support different themes...
Are you rm5248 (or whoever is responsible for this) fond of the light theme of the website?
Check error is caused by faulty checks: #595
I am reviewing the codebase, I haven't encountered this problem myself. The following code may throw is there is not enough memory to satisfy its requirements: https://github.com/dbus-cxx/dbus-cxx/blob/0285006ac71ba6b16d82a69d3927a85e1c104e4e/dbus-cxx/standalonedispatcher.cpp#L140 https://github.com/dbus-cxx/dbus-cxx/blob/0285006ac71ba6b16d82a69d3927a85e1c104e4e/dbus-cxx/standalonedispatcher.cpp#L144 https://github.com/dbus-cxx/dbus-cxx/blob/0285006ac71ba6b16d82a69d3927a85e1c104e4e/dbus-cxx/standalonedispatcher.cpp#L147 https://github.com/dbus-cxx/dbus-cxx/blob/0285006ac71ba6b16d82a69d3927a85e1c104e4e/dbus-cxx/standalonedispatcher.cpp#L150-L151...
> throw the exception "Throwing an exception" implies that the C++ exception mechanism is used, that the exception can be caught and handled. The current code is more akin to...
Try using ``` set $menu j4-dmenu-desktop --dmenu='/full/path/to/bemenu-run.sh' --term="kitty" bindsym $mod+d exec $menu ``` If that doesn't work, use ``` set $menu j4-dmenu-desktop --dmenu='bemenu-run.sh' --term="kitty" --log-file=/tmp/j4dd-log --log-file-level=DEBUG > /tmp/j4dd-output 2>&1 bindsym...
Thanks for the clarification! > support the required host architecture and platform The readme claims support for two platforms: > This repository contains scripts for building an `aarch64-w64-mingw32` target Windows...
I'd also prefer not having do build the compiler myself, as I've been hitting `No space left on device` errors on both my local machine and in GitHub Actions.
@paule32 Thank you for suggesting a solution, but I don't think it is suitable for my project. > * I replace the Line: 2186 of **src/htmldocvisitor.cpp** with: `m_t