Dave Yarwood

Results 285 comments of Dave Yarwood

Whoops! It looks like [`jobstart`](https://neovim.io/doc/user/eval.html#jobstart()) is specific to Neovim. Back when I wrote this plugin, I must have been thinking that Neovim had the same API for background jobs as...

I spent a few hours today trying to hack in Vim support, but it was super difficult. Neovim's `jobstart` and Vim's `job_start` have very different APIs, and with the way...

This is our oldest open issue, and I don't really understand the details of what had been changed/revised as of when this issue was opened. @fredoboulo Do you think your...

@fredoboulo I think that changing the underlying representation to match the libzmq format is sensible as long as the public API (i.e. the `Event.read` method) stays the same. I don't...

I spent a little time exploring the history of this part of the codebase in both libzmq and JeroMQ, to get more context. As far as I can tell, it...

I might take a stab at updating this myself at some point. I'd love to see this 5 (almost 6) year old issue get resolved!

@jiggersplat Are you experiencing this issue with the latest version of JeroMQ?

FWIW, I think that change has been undone -- see https://github.com/zeromq/jeromq/issues/446 / https://github.com/fredoboulo/jeromq/commit/a8e715ee35a63fb8c9e356cf2628c5dedb669382#diff-ab533440049bba1d9014953971332f9aR410.

Oh, on second thought, that test case needs to be an empty list. Should it be `words = List_create();`?