Brian Graham

Results 9 comments of Brian Graham

@barrettkingram Yes, I’m calling directly in my own code. It is definitely not under normal usage of Pry.

@banister Thanks, appreciate it 🙏. Not sure on etiquette or team culture around committing, so to err on the side of overclarifying: 1. To avoid churn/reverts, if the checks have...

Not a fan of how GitHub manages PR discussion/changes, so I isolate changes resulting from PR feedback in their own commits, to be squashed prior to merging.

Took another gander at this and realized it could be simpler. I put together a version that returned the original input, e.g. ```ruby expect(@indent.indent(input)).to eq input ``` but found it...

The above is the easiest way I could think of to clearly demonstrate how to reproduce, but to @zanchey‘s point, I found this when running Alt-h to view a man...

Two solutions: 1. Use `fzf-tmux -p`! (I admit this isn't a real solution). 2. I fixed it by defining a new function, `binder` (the name isn't very evocative, just telling...

`go env` output: ``` GOARCH="amd64" GOBIN="" GOCACHE="/home/brian/.cache/go-build" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/brian/go" GORACE="" GOROOT="/usr" GOTMPDIR="" GOTOOLDIR="/usr/libexec/gcc/x86_64-slackware-linux/8.1.0" GCCGO="/usr/bin/gccgo" CC="gcc" CXX="g++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config"...

Sure, here's that output: ``` $ clang -c -v himom.c clang version 5.0.0 (tags/RELEASE_500/final) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/bin Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-slackware-linux/5.3.0 Found candidate GCC installation:...