We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
update_pipe_module
Just wanted to point out, that while this is a very cool trick, it isn't picked up by an IDE like Pycharm for example. https://github.com/vxgmichel/aiostream/blob/main/aiostream/pipe.py#L9
This leads to the Cannot find reference 'filter' in 'pipe.py syntax warning highlights.
Cannot find reference 'filter' in 'pipe.py
Maybe there is an alternative?
The text was updated successfully, but these errors were encountered:
aiostream.pipe
Hi @andrewshvv and thanks for the report!
This should be fixed with PR #88 :)
Sorry, something went wrong.
Properly expose pipe methods in aiostream.pipe (PR #88, issue #87)
0688e37
The fix is out, see v0.5.2 🎉
Thank you very much!
No branches or pull requests
Just wanted to point out, that while this is a very cool trick, it isn't picked up by an IDE like Pycharm for example.
https://github.com/vxgmichel/aiostream/blob/main/aiostream/pipe.py#L9
This leads to the
Cannot find reference 'filter' in 'pipe.py
syntax warning highlights.Maybe there is an alternative?
The text was updated successfully, but these errors were encountered: