Lucas Servén Marín

Results 30 issues of Lucas Servén Marín

My goal is that I want my ImageUpdateAutomation to push commits to a `bump-x` branch, always overriding any old commit in the branch and keeping a single commit that updates...

This PR proposes backporting several optimizations to the codepath responsible for parsing created timestamps, addressing https://github.com/prometheus/prometheus/pull/14965#issuecomment-2400415186. Note that https://github.com/prometheus/prometheus/pull/14738 is expressly not backported, in order to avoid any breaking changes...

Hi everyone, I've registered a new domain for this open source project: https://devic.es. As a result, the default domain under which devices are registered with the Kubernetes API will be...

### TL;DR Random failures (~50% of the time) getting credentials for a cluster. Reason is empty string. ### Expected behavior Request to get credentials should work every time, or never....

bug

This commit introduces the `settings` option to configure OpenSSH. Most of the configuration options are lifted verbatim from https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/networking/ssh/sshd.nix with a few exceptions: 1. `Macs` is renamed to `MACs` to...

This commit addresses https://github.com/nix-community/home-manager/issues/5997 At the root, the gpg-agent SSH integration is not working on Darwin because shells are started with `SSH_AUTH_SOCK` already set to something like `/private/tmp/com.apple.launchd.ozLmoURHDC/Listeners`, which prevents...

system

This commit introduces configuration for [action-validator](https://github.com/mpalmer/action-validator), a tool for validating both workflow and action YAML files. I think this is a worthy addition to the project as it complements the...

Running nixos-rebuild with this overlay results in the following warnings: ``` evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system' ``` When executing `sudo nixos-rebuild build --flake . --impure --option...

Whenever there is transient network failure while running this action, I see logs that incorrectly spell/case `GitHub` as `Github`. This PR fixes the issue.