Jason Merrill

Results 20 issues of Jason Merrill

[pylibmc's documentation on ThreadMappedPool](http://sendapatch.se/projects/pylibmc/pooling.html#a-note-on-relinquishing) specifies > You must be sure to call ThreadMappedPool.relinquish() before exiting a thread that has used the pool, from that thread! Otherwise, some clients will never...

Mathquill currently makes use of the non-standard (and IE only) `unselectable` property. We should either provide additional documentation of why this is necessary, or stop using this property. Documentation of...

Ref: https://github.com/mathquill/mathquill/pull/967#discussion_r851586269

The `eachNode` and `foldNodes` functions defined in `tree.ts` assume that they will be able to follow an unbroken chain of defined sibling nodes from their left end to their right...

Ref: https://github.com/mathquill/mathquill/pull/967#discussion_r851583384

Examples: * https://github.com/mathquill/mathquill/pull/967#discussion_r851580859 * https://github.com/mathquill/mathquill/pull/947#discussion_r813135487

Ref: https://github.com/mathquill/mathquill/pull/967#discussion_r851579216

The typescript port introduced an incorrect use of a tuple type for a variable length array: https://github.com/mathquill/mathquill/pull/967#discussion_r851030768

Mathquill defines `L=-1` and `R=1` to represent left and right siblings of a node, or left and right ends of a span of child nodes. This convention allows swapping left...

Note this is part of a chain of PRs that are concurrently under review to incorporate extensive work done by the Desmos team. The PRs all target one another in...