Gibson Fahnestock

Results 140 comments of Gibson Fahnestock

>No. It's usually brew install --formula if there's two with the same name. I know it's a breaking change, so maybe not feasible, but for me the ideal fix for...

>Alternatively, it is something we could consider just warning and later deprecating/erroring on. Yeah a "there is also a cask for this, if you wanted that cancel this install and...

Reading and writing defaults has worked pretty well for me (`defaults read org.p0deje.Maccy`, then `defaults write` commands, for example saved in a bash script checked in to git in your...

A feature flag that disables truncating would be great for me if that works for you.

Fair enough. I keep hitting issues where truncated output hides the key details of what went wrong in CI, so I'm also weighing up using a git fork (not ideal)...

An alternative would be an option to print the full stdout and stderr to a temp file somewhere, so when the output is small one could just see it inline,...

>Could you describe how you want to use this function? Basically I want to do two different things depending on whether the path contains globs or not. It's useful for...

Sure! This is a simplification of the actual operation. I want to copy some files. User provides source and dest paths. If the user specifies a simple source path it's...

>how do you feel about output like "command [\"/bin/sh\", \"-c\", \"false\"] exited with code 1"? I always use color-eyre in my binary crates, and that one actually prints it much...

If I run easymotion-word, I get this: #### With 40d73d7: Screenshot ![image](https://user-images.githubusercontent.com/15943089/60254175-58f5e500-98c5-11e9-9e6e-e14697028944.png) #### With current master (a0ee34a): Screenshot ![image](https://user-images.githubusercontent.com/15943089/60254210-6612d400-98c5-11e9-8985-432d043da647.png)