Wade
Wade
Wanted to +1 this. I worked around it using `.begin_capture()` / `.end_capture()`, but `.capture()` stopped working when I bumped to 12.3
@willmcgugan that sounds reasonable. I've had the same need. CLI app where `--out ` is an option on all commands. The output is displayed *and* stashed to a file with...
I'm going to archive this for now, It takes care of itself at least in part with ser2net 4.x I've tested ser2net 4 in the past, has to be built...
Well $h!t, I thought ser2net handled that, but your assessment is correct... gtlssh not the same, and looks to me to require a more cumbersome configuration than what it's worth....
I did some testing and have one of my systems working ssh to port 22 get the linux shell, ssh to port 2202 directly connect to a specific device. I...
I need to play with it some more I did get this to work: ```shell Match User consolepi AcceptEnv * ForceCommand ( set -o posix ; set ) | grep...
Appreciate the great tools I think this is the same as what I'm seeing. It appears to have started with click v8.0.0, if I pin to click v7.1.2 bash completion...
@tiangolo do we need to open an issue (may already be one) with click? It was def something in click 8 that causes the behavior, but not sure if it's...
> This project currently uses the username to map to a serial device. > > https://github.com/mdlayher/consrv Thanks for the heads up. I'll test it out. Would be good to have...
> https://github.com/mdlayher/consrv I finally got a chance to play with this. It worked... *kinda*. It has a couple of issues, the main one being it will fail to start if...