-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Introduce is_resumable. #73
Conversation
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.
Don't forget the v0 protocol file as well
@@ -429,7 +429,10 @@ definitions: | |||
items: | |||
"$ref": "#/definitions/SyncMode" | |||
source_defined_cursor: | |||
description: If the source defines the cursor field, then any other cursor field inputs will be ignored. If it does not, either the user_provided one is used, or the default one is used as a backup. | |||
description: |- |
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.
I thought the yaml line break was just a |
not a |-
?
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.
-
strips newlines from the end.
I started by pattern matching existing descriptions. I do agree stripping trailing newlines is good.
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.
Lmk if you disagree!
Corresponding protocol PR for https://docs.google.com/document/d/1G0B_R6D_v4avFXXtQuXLK6T6STIVIsBChcWmbuMMTn0/edit.