Simon Chiang

Results 27 issues of Simon Chiang

This can lead to some unexpected behavior because by default ts_tmp_dir is a full path. So expand the tmpdir when set.

This is something that will come up a lot and people won't think to set it.

Heck, maybe this is just something to document. ``` . ts assert [ "$ts_version" \> "1.0" ] ``` Or similar...

This is super low-priority but just as an FYI if you have valid credentials but your password has expired then all (?) ralio commands print gibberish. I'm thinking it must...

The `.raliorc` file stores passwords in plaintext but is left open for anyone to read. It probably should be made 0600 so only the user can read the file. I'm...

Fixes some typos, trailing whitespace, and the format of trailing comments in examples.

I'm not sure what the difference is but my hypothesis is that the old set of stubs don't work with old docker versions (I'm on 1.6.1 currently). Could be old...