Joel Purra
Joel Purra
- The SIGSEGV happens intermittently on all tested versions of node.js. - Rerunning tests usually works fine, also on the build server. - getdns-node is currently targeting getdns v1.0.0. -...
The DNS lookup tests cases themselves seem to be fairly stable, and pass most of the time. Instead there is a problem with a SIGSEGV happening every once in a...
@ipeychev: simplifying the installation would indeed be great! Am too used to having getdns and dependencies installed already, didn't think much about bundling. @wtoorop: I am generally against git submodules,...
@aakilfernandes: `getdns-node` is currently "only" a wrapper around the locally installed getdns library C code, and it assumes `node-gyp` can find `getdns.h` in standard locations. Did you have any success...
@RobertAudi wrote: > Also, I think a Contributing section should be added to the README to list the development dependencies (among other things). Potential contributors would be cought by surprise...
Oh, and I forgot to refactor the folder structure before pushing the commit. I don't think it's great at the moment, but couldn't think of an obvious place for the...
Workarounds for *nix terminals (uses GNU style flags/arguments). Lists word counts for `**/*.md` files (all sub-directories). ```shell # Only word counts. find . -iname '*.md' -print0 | xargs --null --max-args=1...
Might help to nudge yarn with selective dependency `resolutions`, even if it's for a single dependency. Thanks to @remolueoend for the hint! https://yarnpkg.com/lang/en/docs/selective-version-resolutions/ From the docs: ```json { "name": "project",...
While the problem in this case was on my end (see #161), fixing the UI progress/status update issue might help others who have any kind of problem. I'll leave this...
See https://github.com/tjfontaine/node-libclang/pull/16.