Juan J. Martínez
Juan J. Martínez
Not sure. I guess it could somethinbg like checking for a branch change when there's an event in vim. What event? Good question. What are plugins like vim-gitgutter doing? EDIT:...
I know I could avoid issues like this by sticking to the latest release, but 9 Aug 2018 feels quite far away. If you don't want bug reports on master,...
The new multi-map world functionality in tiled 1.2 is nice, but there are some use cases that really require one single map split in "screens", so this would be really...
I made a small change and it improves readability. I'm not great with colours (that's why I use Tokyo Night), so there's probably a better colour. ```diff diff --git a/lua/tokyonight/theme.lua...
I'm also having this issue but it doesn't look like the workaround in https://github.com/owenthereal/upterm/issues/93#issuecomment-1045387517 is working. I'm running OpenSSH_8.4p1 Debian-5, OpenSSL 1.1.1k 25 Mar 2021. Also: ``` $ ssh -Q...
> Could you try another key type, e.g. Ed25519, as described here: https://github.com/owenthereal/upterm#a-note-about-rsa-keys. Please make sure the rsa key is purged from `~/.ssh` and the ssh agent. I will, thank...
No change: tried using an ED25519 identity and even with no ssh-agent involved, and I always get the same: SIGSEGV. From GDB: ``` 0x0000000000875652 in golang.org/x/crypto/ssh.(*curve25519sha256).Server (kex=, c=..., rand=..., magics=0xc00033c2a0,...
I run: ``` ssh -vvv -i id_ed25519.pub [email protected] -o IdentityAgent=/dev/null 2> ssh.log ``` This should ensure that I use the right key and my ssh-agent is not getting in the...
My bad, I have tried it so many times that I finally got it wrong. ``` ssh -vvv -i id_ed25519 [email protected] -o IdentityAgent=/dev/null ``` Has the same results. [ssh.log](https://github.com/owenthereal/upterm/files/8218006/ssh.log) EDIT:...
The issue is fixed for me in 0.7.6 :tada: