Bob van der Linden
Bob van der Linden
It could very well be related to #80 because `nixpkgs-ruby` was still following an older `nixpkgs` version. There is a difference in glibc between the latest nixpkgs and the one...
This should be resolved with newer versions of nixpkgs. Reopen if needed.
Indeed. Another way to solve this problem is to resolve _any_ of the address-families, instead of _all_ of the address-families. That way older versions of node should still work. Do...
We have 2 families: 4 and 6. `getaddrinfo` is used with both families `[4, 6]`. This results in multiple calls to `_getaddrinfo`: https://github.com/bobvanderlinden/node_mdns/blob/fix-addressfamily/lib/resolver_sequence_tasks.js#L153 When one of the calls results in...
Sounds doable. However, why not just propagate errors when all resolve attempts have failed? And return the combined addresses for the successful attempts. It avoids version checking and potentially errorous...
Forgot about this issue, since I'm not using node_mdns on docker nor the raspberry pi anymore. However, I thought I'd give this a try anyway. @agnat Agreed. The code of...
Same problem for The Netherlands. Solved a number of the errors coming out of Synthea, but eventually gave up. The current international setup doesn't seem maintainable in the long run.
It seems I was mistaken, as `~/.m2/repositories/org/slf4j/slf4j-api/[1.7.1,1.7.99)` actually exists on my filesystem 😕 . buildMaven is not escaping the variables correctly, so this plugin is not at fault here.
Just for some arguments why to merge something like this: - This is needed for letting people boot through iPXE without them needing to build and host the PXE files...
I _think_ this can be added using `downloadFile("nixos.netboot.x86_64-linux")` here: https://github.com/NixOS/nixos-channel-scripts/blob/852e1b6bf2df0e44ab19e100d523bae7a35333fa/mirror-nixos-branch.pl#L118 However, hydra doesn't output any files, as can be seen here: https://hydra.nixos.org/build/35046788 I'm not up to snuff with Hydra, so...