-
-
Notifications
You must be signed in to change notification settings - Fork 341
Add Slice Sink #47
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
Add Slice Sink #47
Conversation
It resolve this issue: bitfield#45
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.
Nice job!
Co-Authored-By: John Arundel <john@bitfieldconsulting.com>
efc8d16
to
92fd314
Compare
@bitfield I have made the requested changes. |
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.
Good work so far! There's a few outstanding comments that haven't yet been addressed, and I've added a couple of new ones. Thanks for working on this 😄
Co-authored-by: John Arundel <john@bitfieldconsulting.com>
Hi @thomaspoignant, how are you getting on? Would you like any help with this? Are you ready for another review yet? |
Hi @bitfield sorry I was not able to work on this, I will try to work on this next week. I am really sorry about that delay. |
Don't worry about it! I don't get nearly as much time as I'd like to work on this project either. If you'd like some help finishing this off, just let me know. Otherwise, there's no hurry. |
@bitfield I have made almost all the changes you requested. |
If we can use EachLine(), that's probably more efficient. |
@bitfield Should be good now, it use the version with |
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.
Awesome work!
Sorry about all these order problems, it should be fine now. |
@bitfield do you need more work on this PR? |
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.
Looking good! Sorry about the long delay in review.
I send the changes if you could have a look. |
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.
Excellent! I think this is nearly ready to merge.
There is an example file + I have changed the order in comparison. |
Great job @thomaspoignant! Thanks a lot for the help. I've given it a final pass for polish, and merged this as |
It resolve this issue: #45