-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support id as string #26
Comments
@devlucky/kakapo-core |
Yes, that's why I suggested devlucky/Kakapo.js#24. And basically allow the user to specify the type of id (we can go with autoincrement as default behaviour) |
I would say that var id: String {
get {
return String(id) // the Int id
}
} |
Unfortunately we might need special handling in the |
@devlucky/swift-core let's discuss before deciding if it should be in the Milestone... looks like we are not sure if we want this (cc/ @zzarcon ) |
should we?
The text was updated successfully, but these errors were encountered: