ascholerChemeketa

Results 17 issues of ascholerChemeketa

If a distractor in a Parsons problem is in any position BUT the last position, it turns red and shows as a visible error when checked. However, if the distractor...

Python 3.10 renames Union to UnionType which breaks the version of sphinx Runestone explicitly requires (3.5.4). The current release of Sphinx (4.1.2) fixes the issue. Runestone **seems** to work correctly...

This creates duplicates of css rules targeting `.pretext[data-atmosphere="dark"]` and moves them to `@media (prefers-color-scheme: dark)` Very hacky preview of what existing dark mode rules do.

Email report from Jeremy Sylvestre: Go to https://sites.ualberta.ca/~jsylvest/books/DLA1/section-inverses-theory.html Scroll all the way to the bottom: there's an aside at the very bottom of the page. At least for me (Chromium...

It would be nice if every example had a working project file so that they all can be built with `pretext build html`, `pretest build pdf`, or `pretext build latex`....

Mathjax transformation/rendering represents a significant delay to each page involving math fully. It might make sense to do as much transformation as possible to render math into its final state...

While playing with a screen reader, I figured out that the js library function `scrollIntoView` sets the target item as the current location for tab purposes. Thus when the ToC...

Based on recent support discussion... If a program lacks an **input** element around the text inside it, auto-supply the **input**. This tries to be very conservative and only does so...

stdin attribute didn't make the initial implementation for activecode. This interfaces with existing RS code to provide input to a program.