Trequetrum
Trequetrum
# Spy with a Predicate Currently, Debug has spyWith, which is fantastic for formatting what you're spying on. ```purescript spyWith :: forall a b. DebugWarning => String -> (a ->...
The docs show 4 features front and center for this crate. ---- The first three are all well covered by the examples you have, but > Raise a Bevy event...
This is a combinator I use all the time, might be useful to see something like it in this crate. It drops a byte at a time until the given...
This codebase likes to shift back and forth between various nomenclature for various actors. It's not clear whether to call a consumer of values a Subscriber or an Observer. The...
As I look through the API, I see a pretty consistent pattern of "You can rely on a typeclass for Eq/Ord or you can supply your own". So if a...
The Introduction text for levels will sometimes automatically scroll down. Thus, you have to scroll back up to continue reading - if the text loses and regains focus then the...
When I clone the [GameSkeleton template](https://github.com/hhu-adam/GameSkeleton) and then start a Dev Container in Vs Code, I get the following error: ``` > [email protected] start > concurrently -n server,client -c blue,green...
This is probably a low priority issue, but... I can see in one of the examples for NNG(old) that the Introduction supports `\begin{CD}` and `\end{CD}` which I take it to...