-
Notifications
You must be signed in to change notification settings - Fork 218
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
Migration guide #1065
Migration guide #1065
Conversation
I think setting the target branch to default-zero-value-docs would make this easier to review. |
That branch is on my fork, so that's not possible. Since there is only a singular unique commit, you can just click on it to review that commit. I could also just rebase on idl-2.0 but then there'd be a ton of broken links. |
|
||
@mixin | ||
structure UserIdentifiers { | ||
email: String |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These members all need to be required... Might be nice to just trim down the example to one identifier too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about two? I want there to be more than one to emphasize how annoying it is to copy and paste.
807db1d
to
3ad0754
Compare
3ad0754
to
e765412
Compare
This is based off of #1064, so only the last commit here needs to be looked at.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.