Daniel Smith

Results 64 issues of Daniel Smith

This would allow for nicer CI integration. As it stands it's easy to get the CI to fail when the code isn't styled correctly, but it's rather hard to actually...

``` import Foo ( lots, of, imports , more, imports , and, some, more, imports ) ```

``` import Foo (Bar(..)) import Foo (Bar (..)) ```

I'm on an older version of this library using `runLambda`, `StandaloneLambdaResult` and `toStandaloneLambdaResponse`. Now that I'm upgrading to a newer library version, I have no clue how to keep my...

Currently `Optic` uses 4 type variables for `s t a b` and thus is not a category. However conceptually `Optic` seems like a pretty ideal `Category`. So I figured I'd...

For example parsers: ``` parser = Foo foo Bar baz baz Qux tux parser = Foo foo Bar bar baz Qux qux ``` Also chained lens updates ``` update =...

style

I'm only interested in calling `oauth2`: `certs` / `tokeninfo` endpoints, which seem to me to not require any google-specific authentication, just HTTPS. Is there a way I can call them...

For any cookie `c`, `c == c` and `c < c` are True, and `c

Similar to how leading comma lists have the parenthesis lead as well, it'd be nice to allow this for imports and exports: ``` module Foo ( bar , baz ,...

new config option