Drew Fenwick

Results 9 issues of Drew Fenwick

This PR does four things: 1. Repairs some tests 2. Opens up compatibility with more servant-client versions 3. Ups the cabal file spec version 4. Updates dependency bounds Thanks mostly...

Currently there are no valid build plans under GHC 8.10 and 9.0 as the `servant-client == 0.16` bound restricts the version of `base` to `< 4.14` In order to build...

[sortableList.hs ](https://github.com/reflex-frp/reflex-dom/blob/develop/reflex-dom/examples/sortableList.hs)references out-of-scope variables, namely: - patchThatSortsMapWith - MapEdit_Insert The former appears to be from a missing import of `Reflex.Patch.MapWithMove` / `Data.Patch.MapWithMove`. Not sure about the latter though.

gi-gdkpixbuf 2.0.25 is missing a dependency on `gi-gmodule` making this version fail to build with the following error: ``` [20 of 25] Compiling GI.GdkPixbuf.Structs.PixbufModule ( GI\GdkPixbuf\Structs\PixbufModule.hs, dist\build\GI\GdkPixbuf\Structs\PixbufModule.o ) GI\GdkPixbuf\Structs\PixbufModule.hs:195:1: error:...

Using cabal-install, I'm getting compilation failures when depending on even the latest reanimate version on hackage. The issue will likely also affect stack users trying to use the latest snapshots....

Building under GHC 9.2.1 is currently held up by generics-sop, see well-typed/generics-sop#145

It seems there are now more update types than there are `UpdateType`s The missing update types appear to be: ```hs UpdateMessageReaction UpdateMessageReactionCount UpdateChosenInlineResult UpdatePoll UpdatePollAnswer UpdateMyChatMember UpdateChatMember UpdateChatJoinRequest UpdateChatBoost UpdateRemovedChatBoost...

IHP's UI does little to stop you from creating a table with two primary keys. Using the UI I was able to make [this schema](https://gist.github.com/DrewFenwick/093a8e2cd7d69c45f2155f5ba49ef3e6), which has two primary keys...

In 2021, the Oklab and Oklch color spaces were included in the CSS Color Level 4 and Level 4 drafts and support has since been implemented in all major web...