Riley Martine

Results 25 comments of Riley Martine

Changing `rm` to `command rm` also fixes the issue I'm having, where I aliased `rm` to `rm -i`. Was seeing something like this every time I ran `sdk help`: `rm:...

Thank you for the reply, and the great tool! > Do you think there would be a (reasonably simple) update to the supported syntax for this option? Adding an `-or`...

# I would like this too This would be a useful enhancement to me -- my company has a practice of having CI code in a `.ci/` directory, and I...

This appears to now be supported: https://docs.pact.io/implementation_guides/jvm/provider/junit5#using-an-annotated-method-with-a-builder

Here's the horrible hack we're using in production, since the above workaround is broken and we cannot figure out how to force an AWS_ACCOUNT_ID to be a string: In the...

I used to have a similar implementation @dpritchett-rebellion, but I use a lot of tmux panes, and making that call adds significant startup delay, since direnv does it every time:...

I would like to suggest that fixing this issue should include displaying a more descriptive error in this case than the one it does: ```console ● Test suite failed to...

> but what should that error say? I think that it should pass through the existing error, something like `'Command failed with ENAMETOOLONG: sl status -amnu /Users/nokel81/repos/lens/packages/core\n' + 'spawn ENAMETOOLONG',`...

> This is the obviously correct solution. Unlinking/uninstalling `sl` is a correct temporary *workaround* for this issue. (You could also use `direnv` to selectively alias it to `false` when working...