Scott Robinson

Results 36 comments of Scott Robinson

Hey @thxmike sorry I haven't responded yet. Unfortunately I don't have the time to work on this project at the moment. If you (or anyone you know) would be interested...

This might be a bug, just need some more info. Are you loading these two objects using the same query, options, etc? The more info the better. Or, if you...

Looking at the object data from your first post, I think it's a bug. I should be able to look in to this further this weekend. Thanks for posting the...

This is a good question. I originally had to use `.create()` because in the first few versions of Camo it was using Proxies underneath. The proxy had to be set...

@jlsjonas This is long overdue, but did you figure out your issue? I'd be happy to take a look at a code example if you're still having troubles. If not,...

Just to make sure I know exactly what you're talking about, can you post an example of the code that didn't work? Are you trying to use `_id` as a...

I'll consider it. I hesitate to add data by default to people's models, but maybe it can be an option. I'll leave this open for discussion for a bit to...

Okay so I'm finally getting back to this. Thinking about it some more, I think it would be a nice inclusion, just not enabled by default. I believe features like...

Yep, ES6 does not have decorators. As nice as this feature would be, we'd then have to require application code to use a transpiler like Babel, which does not work...

Should be able to add this to the next minor release. It'll be added as `.saveMany()`. Thanks!