Giter Club home page Giter Club logo

multiplex's People

Contributors

conradludgate avatar dankilman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

multiplex's Issues

Consider a basic form of input

Full blown input would be an overkill and would certainly be better served by tmux.
This should address basic cases with prompts such as: do you want to continue: [y/n] and alike

multiplex chokes on byte 0xe2?

Strangely, there seems to be an issue handling this byte stream hotplug-autorun.without-multiplex.log, it results in this error:

Traceback (most recent call last):
  File "/mnt/stix/usb-live-linux/scripts/hotplug-autorun", line 193, in <module>
    main()
  File "/mnt/stix/usb-live-linux/scripts/hotplug-autorun", line 181, in main
    mp.run()
  File "/usr/lib/python3/dist-packages/multiplex/multiplex.py", line 25, in run
Loop <_UnixSelectorEventLoop running=False closed=True debug=False> that handles pid 583160 is closed
    asyncio.run(self.run_async(load))
  File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
  File "/usr/lib/python3/dist-packages/multiplex/multiplex.py", line 46, in run_async
    await self.viewer.run()
  File "/usr/lib/python3/dist-packages/multiplex/viewer.py", line 186, in run
    await self._main()
  File "/usr/lib/python3/dist-packages/multiplex/viewer.py", line 208, in _main
    async for obj, output in streamer:
  File "/usr/lib/python3/dist-packages/aiostream/stream/advanced.py", line 59, in base_combine
    result = task.result()
  File "/usr/lib/python3/dist-packages/multiplex/viewer.py", line 270, in _wrapped_iterator
    async for elem in iterator:
  File "/usr/lib/python3/dist-packages/multiplex/iterator.py", line 200, in g
    async for data in s:
  File "/usr/lib/python3/dist-packages/aiostream/stream/advanced.py", line 59, in base_combine
    result = task.result()
  File "/usr/lib/python3/dist-packages/multiplex/iterator.py", line 34, in stream_reader_generator
    yield b.decode()
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe2 in position 5034: unexpected end of data

Any idea? ๐Ÿค”

Add search capabilites

Currently, in order to search content, one needs to dump content using Shift-O which is not optimal

Add buffer limit

Currently buffer has not limit and can grow indefinitely. This may be an issue in some long running processes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.