Ollie Charles

Results 144 issues of Ollie Charles

priorty: low
component: haskell-src-exts

I'd like to have `elm-analyse` alert me if I use an "excessive" (configurable?) amount of indentation. For example, here's a snippet of horrific code from work: ```elm viewExpandedBomLine privileges {...

Checks

``` Running 1 test suites... Test suite digestive-functors-tests: RUNNING... Text.Digestive.Field.Tests: evalField singleton: [OK] evalField bool post without input: [OK] evalField bool post strange input: [OK] evalField bool post correct input:...

It would be much more elegant if we could have an `optional` combinator. This would both clean up the API (no need to offer `stringRead` and `optionalStringRead`), while also providing...

@mightybyte mentioned on IRC that it would be useful to have forms that don't need all the fields named via `(.:)` - instead, the `Ref` could be automatically generated.

Consider the following: ``` haskell {-# LANGUAGE OverloadedStrings #-} module Main where import Control.Monad.IO.Class (liftIO) import Snap.Blaze import Snap.Core import Snap.Http.Server import Text.Digestive import Text.Blaze.Html import Text.Digestive.Blaze.Html5 import Text.Digestive.Snap testForm...

bug

Following on from the general discussion in #18, I'd like to hear if you have any thoughts on adding prompt finalisation into the library. I'm currently working on https://github.com/ocharles/streaming-postgresql-simple, and...

I'd like to use `bloomfilter` in order to let clients filter a large set on the server, while making efficient use of bandwidth. As such, clients will construct a Bloom...

I would like to use this work, but you don't specify what the license is.