Milo Mordaunt

Results 9 comments of Milo Mordaunt

Think I am experiencing the same thing. Haven't looked too deeply into it but in the logs I see an error saying TS can't find the file: ```` "seq": 0,...

For what it's worth: I had it running on my 256MB raspberry pi, despite the warning in the README. Compiling it was tough, npm kept getting killed due to memory...

If you don't have control over the `parseString` function and don't want to introduce a Promise 'polyfill' library and use a [promisify function](http://bluebirdjs.com/docs/api/promise.promisify.html), you could do something like: ``` const...

I personally prefer writing promise middleware to thunk, and as long as you understand the code you can really extend it to do whatever you want. If you look at...

That looks good to me

This works fine for me (though I can’t promise quick replies) I think my email is on my Github profile page too? If not you can just use here. On...

Not sure what you mean by this. Maybe you want: https://facebook.github.io/react/tips/dangerously-set-inner-html.html

Hmmm, I wouldn't necessarily advise putting HTML in the store but AFAIK no reason you shouldn't be able to. The `initialState` passed from the backend is just a serialized, JSON...

This is due to Brazilian Portuguese generating thousands of hyphenated permutations for nouns. Since in [our](https://authorea.com) use case we are splitting hyphens and checking them as separate words, we are...