Anders Kaseorg

Results 162 issues of Anders Kaseorg

(Feel free to redirect me if this bug should be reported elsewhere.) The definition of `IncomingMessage` (generated from https://github.com/electron/electron/releases/download/v9.1.0/electron-api.json) fails to reflect the [documentation](https://www.electronjs.org/docs/api/incoming-message#class-incomingmessage)’s guarantee that “`IncomingMessage` implements the [Readable...

`addEventListener` calls the listener with `this` bound to the target. It takes `options?: boolean | AddEventListenerOptions` rather than just `useCapture?: boolean` as its third parameter, and returns `void` rather than...

If I go to http://euclidthegame.com/Tutorial/ and fill out the “Submit your score” form, I get redirected back to http://euclidthegame.com/Level0/, which doesn’t exist.

The levels should have short names. Instead of just “Level 1”, “Level 2”, …, they could be “Equilateral triangle”, “Midpoint”, …. Then if I want to go back to a...

In level 16, the default triangle is way too close to being isosceles. Circles AB and AC look identical; they are impossible to distinguish without zooming in by at least...

The following Schulze STV election should have two tied winner sets ABC and ABD. However, small floating point errors in the vote management strength computation result in only ABC being...

On NixOS, /usr/local does not exist. Handle this error gracefully. - Also opened in system-monitor-next fork: mgalgs/gnome-shell-system-monitor-applet#59

The documentation complains about how monad-peel/monad-control’s implementation of `bracket` discards the monadic effects of the finalizer computation. I’d like to explain why this was intentional, by way of example: ```...

For example, ```diff -(defun elisp-format-string-length ()⏎ +(defun elisp-format-string-length () ⏎ "Return string length."⏎ - (- (elisp-format-string-end-position)⏎ + (- (elisp-format-string-end-position) ⏎ (elisp-format-string-beg-position)))⏎ ``` If you run elisp-format on itself and `git...

### Steps to reproduce **Tell us about your environment:** * Puppeteer version: 7.0.1 * Platform / OS version: NixOS * URLs (if applicable): * Node.js version: 14.15.4 **What steps will...

bug
confirmed
P2