AriFordsham

Results 11 issues of AriFordsham

Fix formatting of Haddock list

Thank you so much for the transcripts! I so much prefer reading to watching. I think the build instructions you provided are unnecesarily complicated. I also struggled to get tem...

Initial work for Web Extension support (#214). It works for me under https://github.com/microsoft/vscode-test-web, but not the Web Extension Host on VS Code desktop - I can't seem to find out...

given ```haskell newtype T = T { f :: B } g :: A -> T a :: A ``` The code ```haskell (g a).f ``` uses the record dot...

bug
good first issue

I was completely baffled by the type error when trying to apply `RecordTypeOf` to a type with no instance of `HasDatatypeOf`. I fixed it based on https://blog.csongor.co.uk/report-stuck-families/ and https://hackage.haskell.org/package/type-errors-0.2.0.0. Maybe...

This is motivated by the GHC API changes which, for a large part, change module names whilst leaving definitions unchanged. It would be extremely useful to have the ability to...

At present, `docker-cert` is doing inappropriate shell expansion, and truncating multi-line args. Fix this.

Realpath is non-POSIX, and doesn't ship by default on macOS. Find a compatible alternative. https://stackoverflow.com/questions/3572030

Some NARINFO downloads fail for me. Sometimes `mirror-nix` can't parse them for some reason, sometimes my content filter doesn't like the look of them. When a Narinfo fails, `mirror-nix` stops....