Dennis Gosnell

Results 78 issues of Dennis Gosnell

I'm trying to build a Haskell executable ([Termonad](https://github.com/cdepillabout/termonad)) statically that uses [gi-gtk](http://hackage.haskell.org/package/gi-gtk), which is built using [haskell-gi](https://github.com/haskell-gi/haskell-gi) and depends on `gtk+3`. It appears to be failing when building `systemd`. Termonad...

`survey/default.nix` provides an `overlays` argument, but it appears to not be used anywhere: https://github.com/nh2/static-haskell-nix/blob/761f34bb4b09dd5838f82782c5e56ebfac4039fb/survey/default.nix#L21

I've been trying to build hslua while linking against musl, but I'm seeing an error in the hslua test suite. I'm compiling with Nix. Here's the command I am using,...

I've been trying to use aws-lambda-haskell-runtime with the AWS SAM CLI. I've run into multiple problems. I'll describe them in this issue. I'm new to AWS Lambda and AWS SAM,...

This PR makes some of the fields in the `APIGatewayRequest` type optional. The reason this fix is needed is described in: - https://github.com/theam/aws-lambda-haskell-runtime/issues/118#issue-1228590272 - https://github.com/theam/aws-lambda-haskell-runtime/issues/118#issuecomment-1120193215 Unfortunately I couldn't find an...

Since updating reflex-examples to use Obelisk to run/build the examples, it looks like the examples have stopped working on Firefox. The last commit I could find that works on Firefox...

documentation
Medium Severity

The doctests for `servant-checked-exceptions-core` appear to not work on GHC-9. See https://github.com/commercialhaskell/stackage/issues/6092 for an example of what this looks like. This should be fixed so that doctests do successfully work...

enhancement
help wanted
beginner-friendly

Servant recently got support for returning multiple types of responses from a single endpoint with the `UVerb`: https://github.com/haskell-servant/servant/pull/1314 It might be possible to rewrite servant-checked-exceptions (and simplify parts of it)...

enhancement
help wanted

It would be nice to be able to throw `Envelope` errors in some sort of short circuiting monad. I'm not sure if there is a good / clean / easy...

help wanted

Right now there are only a few instances of [`HasServer`](https://github.com/cdepillabout/servant-checked-exceptions/blob/master/src/Servant/Checked/Exceptions/Internal/Servant/Server.hs) and [`HasClient`](https://github.com/cdepillabout/servant-checked-exceptions/blob/master/src/Servant/Checked/Exceptions/Internal/Servant/Client.hs) for `Throws` and `Throwing`. It would be nice to have more. These should be relatively easy to write.

help wanted