meator

Results 104 comments of meator

Another issue is that while the image is scaled down, the URLs aren't. If the dot graph contains clickable links, they will likely be misaligned with the image (and quite...

``` [DEBUG] XBPS: 0.60 API: 20200423 GIT: UNSET [DEBUG] Processing configuration directory: /usr/local/etc/xbps.d [DEBUG] Processing system configuration directory: /usr/local/share/xbps.d [DEBUG] libdwarf/template: pkgname libdwarf [DEBUG] libdwarf/template: reverts 20201020_1 20200825_1 20200719_1 20200114_1...

Does it try to parse Bash? It appears to be working when I do ```patch --- a/srcpkgs/libdwarf/template +++ b/srcpkgs/libdwarf/template @@ -1,10 +1,7 @@ # Template file for 'libdwarf' pkgname=libdwarf #...

Here is the original (broken) template file for reference: ```bash # Template file for 'libdwarf' pkgname=libdwarf # See https://www.prevanders.net/dwarf.html#nfuture reverts="20201020_1 20200825_1 20200719_1 20200114_1 20191104_2 20191104_1 20191002_1 20190529_1 20190110_1 20180809_1 20180527_1...

This issue is indirectly resolved by #50183 (see https://github.com/void-linux/void-packages/pull/50183/files#diff-e773acf9a4e8390c3709adf717c186f6856c69ed5c2a6b5850260212d0ba7b98)

Try following https://xbps-src-tutorials.github.io/pr-testing-tutorial.html with pull request #50183 The primary focus of this pull request is spdlog and fmtlib, the Kodi fix there is ancillary. Alternatively, you could copy the patch...

Thanks for addressing this issue. I still have my WIP Makefile changes in my local checkout (I kind of forgot about this issue & there were some blockers such as...

Doxygen version 1.13.2 is also lacking the INDEX header (as shown in the screenshots). It looks like Doxygen devs like to make breaking changes to their headers and stylesheets often....

What do you think would be the the best solution rm5248? It's unfortunate that Doxygen doesn't provide a native way to _append_ to the HTML head/header, it only provides a...

`1.9.1` and `1.9.4` aren't very different. The important version is `>=1.9.5` which introduced the CSS changes. `1.9.1` and `1.9.4` can be considered identical in the context of this issue.