John Haugeland

Results 253 comments of John Haugeland

When you remember how to make the thumbnail, let me know and I'll wrap it up in a github action for you, so that it can be perma-forgotten 😄

It is possible that I'm misunderstanding. However, counting around a round table starting from the king seems to express modulus properties.

It's fun. I've also pushed number sieves for fun. I only opened the issue because it seemed to be requested. :) :+1:

I'm not interested in node. I just want this to work in a regular build. Does the cjs build still have access to browser primitives? How far out is 2?...

Still broken (link expired)

`peerjs` is attempting to reference the browser's `window` global. `node` does not have one of these. This means that until the library is taught to not need that, it won't...

Outstanding since 2017, closed by bot https://github.com/facebook/jest/issues/2927

Not a fix, but a practical workaround: instead of using `--json --outputFile`, install a json-outputting reporter. The summary box is not supplanted by other reporters. I'm using [`jest-json-reporter2`](https://www.npmjs.com/package/jest-json-reporter2).

Reporter2 has a short output and a long output. The short output is some simple summary statistics. For my project, the long output was 1.5 meg, and I didn't feel...