Dan Miller
Dan Miller
## Steps to reproduce 1. `git clone https://github.com/jazzdan/earthly-too-many-files.git` 2. `cd earthly-too-many-files` 3. `earthly +compile` ## What I would expect to happen I would expect earthly to print the name of...
From Doug Sparling in #tilt: > are CronJob resources deployed through Tilt intended to show as yellow/pending before their first run? My job is hourly so typically when I tilt...
Due to the magic of YAML and dynamic typing it can be difficult to force a field to be of a certain type. For example if you use `--set` to...
## Description I've noticed that some time since last week I've stopped being able to use jj to push to GitHub. I always get this error: ``` $ jj git...
Otherwise if you are running buck2, and by extension rustc, from within nix any C(++) builds will fail. All credit to @fnichol who pointed me to [this fix in their...
It looks like [the link to the docs in README.md is broken](https://github.com/facebookincubator/antlir/blob/main/README.md?plain=1#L3). It tries to link to https://facebookincubator.github.io but it seems like that redirects the engineering blog. ``` $ curl...
`export_exe` (a super useful rule I wasn't aware of!) doesn't have its documentation published on https://buck2.build/docs/api/rules/#genrule. Maybe this is a side effect of #438?
One deprecated function (`trim_right`), one unnecessary mutable variable. Thanks for putting this example up there!
Releases, such as [the most recent one](https://github.com/benbrittain/buckle/releases/tag/v1.1.0), claim that they provide a musl build for Linux but when you try to access that URL you get a 404: ``` wget...
They end in `.exe`. Also my integration tests were failing because buckle was failing due to a corrupted cache, but I couldn't see that because stderr wasn't being reported in...