Results 28 comments of royal

By "em-resolve-replace" i meant the philosophy not the implementation. My question was rather about: is there a fiber-aware monkeypatch for ruby Resolv class to use em-udns internally? So i could...

What do you mean by integrating? It would be great to make a patch to callbacks like EM.connect or EM.bind_connect so host parameter is resolved before passing it to EM...

Not it doesn't. It only patches Resolv class from stdlib's "resolv.rb". I'm thinking of some kind of "em-smart-resolve" which probably should be a separate project. This "em-smart-resolve" would patch EM...

Yep. The problem is that node-pre-gyp-github is no longer working and I need to move to github Actions from Travis CI. Any help would be useful e.g. with examples on...

The goal is to make github action script that will not only build native modules but also publish them (make them downloadable from) as github releases and allow users to...

There are probably outdated deps (node-pre-gyp) in this package. Should be no problem on node.js < v15 though.

Thanks for the solution, I'll look into that.

I'm usually against fixing something that works, but if it's possible to recreate all 32/64bit windows tests then please go ahead.

That's too bad. Thanks for the proposition anyway.

After second thought, why not to move the x64 tests to travis and leave only x86 on AppVeyor? This should speed up testing at least by the factor of 2....