Daniel Martín

Results 7 issues of Daniel Martín

Currently, when you want to create a store, you need to pass all reducers like this: ```swift let store = AppStore(reducer: { action, state in return AppState( entities: entitiesReducer(action: action,...

Needs Discussion
Help Wanted

I use ReSwift's middleware a lot, as I consider it one of the killer features of this library, and I've always wondered why the `getState` function we pass to the...

Hi! Would it be possible that the updates to the `MPNowPlayingInfoCenter` made by AudioPlayer are opt-in? I've seen [this comment](https://github.com/delannoyk/AudioPlayer/issues/120#issuecomment-380420246), but with the current implementation I think it's impossible for...

Input SVG file: ```svg ``` output: ```svg ``` Note how `fill-rule="evenodd"` is gone in the transformed output. If we remove `fill="none"` from the original SVG file, the `fill-rule` in `path`...

Could be nice if weeks start depends on the user's calendar settings, for example, or depends on the locale.

## Environment ``` React Native Environment Info: System: OS: macOS 10.14 CPU: x64 Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz Memory: 34.00 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries:...

Component: SafeAreaView
Component: View
Bug
Needs: Repro

This is more of a small feature request than a bug report. It'd be great to have a way of knowing if an error thrown by the library is an...

stale
minor addition