Bartosz
Bartosz
It's mentioned in Spock page in 'works great with' section, shouldn't it be used here?
First `stack build` invocation gave me: ``` Downloaded lts-5.11 build plan. Caching build plan Fetched package index. The following package identifiers were not found in your indices: alarmclock-0.2.0.9, conduit-extra-1.1.13.1, exact-real-0.12.1,...
Can be useful if one wants to log it as a context in many (every?) log messages. Then it's best if length is kept to minimum.
Hi, Do you have any tips for improving experience with redux devtools? It prints JSON representation of the runtime data, which means that sometimes it just doesn't show relevant info,...
Hi, I'm having troubles figuring out why exactly the type of dispatch is polymorphic over `f`: `f action -> f action`. Does it has anything with middleware? If so, how...
Hello, `dispatch` function currently works for every `action` type, and is needed to be called with `unsafeCoerce`, just like here: https://github.com/ethul/purescript-react-redux-example/blob/master/src/Example/App.purs#L118 Have you tried to approach this somehow, to push...
## Steps to reproduce ```idris import Control.Monad.State import Lightyear import Lightyear.Char import Lightyear.Combinators import Lightyear.Strings -- hide the one from Lightyear.Strings %hide Parser Parser : Type -> Type Parser =...
I've tried to add `target` function to get an element that caused an event. The `Event` module does not see the `Elements` (it's the other way around at the moment)....