Robert Hensing

Results 909 comments of Robert Hensing

>> flake > I don't really follow I meant to say template. Edited. >> ontology > too complicated I might be phrasing it in a complicated way. How about: generate...

I'm not familiar with `glorious` but the idea of interchangeable docker compose services is definitely something you can already do in arion. It uses the module system for all configuration,...

Please don't put the Nix/NixPkgs/etc manuals near a Getting Started header. When people get started using those, they will be lost.

@SomeoneSerge I've updated the documentation site with a new [effects introduction](https://docs.hercules-ci.com/hercules-ci/effects/) and improved discoverability with a global menu. Deployment guides are in the `hercules-ci-effects` section of the menu. I think...

E-mail notifications are in development, or did you have something different in mind?

An alternative method for receiving or handling events has not been implemented yet. E-mail notifications have been implemented. See [personal notification settings](https://hercules-ci.com/settings/notifications).

I've reproduced the crash. It happens during (memory) garbage collection. I will investigate further. Potential resolutions, one of: - Fix a memory bug in Nix - Fix a memory bug...

I've found the problem and here's a workaround for until [the fix in nix](https://github.com/NixOS/nix/pull/5875) is merged and released. ```nix systemd.services.hercules-ci-agent = { serviceConfig.LimitSTACK = 40 * 1024 * 1024; };...

If you're using the flake via `packages` or `darwinModules`, and no `follows` in your inputs, you're building an agent version that should be in the https://hercules-ci.cachix.org cache. I suspect that...