Skip to content
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

Support piping to Logria #42

Open
ReagentX opened this issue Mar 28, 2021 · 0 comments
Open

Support piping to Logria #42

ReagentX opened this issue Mar 28, 2021 · 0 comments
Labels
help wanted Extra attention is needed new feature Feature additions distinct from enhancing existing features

Comments

@ReagentX
Copy link
Owner

ReagentX commented Mar 28, 2021

From the Python repo:

  • Support optional piping as input stream - SO Link
    • Not possible to implement as Logria requires the user to be in control of stdin
    • stdin gets taken over by whatever we pipe to this program, and we cannot move that pipe away from stdin until the pipe finishes
    • We can overwrite the pipe with sys.stdin = open(0) however this will not work until the original pipe ends, which will never happen when tailing a stream
@ReagentX ReagentX added enhancement New feature or request new feature Feature additions distinct from enhancing existing features and removed enhancement New feature or request labels Mar 28, 2021
@ReagentX ReagentX added the help wanted Extra attention is needed label May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed new feature Feature additions distinct from enhancing existing features
Projects
None yet
Development

No branches or pull requests

1 participant