Chris Dew
Chris Dew
Found it - it;s a ruby gem. To make it work on Ubuntu I needed to: apt-get install ruby rubygems gem install ronn ln -s /var/lib/gems/1.8/gems/ronn-0.7.3/bin/ronn /usr/bin/ Regards, Chris.
Do you think `` should be a feature of react-router-component? Is there an architectural reason why it hasn't been implemented, or is it a matter of time and priorities?
I have an application with several pages which are peers - i.e. `/foo`, `/bar`, `/baz` and `/quuz`. I want the root route `/` to be redirected to `/baz` so that...
Just posting my interim solution, in case it helps anyone. ``` function createRedirect(url) { return React.createClass({ mixins: [NavigatableMixin], componentDidMount: function () { console.log('redirecting to', url); return this.navigate(url); }, render: function...
+1, I've also been bitten by this. I had a variable which either referred to a string or an object with an 'error' property. I was unable to simply check...
This issue occurs because the i2c bus is hard coded in https://github.com/juddflamm/oled-js-pi/blob/f76d62314e16bc1a1be1cffd66820a9fddd37aae/oled.js#L69 and is incorrect for an RPi3.