nono

Results 4 issues of nono

Hi. I am not really familiar with apache and htaccess. But I had to modify your [example](https://github.com/visionmedia/page.js#apache) slightly from ```RewriteRule ^.*$ ./index.html``` to ```RewriteRule ^.*$ /index.html``` Now it links to...

When retrieving user details multiple times request fails. It seems as the model object is return wrong values. `user: { username: 'waychan23' }` After second call the object becomes `user:...

Hi. It seems that following line:441 in unix Serial::SerialImpl::reconfigurePort resets custom baudrates on OSX. ``` // activate settings ::tcsetattr (fd_, TCSANOW, &options); ``` Setting custom baudrates after this line fixes...

Project generator replaces a string in the Project.xcconfig twice. When the project folder is outside of the main of-Folder the result will look like this: # include "../../../../../of_v0.8.0_osx_release/../../of_v0.8.0_osx_release/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" Fix (as...