Ger Hobbelt

Results 98 comments of Ger Hobbelt

Running into the same problem here (I guess): when using a dynamic permalink method (along the lines of https://www.11ty.dev/docs/languages/javascript/#permalink-function in a system-wide applied template stored in `_data/layout/default.11ty.js` in my case)...

In case somebody else is looking for answers to this problem: see https://github.com/notepad-plus-plus/notepad-plus-plus/issues/16429#issuecomment-2971988263 above. Observed behaviour which led me here: 1. install CSVLint plugin (plus a couple others) 2. Open...

Sideways related to my response at https://github.com/GerHobbelt/pthread-win32/issues/30#issuecomment-3481385835 : the reason is that I've used this pthreads library in a bunch of (business) applications, where several other components already were set...

I use it both in DLL form and as static library builds -- the second set of MSVC project files resides outside this repo. The DLL-based usage is for older...

While I appreciate the intent (and pull reqs are always welcome, particularly for CI stuff), I have one 'objection': personally, I push for any project (particularly any C/C++ one) I...

Not a bug; just your compiler yakking due to its limited codeflow analysis capabilities. RTC (lines 79-85): ``` p = 31; // Initialize p. q = 0x7FFFFFFF/d; // Initialize q...

Re your getopt for a windows platform: On Fri, 13 Sep 2024, 01:54 trushworth, ***@***.***> wrote: > ***@***.**** approved this pull request. > > These all look good to me,...