Georg
Georg
Hi, are there any updates on this? I encounter the same issue, and it prevents some people in the Monal XMPP client from sending messages through our Prosody server (which...
I'm running Prosody with Lua 5.1: ``` prosodyctl about Prosody 0.11.8 # Lua environment Lua version: Lua 5.1 Lua module search paths: /usr/lib64/prosody/?.lua /usr/local/share/lua/5.1/?.lua /usr/local/share/lua/5.1/?/init.lua /usr/local/lib64/lua/5.1/?.lua /usr/local/lib64/lua/5.1/?/init.lua /usr/share/lua/5.1/?.lua /usr/share/lua/5.1/?/init.lua Lua...
That's a general issue with HTTP Basic Auth and not related to this program.
Any update on this? I think the solution suggested by @qol3m would be very nice.
Hi, I'm interested in this as well, to preview GitHub README.md's using relative paths.
Hi, I just opened an issue (https://github.com/capistrano/sshkit/issues/495) and then found yours - could you elaborate on updating Net-SSH manually? I wonder if it is related to my situation and would...
Thank you! Yes, that is what I meant. It looks like my issue is not related however, I still receive the same output, and it does not show the useful...
Hello! Is there an update on this? I am working on a RPM package for ssh-chat, and encounter FAIL: TestHostGetPrompt on the architectures armv7l and i586 (which are not super...
Thanks for the input and headsup! `[ 47s] go test: -race is only supported on linux/amd64, linux/ppc64le, linux/arm64, freebsd/amd64, netbsd/amd64, darwin/amd64, darwin/arm64, and windows/amd64` I found that the tests pass...
I got excited too early, after some testing this workaround showed only reliable on i586, on armv7l it would still fail. I hence implemented the cmd/ssh-chat workaround for i586 and...