Leon P Smith

Results 20 issues of Leon P Smith

Given the current plan of (eventually) moving the high-level widgets to their own library, we might also consider deprecating most of the module, especially: ``` rangeInput ```

This pull request is dependent upon #42, of course.

I'll admit this issue is a bit of a judgement call, but the limits being imposed on the utc offset may be a teensy bit too strict. The IANA tz...

help wanted

In the case of active ZMQ sockets, I haven't found any documentation of the messages that the socket will deliver to the owning process.

The `Monad` constraint on `MonadReader` is a bit too constraining for me; I'd really like to loosen that constraint to `Applicative` (or looser?) while breaking the least amount of code...

enhancement

From the `ob thunk pack --help` documentation: ``` Usage: ob thunk pack THUNKDIRS... [--preserve-symlinks] [-f|--force] ([--private] | [--public]) Pack git checkout or unpacked thunk into thunk that points at the...

From https://github.com/obsidiansystems/beam/commit/1d58f21485e5b95e1edb662d3de26f5d3572289d

enhancement

From https://github.com/obsidiansystems/beam/commit/5f7396505488ba7ba250993dbf1b8ea8f86c1805

enhancement

https://github.com/snoyberg/http-client/blob/a9a1a1f76c44127d67695d90d5abdbf585052c82/http-client/Data/KeyedPool.hs#L165 While I was chasing down GHC bug #17439, I ended up reviewing some parts of `http-client` code. It looks like the `mask_` is misplaced to me. We want to...

I scratched my head for a while figuring out why `ghc-core` wasn't working at all for me, then I tried this: ``` $ echo $PAGER less -S $ export PAGER=less...