Yaroslav Heriatovych

Results 7 issues of Yaroslav Heriatovych

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!!...

Sometimes when there 2 or more required arguments, the order of generated builder constructor parameters differs from the order of it's declaration in fragment. This is specially annoying when Fragment...

enhancement

Null helpers (that are used for arrays/collections) fields can be removed and replaced with direct calls (`create*Array`, `create*List`). As I understand the only reason for this helpers is to safely...

enhancement

it could be used to execute events on thread pools, actors, etc. For example can be used to switch running context to UI thread in android

add 3 new EventStream methods take(n) - return event stream that will return n events once - return event stream that will return only one event until(es) - return event...

Without ability to ask directly, just create an issue. Why implementation of flatMap(f) just 'swich' between streams provided by f? If trying to think about EventStreams as about collections, than...

Optimize comments adapter to reuse views Also make webview pool to reuse it instead of creating every time it shows view