Christopher Reichert

Results 9 issues of Christopher Reichert

Is there a specific reason `format` validators are not currently supported? I think this is a very important feature to implement because it's leveraged to heavily in OpenAPI specs. -...

drawback

I think it would be appropriate to use the `case-insensitive` package to represent the internal `ByteString`s domain in [`EmailAddress`](https://github.com/Porges/email-validate-hs/blob/master/src/Text/Email/Parser.hs#L23). This would also seem to "fix" the `Eq` instance. Has this...

It would be nice if the title of the slack message were a little more descriptive. For example, ![elasticache1](https://cloud.githubusercontent.com/assets/526560/21657901/fc3f6bbe-d289-11e6-8b9d-1f6ac56dd154.png) The message title is: > AWS Elastic Beanstalk Notification but could...

enhancement

:construction: **do not merge yet** :construction: I've been using this utility for a while and have had a fork of it. I wanted to create a PR in case someone...

Here is a script: ``` #!/usr/bin/env stack -- stack -v runghc --package connection --package http-client --package http-client-tls --package tls --package data-default {-# LANGUAGE OverloadedStrings #-} {- reproduce memory leak: $...

Simply having this in my stack.yaml fails the command: ``` packages: - '.' - location: git: [email protected]:creichert/reserve.git commit: 1264826d78a22a640d41daaecbfdd4763c86915a extra-dep: true ``` ``` $ stack exec -- shc --repo-token=$COVERALLS_REPO_TOKEN combined...

When a listing is 404, the plugin does not handle the response properly. The plugin should also encourage the page to return a 404, but give the user some control...

bug