Chris Kimpton
Chris Kimpton
What seems to be working for me (at least on OSX - still trying to get the Windows machine going..) Change mysql to sqlite3 in the Gemfile Run bundle to...
Plus had to disable this gem - hopefully thats not used too much... gem 'jasmine-headless-webkit'
Hi Actually - this works now :) "The trick to using several images is to edit the location text box to point at a directory instead of a specific image....
Hi, This code is really old/out of date - I do not reccomend using it - instead look at this option: https://github.com/mattgemmell/MGTwitterEngine If you really want to use it, try...
I have also done a first cut at context support too - see this patch: https://github.com/kimptoc/node-armory/commit/a3f6edd443bdbdb29be41edc8243223dc67440d9
Stupied comment time... I guess IE8 is out of the question then? #dontyoujustlovecorporatestandards
Guess you can do something crude with flowchart ```flowchart TD Head---Lead Head---Lead1 subgraph team1 Lead---sub1 Lead---sub2 end subgraph team2 Lead1---sub3 Lead1---sub4 end ``` 
What exactly is happening? Can you provide a link to an example file/IDEA project that triggers the problem?
Cocoa/Cocoa.h does not sound right for an iPhone app -are you working on a desktop app? To be honest this is quite old now, there are much better options available,...
Hi, I see its in 3 files: ./AppController.h - I dont use this and exclude it from my app... ./main.m - I dont use this and exclude it from my...