Ger Hobbelt

Results 78 issues of Ger Hobbelt

## Link to bug demonstration repository https://github.com/GerHobbelt/nyc-PoC-0001 ## Expected Behavior 100% coverage report; this is a very simple repo with a 1-line function to test and running `nyc mocha` as...

Producing a (larger) t-dist table for two-sided region testing, using the table data published in the t-dist wikipedia page: https://en.wikipedia.org/wiki/Student%27s_t-distribution. See also 'Analysis' comment at issue #148. Note that this...

enhancement

(shown as `51% slower (✕ 2.0)`) as the computer is better at calculating both relative indicators than we are, and we can use our brain for the conclusions rather than...

enhancement

One can use `/* istanbul ignore next */` to prevent `istanbul` / `nyc` from instrumenting the next JS statement/expression, which works well, except when used on a function which will...

See the individual commits; the patch for #1 can be easily separated out. The other useful stuff in here: - tests ported to mocha+chai - npm script commands updated (ESlint...

- paragraph tests pass. - The fix for #1 is simply allowing arbitrary line breaks in the input, but outputting the requested type (Windows, Unix, Mac). Garbage in, Sanity out.

paragraph unit tests fail. Diagnosis: feeding linewrap input with Windows CRLF line breaks outputs fragmented text on Windows: the \r CR characters are not recognized.

running the grunt concat task on my own qunit clone includes CRLF instead of LF with this grunt config: ``` js concat: { "src-js": { options: { process: process, separator:...

### Describe the issue Same error as #3266, different cause (*probably*, if I read the entrails of #3266 right). ### Steps to reproduce the problem Build gtest code in MSVC2022...

**Describe the bug** Running `doxygen.exe Doxyfile` (MSWindows 10, 64-bit) against a tree of MarkDown + source files. Assuming #10473 is fixed (or the EXCLUDE_PATTERNS line in the demo's Doxyfile config...

bug