Garth Goodson

Results 5 comments of Garth Goodson

Same issue for me... Date/Year labels get truncated. Same issue as lepolt above.

My system builds with gcc 13.2. On Sat, May 18, 2024 at 11:07 PM Viktor Szakats ***@***.***> wrote: > An Apple system header is failing to compile with gcc. It's...

We solved this in our code by adding a buffer path to the configuration that we scan on startup. Without this we could not use the plugin. It would be...

I think one can minimize the time. Basically, the scan should just cache the filenames locally (it should be pretty fast since no data is read, just file/dir metadata); once...

In the vcpkg ports dir there should really be a getdns-config.in.cmake file that defines how to use find_package() and link_libraries, like other ports have.