Ger Hobbelt

Results 78 issues of Ger Hobbelt

Related to #152, but `.sync` is broken as well: doesn't matter what you try, globby won't produce any results. Sample code: ``` var testset = globby.sync(__dirname + '/specs/*.jisonlex'); console.error({testset, dir:...

help diagnostics by reporting the position, step and end of the data being decoded when the decoder throws an exception: make those info bits part of the exception message so...

parse(): support both `const char **argv` and `char **argv` interface version. Some codebase have argv as `const char **argv` or `const char *argv[]` while others have it without the `const`...

fixing STL internal error checks firing: "can't dereference value-initialized vector iterator", "cannot seek vector iterator after end". Also fix: `std::isspace()` on Windows does not cope well with UTF8 or rather...

fix for MSVC2019 going bonkers about the various `struct active` in the tests mixing them up in monolithic builds: by placing each within its own namespace do we prevent this...

- added `man_page::program_basename(path)` API - made this part of the `man_page::program_name(path)` APIs - ensure the SYNOPSIS output on Windows boxes lists the program **name** instead of its entire **path** (cherrypicked...

fix errors in MSVC build due to unsupported compiler -W warnings configuration (cherrypicked off https://github.com/GerHobbelt/clipp master branch; original commit tested with latest MSVC2019)

- fix for using ImageMagick 7.x installs where the compare tool has been migrated into the magick tool itself: https://imagemagick.org/script/porting.php - augment ImageMagick and GhostScript init code to auto-detect the...

- fix for API change in latest BouncyCastle.Asn1 package - updated NuPkg packages to latest revs MSVS error report: - Error CS1061 'Asn1Sequence' does not contain a definition for 'GetObjects'...

As I was messing around with jsdoc2md source, I ran into trouble: several unit tests failed, even on the original master branch, after I had **updated the npm packages** using...