Michel

Results 249 comments of Michel

Hum, it's not possible at the moment. Rethinkdbdash lets you open your own connection/close it if you want by passing `pool: false`, but thinky doesn't let you do that. To...

Yep, you can't use a polygon in a schema. You can use it to filter things though.

I started to write some doc about this behavior since https://github.com/neumino/thinky/issues/183 also somehow bring that up. There seems to be two school of thoughts in when to validate a document:...

Sorry, I didn't have time to work on that yet. I've been mostly updating things for 2.0 recently. I plan to implement `removeRelations` for #194, then I'll take a look...

There are a few solutions: - Set password as optional - Use `execute` instead of `run` - Define the method `getView` with `define` ``` Model.define('getView', function(user) { delete user.password; return...

Ok, I have a rough proposal. It needs more work to polish exactly the syntax, but we can make the validation on retrieval optional. In this case you get a...

So there isn't much progress because I actually don't have a clean API in mind. I basically don't see what's a better alternative than using `execute`. If some fields are...

No you can use `changes`, you just can't automatically bind it to a socketio/sockjs connection.