Babak B.

Results 19 issues of Babak B.

Hello, I'm a beginning student of FP, following this book. I'm very thankful for this resource. I've noted discrepancies. I am wondering if the information in the book is up-to-date?...

TODO

There are so many talks that and articles that open with the "A Monad is just a Monoid in the category of Endofunctors, What's the Problem?" that it has become...

FAQ

First thing, noticed that Left given in Appendix B is broken ```javascript Left.of(1).map( x => x + 1) // Right (2) ``` Furthermore, the `chain` method returns the value in...

DISCUSSION

https://github.com/reactjs/react-redux/issues/141 The component returned by `connect` doesn't allow for refs ie ``. React gives warning "Warning: Stateless function components cannot be given refs. Attempts to access this ref will fail."

enhancement
help wanted

Hello, this is a feature request--it would be very helpful, for the super simple case of including `xstream` as an ad-hoc solution via dist build, that the `fromEvent` is included...

Any chance this will work with certain CSS transformations like rotate, i.e.: ``` css #a{ ... } #b{ ... transform: rotate(90deg); } ``` Also, rotating twice from beginning to end...

https://github.com/palmerhq/the-platform/blob/16c0c7ebfa3d8d1e8b92306a8fdfaba064bf6e4a/package.json#L18 Yet installing from npm the `cd node_modules/the-platform` `find . | grep ts` nada.

Following this format ``` gitlab-le \ --email [email protected] --domain example.com www.example.com --repository https://gitlab.com/gitlab_user/gitlab_repo --token ... ``` Response is `404 - {"message":"404 Project Not Found"}`

When looking around this code I noticed a duplicate https://github.com/mikemintz/rethinkdb-websocket-server/blob/master/src/Connection.js#L29 https://github.com/mikemintz/rethinkdb-websocket-server/blob/master/src/Connection.js#L45 Perhaps I'm missing something here?

`npm run prepublish` doesn't produce the same `index.js` in `dist` that one gets from `npm install rethinkdb-webdocket-client`. The version of `dist/index.js` via `npm install` is in es5, the one produced...