-
-
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
implemented actions puff, float, drop #122
Conversation
@pokey Could you try to push this one through? the latest changes in talon develop requires this one with the new action names for drink and pour. |
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.
LGTM but see inline comment re follow-on work
}); | ||
} | ||
|
||
const thatMark = targets.map((target) => { |
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.
So I guess it probably makes sense to have "that" refer to the targets as you've done here, tho it might be useful in the future to support something like a "changed" mark, because I could see wanting to refer to the newly insterted lines as well.
Also, this code can be removed once we have listenForDocumentChanges
, right?
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.
My assumption was that if you wanted the new lines you would use drink and pour instead but I see your point.
Yes I believe so.
* Add black to CI * Apply black
Issue #68