Skip to content

Instantly share code, notes, and snippets.

View KATT's full-sized avatar
🌴
On vacation

Alex / KATT KATT

🌴
On vacation
View GitHub Profile
var mongoose = require('mongoose'),
Schema = mongoose.Schema,
User = require('./UserSchema');
var FriendsSchema = new Schema({
users : [User.ObjectId],
confirmed : { type: Boolean, default: false, index: true },
created : {type: Date, default: Date.now},
@KATT
KATT / Stack Trace.js
Created October 29, 2010 09:35
Stack trace...
[WARN] attempted to load: TiUIWebViewProxy
[ERRProjectNameOR] The application has crashed with an unhandled exception. Stack trace:
0 CoreFoundation 0x03749b7c __exceptionPreprocess + 156
1 libobjc.A.dylib 0x0389940e objc_exception_throw + 47
2 ProjectName 0x0008bec4 -[TiModule createProxy:forName:context:] + 768
3 CoreFoundation 0x036ba5cd __invoking___ + 29
4 CoreFoundation 0x036ba4a1 -[NSInvocation invoke] + 145
5 ProjectName 0x00034e3d -[KrollMethod call:] + 736
6 ProjectName 0x0003473b KrollCallAsFunction + 327
7 ProjectName 0x001f6b06 _ZN2TI16TiCallbackObjectINS_8TiObjectEE4callEPNS_10TiExcStateEPS1_NS_7TiValueERKNS_7ArgListE + 550