Sergey Arkhipov

Results 21 comments of Sergey Arkhipov

With ZSH it is rather simple: ``` bash function execute_with_ah { BUFFER="ah t -yx -- $BUFFER" zle accept-line } zle -N execute_with_ah_widget execute_with_ah bindkey '^J' execute_with_ah_widget bindkey '^M' execute_with_ah_widget ```...

After bit of tests I came to the solution (mostly zsh) which is HORRIBLE shell script which does a lot of stuff to make auto execution actually work. This script...

No, this is not about bash, this is about shells. I meet this problem with Zsh and Fish (#9) (Fish is even worse, I gonna reject to support it, no...

Will you please elaborate what do you mean? Searching in outputs? Use case: "gimme outputs where we meet that line" Or?

It is a next plan but unfortunately I have no time realize how curses or termbox will work here. So stay tuned

I would appreciate if anyone can help here

I believe it worth to address this issue to python libraries. I also can reproduce this error and the root cause is somewhere in how TLS handshake is managed by...

I'm a little bit confused with your findings :/ Probably this is undocumented behavior in a library we use (https://github.com/valyala/fasthttp). Thanks, I gonna track this issue further

FakeTLS is almost free because it does not do any encryption per se. Actually, this is literally the same traffic as in "legacy mode" (pure telegram traffic) but arranged in...