Swift
Swift
I know this might be pretty tricky to accomplish, but it would be awesome if there was a minified version of the source.
Would love to start sharing this, but it requires me to type up a bunch of description to send along with the link. A good README with a lot of...
Worked with @kymwatts to figure out bluetooth serial communication yesterday. Need to document how to get it all working so others can use it.
Getting this once in a while. Looks like a pyFirmata issue. ``` Connecting to /dev/cu.usbmodem1411 Traceback (most recent call last): File "motor.py", line 10, in board = Arduino() File "/Users/theycallmeswift/dev/open-source/BreakfastSerial/BreakfastSerial/BreakfastSerial.py",...
Windows is actually already supported if you specify the COM port manually: ``` board = Arduino("COM5") ``` Adding windows support should be as simple as adjusting the regex to match...
Hey, folks! I'm using Simple Form with some basic form objects that rely on the ActiveModel attributes API. Unlike ActiveRecord, ActiveModel classes do *not* benefit from automatic type detection because...
I tried using this with my app that uses Mongoid and got the following error: ``` >> CohortMe.analyze(activation_class: Hackathon) NoMethodError: private method `select' called for Hackathon:Class from /Users/theycallmeswift/.rvm/gems/ruby-1.9.3-p194/gems/cohort_me-0.0.1/lib/cohort_me.rb:34:in `analyze' from...
Right now the guide doesn't have any (?) information about food allergies and how to handle them. We should look into including a list of common products to avoid and...
Hey, folks -- I'm having trouble getting the basic example provided to run. Specifically the failure I'm encountering is at the `daily-osci-rankings` stage. I have confirmed that I have a...