Josh Wainwright

Results 4 comments of Josh Wainwright

I'm seeing this issue as well. Specifically, the `AWS_VAULT_PASS_PASSWORD_STORE_DIR` is accepted as an argument or environment variable (https://github.com/99designs/aws-vault/blob/master/cli/global.go#L106-L108) but not used by the pass `prompt` driver (https://github.com/99designs/aws-vault/blob/master/prompt/passotp.go).

Do you mind if I ask why the tests are on a separate branch? I'm having difficulty getting the existing tests to run -- I think it may be because...

The values provided by `vis.win.file.lines[]` depends on the cursor position. When retreiving the same line as the cursor is on, then only the text underneith and after the cursor is...

> This should be fixed by e399562 Great :+1:. Thanks > byte values (like cursor.pos) are 0-based while all line and column numbers are 1-based That sounds very sensible. I...