Josh Burgess

Results 12 issues of Josh Burgess

I wanted to get the new API release out, so I held off on rewriting with higher order functions. I might still do it in the future, so I'm creating...

help wanted
breaking change
feature request

# Possible Feature: Add the ability to inject a custom argument into Epics Consider adding the ability to inject a custom argument into Epics to give access to an API...

enhancement
breaking change
feature request

# Add Flow type definitions to the library _Look at the TypeScript type definitions for reference_

enhancement

Just leaving this here as a note for myself. I'd like to experiment with using proxies to see if they might serve as a good replacement for Subjects (in createEpicMiddleware)....

# Add more example apps in the examples directory

enhancement
help wanted

# Add tests for TypeScript definitions

enhancement
help wanted

What do you all think of providing some out of box integration with the Redux devtools? A number of js state management alternatives do this. Libraries like ngrx, react-waterfall, react-automata,...

Just curious if anyone has any ideas yet about how to support alternate time signatures & changing time signatures (and tempo?) at specific points in a song. This is usually...

enhancement

Other than the lack of typing information, I find this to be my favorite promises (non-tasks/futures) library. Would you be interested in trying to get type information added? Do you...

Hi, I'm using chunks along with the [name] and [hash] filenames to generate multiple bundles (one for all vendor/3rd party modules and a separate one for my own app modules)....