Samuel Lampa

Results 85 issues of Samuel Lampa

Stupid newbie questions: When using this via vagrant, with `vagrant up` ... how do I go about getting started? Can I access some kind of web ui via some port,...

In the [documentation for NewClientPipe](https://godoc.org/github.com/pkg/sftp#NewClientPipe) it says: > NewClientPipe creates a new SFTP client given a Reader and a WriteCloser. This can be used for connecting to an SFTP server...

Right now, params and tags associated with IPs with AuditInfo serve quite similar roles, with the main difference being that parameters are aimed to be parameters sent to whetever program...

Now, if writing to paths that are on a different partition, for example `/tmp/foo`, if `/` is on a different hard drive partition than your `/home/` folder where you might...

enhancement

For some components which return multiple outputs, such as the globber component, it would be useful to be able to depend on the process' full completion in downstream tasks. Reporter:...

enhancement

This should make it easier to have separate folders per test, and remove everything in the end with os.RemoveAll(), instead of the cleanFiles() function.

enhancement

Perhaps by adopting something like [go-errors](https://github.com/go-errors/errors/blob/master/stackframe.go).

enhancement