-
-
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
Re-add fh streaming possibility #77
Re-add fh streaming possibility #77
Conversation
Thanks @julianhille, I'll try and give this a review today or tomorrow. |
Looks like the lint is failing; mind running |
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.
Looks good overall, a few small style nits (plus the lint failures in CI)!
Just learned about rustfmt and Cargo fmt yesterday. Committed your suggestions, will rebase / Squash format and then get back to you. If thats OK with you to rebase in the middle of a review. |
8e50e49
to
28c7011
Compare
Co-authored-by: William Woodruff <[email protected]>
28c7011
to
631e712
Compare
Fixed and rebased. Let me know if there is anything else I can do. |
Some more lint failures:
Also, don't worry about rebasing/squashing -- it's fine to just push, and I'll handle the squash while merging 🙂 |
Ah thanks overlooked that. Will get to it. |
tried again. should work now :> thanks for your patience |
Would you mind start the ci run again? Thanks |
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.
Thanks @julianhille, looks good to me!
Let me know if you'd like a release for this. Otherwise, I'll likely do it the next time another feature PR comes in. |
I'd Love a Release. If Not to much effort. |
Released with v1.2.0. Thanks for your hard work here! |
Adding io input back in.
No idea if that is of any help for anyone else, but at least i need to be able to stream a pyfilelike object.
Feel free to roast all of it as this is my first contact with rust and rust as python module. :>
Fixes #36