-
Notifications
You must be signed in to change notification settings - Fork 81
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
Feature request. Ability to specify document field as required. #18
Comments
Hi jsdream, There is not currently a way to require fields in a document, but it's on the todo list. I'd be happy to accept a pull request, otherwise I could probably get to this sometime in the next day or two. Thanks! Scott |
Thanks for the quick response @scottwrobinson! I'm happy to hear that it's on the todo list. I'll see if I can find some nice implementation of the feature and maybe will submit a pull request then. Kind Regards, |
Awesome, sounds good. You'll probably want to add the check in the If you need help just let me know. Otherwise I'll try to get to it asap. Thanks for the help! Scott |
Hello @scottwrobinson! Today I started looking into the project, but stuck at the very beginning.
But when I try to run it I'm getting the following error:
I'm running it on Node v4.2.3. Any thoughts on this? Kind Regards, |
Hi, Since Camo uses $ node --harmony-proxies index.js I'd like to get rid of the proxies if possible since they're still hidden under the harmony flag, but I haven't looked too deep in to it yet. Scott |
Hi, That worked for me. Thanks Scott! Kind Regards, |
No problem at all. The Let me know if you have any other questions. Scott On Tue, Dec 8, 2015 at 4:08 PM, Vladyslav Mashkin notifications@github.com
|
FYI I was able to get rid of the dependency on Proxy in the latest version, so no more need for |
Awesome news! Thanks 👍 |
Hello there!
As I can see from the docs there is no currently direct way to specify that some field in document is required. Am I right?
If so I would like to request this functionality or even happy to make a pull request if you would accept one :)
The text was updated successfully, but these errors were encountered: