Sean Chalmers
Sean Chalmers
Codespaces are pretty much a dream for course work, this course should have that capability asap.
Uses a TVar to store the latest progress information. Closes #243 I added a couple of record types to the `StatusMap` creation process as it was becoming a bit gnarly...
This change adds the `week_` field to the list of fields that can be extract from `HasSqlDate` compatible fields. This will be a breaking change for anyone that manipulates or...
In my opinion the current API for creating a 'map-like' JSON object using the `mapLikeObj` and `atKey` functions is awkward and not as straight-forward as I would like. In the...
The `moveToKey` function is a `O(n)` search from its current position to the desired key or an error from the end of the object. The succinct data structures make this...
waargonaut is a bit too fancy, not as widely supported and has an overly complex build process.
Started work on fresh wrapper for stb_truetype with the stb_rect_pack as well.
The type family [`CanBeNested`](https://github.com/qfpl/reflex-dom-svg/blob/eaac93ed307d969d6643cbda142645fbc2de933b/src/Reflex/Dom/Widget/SVG.hs#L77) reads like it should be a constraint. Update this to `NestingRule` or something along those lines.