Michel
Michel
Yea having a client side thinky is part of the plan. What I'm not sure about is if we need two projects for that or if we can have both...
Thinky used to implement n-n relations like this (a long time ago), but it was a huge pain to maintain. Updating an array is somehow very annoying with ReQL. As...
It's probably the same issue as https://github.com/neumino/thinky/issues/351
Can you provide a full example with 2 models that raises this error?
I don't use es6 stuff, but after skimming over the docs, it seems that imports are hoisted (and are actually bindings), so this doesn't work. I don't know what the...
Reopening I'll write some docs later. I need to properly test thing though
Use `require`? What does the ES6 import give you that `require` doesn't?
It's currently hardcoded in the source. These messages are not intended to be directly pass to a user.
I'm not sure what you mean by "get the rules that doesn't pass the validation". The rules that create validation errors depends on your settings (if you allow null, undefined,...
Hum, this is currently not available. We just throw an error when the validation fails. We don't gather all the fields that fail. About the error itself, it doesn't come...