Diego Zamboni
Diego Zamboni
As a former Perl-head, I thoroughly endorse the choice of `%` 😃
This would be very useful. The workaround I use at the moment is `resp = (head -n1 < /dev/tty)`, which works but is not very pretty (it also forces read...
FWIW, with the introduction of `read-upto` in #831, the following can be used to read a line of input: ``` resp = (read-upto "\n") ``` Or the following to remove...
@SitiSchu I think it should not be too hard to add this, but to your points, I think both should be doable over HTTPS instead of SSH - just use...
I agree with @krader1961 on this. Normally if I need a new session, I just open a new tab in my terminal. Even remotely (which, admittedly, I don't do much...
This can be achieved by using `run-parallel` and `pipe`, in a manner similar to `pipesplit`, seen in #500, to define a function which takes a lambda and swaps its outputs....
I've` been testing this for a few days and it seems to work well. @xiaq any change to get it merged?
I'm still seeing this sometimes. I'm happy to provide additional information but I don't know what might be needed. Are there any logs I could provide to help diagnose this...