Evan Huus

Results 54 comments of Evan Huus

@kristijanhusak I noticed while writing my snippet that the `before` and `after` functions were called multiple times (not just when entering/leaving multiple cursors mode); is that intentional?

Thanks, I've simplified my gist a bit now that I don't have to keep track of that myself.

It's working for MA and myself because we've `brew install libgraphqlparser` at some point so it can find the dylib in the normal `/usr/local/lib/` path. Without that, it can't seem...

Running `ln -s ext/libgraphqlparser/build/lib/libgraphqlparser.dylib` from the root of the repo isn't particularly proper but totally works. I'm out of time to dig in further at this point.