Markus Coetzee
Markus Coetzee
Following from pull request [#119](https://github.com/chieffancypants/angular-loading-bar/pull/119) - this solution seems to work nicely (and caters for the scenario you explained in the PR-119). Another thing to note is that I fixed...
I have made the case for using RxJS for unidirectional data flow over here: https://medium.com/@markusctz/state-streams-and-react-7921e3c376a4 Any critique on the article or this library (especially its API) would be more than...
We are using Rails 4.1.4 and currently can't get Oink to log to standard out in Heroku. Our setup: **Gemfile:** ``` ... gem 'oink', '~> 0.10.1' ... ``` **application.rb:** ```...