You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could have a potential break in the API, commands would be required to have .execute() to run.
On the other hand, you would be able to view and even alter the raw string output of the command before running it. Highly valuable for debugging.
But it gets better, this could allow the use of chained commands separated by semicolons. This could substantially improve the performance of libtmux and tmuxp downstream.
Any feedback would be appreciated. I don't like breaking API's, but this seems like one that could be worth the investment.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
This bot is used to handle issues where the issue hasn't been discussed or
has gone out of date. If an issue isn't resolved and handled in a certain
period of time, it may be closed. If you would like your issue re-opened,
please create a fresh issue with the latest, up to date information and
mention this issue in it.
#79 (comment)
This could have a potential break in the API, commands would be required to have
.execute()
to run.On the other hand, you would be able to view and even alter the raw string output of the command before running it. Highly valuable for debugging.
But it gets better, this could allow the use of chained commands separated by semicolons. This could substantially improve the performance of libtmux and tmuxp downstream.
Any feedback would be appreciated. I don't like breaking API's, but this seems like one that could be worth the investment.
The text was updated successfully, but these errors were encountered: