Results 13 issues of Heinrich Apfelmus

Since you've asked for feedback. :smile: As far as I understand, you've used type-level computations to solve the problem of modeling the FLTK class hierarchy. This has some issues; for...

### Proposal At the moment, people who wish to install HyperHaskell have to install two things: 1. The graphical front-end application 2. A Haskell development environment (GHC + Cabal/Stack +...

Type: Enhancement
help wanted

The functions ``` valueB :: Behavior a -> Moment a valueBLater :: Behavior a -> Moment a ``` are somewhat redundant. Unfortunately, the distinction seems necessary, because the two variants...

Type: Enhancement

It would be really nice if we could port the [hp2any-manager](http://www.haskell.org/haskellwiki/Hp2any) application for viewing Haskell heap profiles to threepenny-gui. This way, people don't have to install GTK (or resort to...

Type: Enhancement
help wanted

It would be cool if we could host the examples live, so that people can try them out without downloading anything. FP Haskell Center offers to live hosting of Haskell...

Type: Maintenance

We should probably put the drag & drop attributes and events into a single module. We should also add an example that showcases all the available events and attributes. ---...

Type: Enhancement

In an [effort](https://github.com/HeinrichApfelmus/reactive-banana/issues/30) to make the [reactive-banana](https://github.com/HeinrichApfelmus/reactive-banana/) library compile on UHC, I would like to include a variant of the `vault` package that doesn't use any GHC-specific functions. Of course,...

It turns out that the `buildkite-agent` supports multiple tags with the same name — for example, one Agent can be in multiple `queue` at the same time. This pull request...

# Context Downstream projects such as `cardano-wallet` use `cardano-addresses` as a Haskell library. However, this library is not published on a public repository such as Hackage or ChaP. Such a...