Sean McGroarty

Results 5 issues of Sean McGroarty

## Lens Indentation I would like the following code to be formatted something like this ```haskell let updateUsr usr = usr & userFirstName .~ "newfirst" & userLastName .~ "newlast" &...

# Bug Report: Running a load job from an emulated GCS using the java client errors ## Description I am using [fake-gcs](https://github.com/fsouza/fake-gcs-server) ## Steps to Reproduce 1. clone this repo...

the `Currency` data type is made of a constructor and an auxiliary data type `Currency'` ```Haskell data Currency = FIAT Currency' | COIN Currency' ``` This is overkill, `Currency'` should...

enhancement

call `getorderbook` instead of `gettcker` This will provide the bid and ask volumes.

### Check the bug has not already been reported - [X] I could not find the bug in [existing issues](https://github.com/unytics/bigfunctions/issues?q=is%3Aissue+is%3Aopen+label%3Abug-bigfunction) ### Edit `function_name` and the short error description in title...

bug-bigfunction