Brian Bugh

Results 109 comments of Brian Bugh

In between each run, I changed an `echo` at the top of the `dependencies` image each time to simulate changing build steps or files. With the `--interactive df`: snapshots ```...

An earthly prune will fix the issue no problem, but then it comes back after building these big images for a while.

Got this again, running `earthly +df`: ``` alpine | --> Load metadata linux/arm64 +df | --> FROM alpine +df | [██████████] 100% resolve docker.io/library/alpine@sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad +df | --> RUN --no-cache df...

Thanks for the idea @vladaionescu. I had it as a smaller value before and it had the same issue. I've set the value down to this ``` global: cache_size_mb: 64000...

It lasted a long time, but running into this issue again when running locally: ``` global: cache_size_mb: 64000 cache_size_pct: 50 ``` It seems like this should be cleaning up the...

Love this. I think it would be useful to differentiate the earthlydoc format from just a comment, like how JavaScript, Rust, etc use `/**`, C# and Rust use `///`, Rust...

That regex is wonderful, thank you @j0hnm4r5! But there's [a few problems with it](https://regexr.com/60e37): - it doesn't work for interpolated strings - it doesn't support slashes like `h-1/2` - it...

@KnifeFed no, [headwind itself doesn't support JIT](https://github.com/heybourn/headwind/issues/122).

Thanks for the reply! We looked at hashing, but unfortunately all of the fields need to be lazy-loaded. We have hundreds of calculated value methods used in these templates, and...