Peter Ferenczy

Results 5 issues of Peter Ferenczy

GitLab exposes the API `///repository/archive.{zip,tar.gz}` (maybe other formats as well, I don't know at the moment) for downloading the repository's contents in an archive file. For anyone who needs that...

enhancement
new-data-source

This limitation seems arbitrary and I didn't find any discussion preceding it. So, I removed it. Verified with nginx 1.20.2.

I have a router with built-in DNS server capabilities. It's behaving in the following way: 1. When it's queried for a name that has multiple IP addresses, it returns all...

what is needed?

When running `nix develop .#test`, I get ``` error: attribute 'overrideAttrs' missing at /nix/store/fiaq7973xg0578vd3h1b46qxs6m694nf-source/modules/dream2nix/nodejs-granular-v3/devShell.nix:39:22: 38| */ 39| nodeModulesDrv = pkg.overrideAttrs (old: { | ^ 40| installMethod = "copy"; ``` where...