I'm currently Implementing a git-appraise extension for VSCode and I'd like to clarify the following:
-
It's impossible to have simultaneous opened review on a commit => can we use comment.parent to point to the parent request sha1 ? similar to what is currently done on the comment-comment relation.
-
git-appraise list -a report an empty list on git 1.8.3.1 (RHEL7)
-
Why message schema don't specify that lines/columns location are 1-based
-
Are additionalProperties allowed on the request and message JSON ?