mpup371

Results 4 issues of mpup371

Version of VSCode: 1.20.1 Version of the extension: 0.4.2 OS: linux mageia6 Description: this example program: use std::collections::HashMap; fn main() { let text = "hello world wonderful world"; let mut...

hi, in the **store** command, is it possible to set timeout on the underlying connection so that hanging connection or possible too big file would not block indefinitely ? thx

hi, I started to use this nice lib. It would be nice to have a function : func (pp *PrettyPrinter) SetMaxDepth(depth int) { pp.maxDepth = depth } so that we...

Hello, I have an application that upload files to a remote server using sftp. I upload files with io.Copy(). Last night the remote server had his file system full, causing...