Zaid Al-Jarrah

Results 9 comments of Zaid Al-Jarrah
trafficstars

> Thank you for this! @tompave my pleasure, thank you for your great work on this library! > > A couple of questions: > > 1. Adding the `releases: [...

> When you amend the PR, can you please specify that this is only required when using releases? i.e. not necessary if running with Mix? @tompave sure thing, I just...

@jmillxyz I got it working by marking the two dependencies with `runtime: false` (attempt 1 in your example) and making the following changes to the `releases` function in `mix.exs`: ```elixir...

I'm actually having the same issue with the latest version of artoo-raspi (0.6.0) with a Raspberry PI 2. The output from running the sample code is: ``` I, [2015-06-21T20:59:02.576965 #11000]...

@forme I ended up forking the repository and doing a minor change which fixed the issue for me. You can try my fork at https://github.com/zaid/artoo-raspi

@deadprogram sure thing, I'll clean up the commit and submit a PR.

@deadprogram I created a pull request which failed the Travis build for Rubinius version 2.1.1 & JRuby version 1.7.9 which seems unrelated to my changes but I could be wrong...

@forme does version 0.6.1 fix the issue for you?

@LTheGreats using the latest release of artoo-raspi (version 0.7.1) ? Which version of Ruby are you using?