Alex Couture-Beil

Results 256 comments of Alex Couture-Beil
trafficstars

in case anyone wants to follow along with parsing the active maps log messages, here's a very rudimentary parser: ``` #!/usr/bin/env python3 import sys def get_after_str(s, substr): i = s.find(substr)...

I came up with a reproduction for this why trying to update buildkit: https://github.com/earthly/earthly/issues/3825#issuecomment-1957683083

We are currently investigating a modification to the buildkit scheduler (codename: ticktock, you know, like a clock ... and scheduler), as of earthly v0.8.12 this _highly experimental_ modification can be...

@c0va23 thanks for the feedback, can you try again using https://github.com/earthly/earthly/releases/tag/v0.8.13

extra context: this is so the runner (on a satellite) can be configured to limit `RUN` duration based on the type of satellite.

some users might be relying on this "feature", therefore we may need to feature-flag this fix.

@nezteb can you try running `SSH_AUTH_SOCK="" earthly account login --token ` -- does that prevent the key from being used? (technically earthly will never read your private key, when I...