nir0s

Results 30 issues of nir0s

When running `backtrace` without providing it with any input from stdin, backtrace will try to read it but hang because nothing goes through. Instead, it should be first test to...

bug

In python3, running the following will result in backtrace not identifying a traceback: ```python try: raise Exception except Exception: _, __, tb = sys.exc_info() raise Exception(tb) ``` ```bash $ python...

bug

If a `terraform.tfstate` file contains instances, we can extract their tags and allow to connect: `ghost put -t ssh consul-server ssh_key_path=~/.ssh/mykey discover=terraform tag=Name:consul` Which will arbitrarily connect to an instance...

It would be nice to run `ghost rm key` instead of `ghost delete key`, for instance. Also, `ghost put` -> `ghost write` and `ghost get` -> `ghost read` Reference: http://click.pocoo.org/6/advanced/#command-aliases...

enhancement

Currently, they're set to 1000000. Changing to about a 100 will reduce test times to just several seconds.

enhancement

Like, creation date, passphrase file location, number of stored keys, etc..

enhancement

currently, there's no option to do that unless you export and then import to the same stash using a different passphrase.

enhancement