Sergey Yakovlev
Sergey Yakovlev
**Is your feature request related to a problem? Please describe.** I'm running Nethermind nodes in Kubernetes. I collect all logs to a central storage and look at all of them...
Hello! If I have this attrset: ``` rec { name = "test"; path = ./new/${name}.nix; } ``` Statix can't parse it correctly: ``` $ statix check test.nix [bin/src/config.rs:79] [self.ignore.as_slice(), extra_ignores].concat()...
Hello! I added to my repo the same check for `nixosConfigurations` like that: ```nix {inputs, self, lib, ...}: let mkGithubMatrix = nixConf: { matrix = { include = builtins.map (x:...
Hi! I disabled web3signer downloads in lighthouse and remove current patch (#224) because: * we disabled tests anyway * in last release lighthouse merged [PR #4163](https://github.com/sigp/lighthouse/pull/4163/files) in which they started...
I see that `geth-bootnode` module test [failed](https://hercules-ci.com/github/nix-community/ethereum.nix/jobs/1057) sometimes, dunno why. Need to figure out how to fix that.
I'll try to implement that in the same way as other modules
I'll try to implement that too in the same way as other modules
Add additional resource for managing zone metadata based upon https://github.com/pan-net/terraform-provider-powerdns/issues/60
How about updating terraform sdk (and maybe other packages) to v2 version? Can do it in future PRs
Hi! I want to add recursor/auth [configuration](https://docs.powerdns.com/recursor/http-api/endpoint-servers-config.html) (it's the same one exists for auth server but not shown in docs) as resource to this provider. I think I can add...