Lars Kellogg-Stedman
Lars Kellogg-Stedman
(I've worked around this by using `gdb` to manipulate `PINB` while the code is running, which works okay but is somewhat less convenient.)
@owenthereal with the new 0.6.8 release I still see the same behavior. In one window: ``` $ upterm version Upterm version v0.6.8 $ upterm host === F00BAAKRQQ5KSKK7O60NF Command: /bin/bash Force...
> Can you try the ssh command with the -vvv flag, e.g. ssh > F00BAAkRqq5KSkk7O60nF:[email protected] -vvv > and paste the result here (note that you may want to obfusticate >...
I did, yes. If you don't press `q` or `ctrl-c`, the connection blocks. It's not rejected until after you activate the terminal.
Thanks, that was it. Seems to be working fine now!
Seems to be working for me now as well!
:+1: I just ran into this myself.
> Do you think we need to handle the rest of the args explicitly? Or could we do more of a passthrough of the rest of $@ I thought about...
I came here to report the same problem. I don't think it makes sense for `go-generate` to operate on the list of modified files; typically, things generated with `go generate`...
I was just looking at another issue related to this chunk of code. I'm curious if you have an opinion on [my comments](https://github.com/weechat/scripts/issues/339#issuecomment-494916028) in #339.