ydong08

Results 10 comments of ydong08

The `SSH` of Pre5 works well on my device now, thanks very much!

[source_code.tar.gz](https://github.com/lapce/lapce/files/15036152/source_code.tar.gz) Here is the source code file.

@panekj I get the encoding is `euc-cn` in VIM. Thanks for implementing the encoding feature! I merge feat/encoding branch into master locally, and then compile a new lapce. When i...

Well, who can help to merge this feature into master branch, so that i can try the feature by nightly release?

Another panic: Lapce cannot editor file any more after lost link under remote SSH, at this moment, i close the editor tab, the below panic popup appeared. ![error2](https://github.com/lapce/lapce/assets/11952321/2e6bc164-8ddc-434d-a22c-800817d82207)

Here is Lapce log. [lapce.2024-04-09.txt](https://github.com/lapce/lapce/files/14916405/lapce.2024-04-09.txt) Please tell me if you need other information.

Update: > Another panic: Lapce cannot editor file any more after lost link under remote SSH, at this moment, i close the editor tab, the below panic popup appeared. ![error2](https://private-user-images.githubusercontent.com/11952321/320733060-2e6bc164-8ddc-434d-a22c-800817d82207.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQzNTExNzUsIm5iZiI6MTcxNDM1MDg3NSwicGF0aCI6Ii8xMTk1MjMyMS8zMjA3MzMwNjAtMmU2YmMxNjQtOGRkYy00MzRkLWEyMmMtODAwODE3ZDgyMjA3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI5VDAwMzQzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJjZDA1ZjRhMDY5MmQ3YjE4NTZmOTQ0ODMxZTdjNjU5MDUxOTNlNmJlMDcxY2IxNWZmNmQ0NjVhNmZiZWMwNmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.HQbmhJXy0R2Q7llEb5SCROpgPiLB89NguHJStuJLrZA)...

it`s same error when tried both password and key mode. My ssh config as follows: Host vm129 HostName 192.168.27.129 User winter IdentityFile ~/.ssh/id_rsa

Any update? I am looking forward to trying the new feature!

I hit the similar issue, my kernel version and ply version as follows: ``` # ply --version ply 2.3.0-9-g1b57943-dirty (linux-version:328759~5.4.55) ``` ply dose work well with command: ``` # ply...