Evan Huus

Results 60 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.

Hi, thanks for the suggestion and code. I have a few thoughts / questions: - I missed this, but thankfully CI pointed out that `errors.Join` is new as of golang...

> the last error received, `ret` is not bubbled up I suppose also that someone could argue this is behaviour as-designed? That the package should only bubble up the “final”...

> If we could add an option to allow supporting of bubbling up the actual last error when ctx.Err() != nil, that would certainly solve the issue for my use...

Closing as stale, but I'm still happy to take a PR for the error-handling portion of this change.

👋 I unfortunately haven't been following the evolution of this project at all in the last year or so, and I'm quite busy for the next few weeks with another...

Apache provides an ELO library in java (https://svn.apache.org/repos/asf/labs/openelo/) though we may want to tweak it specifically for Tak. A road win should probably count better than a flat win, for...