ds26gte

Results 14 issues of ds26gte

This is related to https://github.com/asciidoctor/asciidoctor/issues/1712. The bottom margin of an Asciidoctor document displayed via the Chrome extension is pretty small. If the document contains footnotes, the bottom margin shrinks even...

🍩 enhancement

See ds26gte/pyret-lang@8f01a67 for fix. Issue showed up as ds26gte/pyret-lang#19.

It seems to pick Vim's default setting for `errormsg`, which doesn't seem to fit with the rest of the theme.

Line 1364. -this.n should be replaced by the more general negate(this.n). Otherwise, negations and subtractions will only work correctly if the numerator of the rational number is not a BigInteger.

- [ ] Show individual test results (which ones specifically failed) - [ ] Show result in "bug" interface - [ ] Suppress red box in Chat interface - [...

The `%` character is transcribed as is. In (La)TeX, `%` comments to end of line, thus causing the eventual PDF conversion to either fail (if the `%' occurs inside a...

A mapping for `U+2212 MINUS SIGN` is probably too basic to leave out.

Issue brownplt/code.pyret.org#520 filed by @schanzer We've had a few teachers ask if Pyret supports various stats functions: - [x] population variance - [x] sample variance - [x] t-test (multiple kinds)...

Kathi supplied this context file for use with DCIC.

Also identifiers starting with hyphen. These would be great for naming the results of algebraic operations, such as ``` 2x = 2 * x -y = 0 - y ```