Ben Gamari

Results 117 issues of Ben Gamari

Facebook has a rather intriguing [commit][1] in their Haddock repository which appears to allow parallelization of the Haddock build. It would be worth checking whether this can be folded upstream...

enhancement
enhancement:performance

This example: ```haskell {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE TypeSynonymInstances #-} {-# LANGUAGE StandaloneDeriving #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE TypeFamilies...

bug
critical

Note that I have not tested this against Cabal

Bump upper bounds on `containers` and `aeson`.

Recently I noticed that each of the dozen-or-so emacs processes running on my laptop were waking up 10 times a second, severely impacting my laptop's battery life. `helm-timers` revealed that...

For GHC 9.0.1 we will need a release that includes 2790f1c6ed94990ed51466079e8fb1097129c9b8. However, I would recommend cutting a release on `master` with 28ee26ad5b4ae1c0584f2ec11ac53be9671bf878 reverted (since `base` 4.16 will ship with GHC...

It appears that d1c2cc6895dc2032ef54897e1fdab3d99f85629f is present on `haskeline-0.8` yet not on `master`. Is there a reason for this?

Previously we would read events from the console in a separate thread which would be killed after the needed event was read. There are a few issues with this approach:...

It seems that Mustache supports a `.length` [syntax](http://stackoverflow.com/questions/8125459/counting-lists) for retrieving the length of a list. It would be great if this were supported by hastache.

Since ROCm 5.0, the provided installation documentation heavily leans on AMD's binary packaging and installation script. These methods may be convenient for some but are not appropriate for distribution packagers...

Documentation