I\'m trying to work out how to get sessions and flash working in Google App Engine. Could someone provide a clear example using either Ring or Sandbar? I think I have sandbar working, specifically it
I\'m trying get Clojure/Compojure/appengine-magic to work by following the example at https://github.com/gcv/appengine-magic
I\'ve got the following bit of code in one of my methods: ... NSNumber *selectedRecordID = [NSNumber numberWithInt:ABRecordGetRecordID(person)];