Peter J. Jones

Results 15 issues of Peter J. Jones

Stack allows you to specify an alternate location for the `stack.yaml` file using the `--stack-yaml` command line option or the `STACK_YAML` environment variable. I don't like to clutter up the...

type: enhancement
easy
component: stack

This change allows hOpenSerial to produce a fully functional `Handle` that can be used with functions such as `hWaitForInput`. This means a thread can block waiting for input instead of...

The entire `Network.MQTT.Client` module is commented out as a result of commit e8b1f28cea3d2cf72ac68b60744796a91ee55ffc. Was that intentional?

What's the status of v3? I'd really like to validate Unicode email addresses. If you have a list of things that need to be worked on I'd be happy to...

It would be nice to have an official release so this project can be packaged up in distribution package managers. I [have a package file](https://github.com/pjones/tilde/blob/trunk/pkgs/oreo-cursors.nix) for [nixpkgs](https://github.com/NixOS/nixpkgs) all ready to...

### Problem Description We have documentation all over the place. The FAQ and some bits are on the Haskell Wiki. Someone was running an older wordpress site. Etc. To make...

enhancement
needs: community feedback

### Problem Description We need to audit all of the layout modules and improve their documentation. Many don't even say what they do or are very confusing. It would also...

enhancement
help wanted
good first issue
needs: documentation
effort: medium

When navigating a tree, no slide is generated for `COMMENT` headings. However, they are still shown on the preceding slide that shows the online for upcoming slides. Is there an...

I'm creating this ticket to help us track the work going on over at xmonad/xmonad-contrib#146. Starting with the `getWindowAttributes` function, start creating versions that return `Maybe a` instead of throwing...

Would you be open to these two changes: 1. Use `MonadIO` instead of `IO`, and 2. Replace the `verbose` context field with a function `(String -> m ())` These changes...