Eliot Robson
Eliot Robson
Made a first pass at adding type hints to the package (#40). Had to make some more significant (slightly breaking) changes to accommodate some desired features (such as having automaton...
Hello, Thanks for your work on this library! I've been using it as part of the backend for a course I'm TAing. For our purposes, we're working on adding type...
Created a new element that gradually displays hints as students submit more answers. A port of an element we developed locally. Also, set up typechecking features for this question and...
Right now, there's no way to enable any kind of cross-variant functionality with questions/elements. There might be demand for this (for example, with the `pl-hidden-hints` element, see discussion: https://github.com/PrairieLearn/PrairieLearn/pull/6334#discussion_r985847482). This...
The contributing guide is pretty out of date (doesn't include discussion of black or isort for style, for instance), and doesn't include instructions on getting documentation working locally. The documentation...
> https://arxiv.org/abs/0802.2826 > > This paper is a more abstract description of Valmari's algorithm for minimizing partial DFAs. It should be easier to read and implement than the paper with...
In a lead-up to the PyOpenSci review, one of the suggestions from them is to publish the package on conda-forge as well as PyPI, which I think is generally a...
See title, implement the Aho-Corasick algorithm for construction of a DFA which recognizes all strings which contain a substring from a given dictionary. This is an extension of the existing...
**Is your feature request related to a problem? Please describe.** Looking at the library, I would like to benchmark and test the existing code so that I can try to...
See title, resolves #3064. Also updates the example question to make it cleaner and more closely match other examples.