Mike Nakhimovich

Results 28 issues of Mike Nakhimovich

Currently if a user subscribes to a StoreRoom that has emitted 100 collections of items from a room db, it would get all the emissions. This pr changes to only...

Issues have been piling up which is no good, some fixes would be easier if we can make breaking changes. Time to fix all the things and plan for a...

Currently the api for creating a middleware parser is clunky. When creating a parser one must pass both a generic of the type as well as a class token. With...

It would be nice to have a store api to allow writing to the disk and memory cache. Something like store.fill(value). Value must be of same type as fetcher returns.

https://twitter.com/jessewilson/status/692326663061966848 ### Original issue: I'm struggling with reading from a BufferedSource twice. What I'm trying to do is take an okhttp response body and stream it to both a parser...

documentation

`StatelessWorkflow` is very nice, I'd love a new workflow which does not have state or output. proposed implementation: ```kotlin abstract class RenderingWorkflow : StatelessWorkflow() ```

kotlin
proposal

Thanks to @jaredsburrows for adding CI, I should add some tests.

Because why not

enhancement

The demo looks like it is out of the 1800s, it would be nice to add some material styling to it.

help wanted