muse icon indicating copy to clipboard operation
muse copied to clipboard

Clojure library that makes remote data access code elegant and efficient at the same time

Results 3 muse issues
Sort by recently updated
recently updated
newest added

Currently there is but that cause the same resource being fetched twice if returned from flat-map example: ``` (defrecord Foo [id] DataSource (fetch [_] (prn "Fetching" id) (d/success-deferred id))) (run!!...

Including `cats` and `async` in my project dependencies made this error go away. The dependencies for `cats` and `async` are in the dev profile for the muse project. Shouldn't they...

See [full changelog](https://github.com/funcool/cats/blob/master/CHANGELOG.md#version-100). Now both Traversable and Applicative Do syntax are available in cats, your input at EuroClojure was really helpful! If you accept this PR we might want to...