David Brownman

Results 121 comments of David Brownman

This is cool! I do a sort-of version of this for my review site ([david.reviews](https://david.reviews/)), where all the data is stored in Airtable. I [load objects from the Airtable API](https://xavd.id/blog/post/static-review-site-with-airtable/)...

As I'm converting some makefiles, this is something I'm missing when converting recipes 1:1. Our main use case is to reinstall dependencies automatically when they've changed: ```make deps: package.json npm...

Here's some additional prior art by a new project, `werk`: https://simonask.github.io/werk/outdatedness.html

Odd! I'm not sure why that would be, but I can take a look. Could you send the file to [email protected]? Please provide any additional context, like if it has...

I copied your PR for my fork, thank you for that! FWIW, you can load the API key lazily rather than on every request (if you store it on the...

I would also like this! Having everything in one block reads nicer and makes it easier to do natural grouping of the definition: ```just thing: echo whatever alias extra :=...

> an HTTPS URL 👍 > requires an auth token Ideally something that doesn't expire (closer to an API key), so I can store it in my env and my...

I had this problem too. It might eventually delete, but the behavior is confusing and definitely feels like a bug. Can you reopen?

iCloud, on iOS 26.1 and app 6.2. The delay was only a couple of seconds in this recording, but last night it was multiple minutes. https://github.com/user-attachments/assets/e41d067e-12a1-45bb-b3f6-13778e328425 Also maybe a separate...

Right, in our case we're using these across repos (only some of which are public). The example `parent/justfile` is a close-source repo while (the 7 different) children justfiles are in...