Jonathan Fischoff

Results 38 issues of Jonathan Fischoff

The haskell-perf team has a list of benchmarks of different bytestring builders. `buffer-builder` should get added there: https://github.com/haskell-perf/strict-bytestring-builders

It took me a little bit to understand what needs to be updated after moving the cabal-dev folder. Mainly a search and replace in the packages directory, and cabal-dev ghc-pkg...

A new `Distribution` zeros out `cMin`. https://github.com/tibbe/ekg-core/blob/master/System/Metrics/Distribution.hsc#L99 AFAICT it will aways be zero if the input is positive: https://github.com/tibbe/ekg-core/blob/master/cbits/distrib.c#L24 I think `cMin` would be more useful it was initialized to...

### Summary When trying to build with nix of macOS Monterey with an M1 the following error occurs: ``` error: Desired GHC (8.8.4) is older than the bootstrap GHC (8.10.7)...

bug

I would like to make my own version of the `Session` monad that has additional type class instances and other small changes. To facilitate alternative `Session` monads it would be...

In varying contexts I would like to be able to use `throwIO` with `QueryError`. Instead of wrapping it a newtype I would prefer if there was a `Exception` instance already...

It would be nice if the buttons could be disabled from events and had a "greyed out" style when deactivated.

enhancement
Low Severity

It is possible we can have a error that needs to get thrown from `setup` and an exception that should get thrown from releasing a save point in the `finally`...

Even though we have a MonadCatch instance, it would be nice to also have a MonadError instance.