Maximilian Gaß

Results 18 issues of Maximilian Gaß

It would be useful if Earthly supported recursive globbing. I would like to turn this ``` COPY ./headless-exporter/*.go ./headless-exporter/ COPY ./cleaner/*.go ./cleaner/ COPY ./discovery/*.go ./discovery/ RUN CGO_ENABLED=1 go test --race...

type:proposal
category:composability

I would like Earthly to programatically provide the digest of a container image it built, so I could reference it in other steps/targets to exactly identify an image for deployment....

type:enhancement
category:composability

**What would you like Renovate to be able to do?** On some occasions, Renovate has autoclosed a PR/MR for me, only to create a new MR later (I assume on...

priority-4-low
type:refactor
status:ready

When adding a directory to a FileStore, it creates a tarball, which means various file modes are stored and later restored on pull. But when adding a single file, the...

My commits make the info-beamer run on OS X and should work on other non-Linux systems. I have done a quick test to confirm it still works on Linux :)...

cmp's diff output is mostly valid Go and so can be nicely used to fill in the `want` part of a test by running the test with an empty `want`...

reporter

**Description of the change** unsealing errors usually show the field name that caused the error - except for base64 decoding. This change fixes that. **Benefits** clearer error message **Possible drawbacks**...

The Go Race Detector pointed out a data race between the methods ChangeMax64 and State or GetMax64. State already takes the lock, but others did not.

Puppet 8 agents default to not sending legacy facts

## Overview This fixes an error that happens with Ruby 3.2, because of the removal from https://bugs.ruby-lang.org/issues/15231, and other issues with newer Ruby. ## Checklist - [x] Make sure that...