Guillaume Friloux
Guillaume Friloux
Hello, Here i use Rocket for a project. But there is a thing Rocket doesn't do well for my purpose : Chunked Transfer Encoding of few bytes. I had to...
Another case where it might be useful, is when you need to provide a mini test project that expose a bug. You could provide a patch for the impacted library,...
Also affected by this. Last week, i wasn't. No idea if 1fichier.com changed anything.
Ok in my case the issue is that im trying to download from a dedicated server on online.net, and debugging shows me that 1fichier returns the following text : ```...
Ran into the same issue, fixed doing the same.
The real issue is in the parser that is used by fast-ssh → ssh_cfg. I created the issue there : https://github.com/azriel91/ssh_cfg/issues/3
`azriel91` made changes to support this case. You can find his work here : https://github.com/azriel91/ssh_cfg/pull/4 Things i note: - It seems to break API compatibility, so `fast-ssh` would need to...
@Julien-R44 : You seem inactive or too busy these days. I went to using `fzf` manage my ssh connections. I might try again `fast-ssh` later if this gets fixed.