Matt
Matt
would it be nice to get both the key and the metadata at the same time? could we output a JSON object with both?
this is likely a regression introduced by https://github.com/cloudflare/wrangler/pull/1592
> I wasn't aware wrangler could update the TOML at all? From my discussion about migrating the `dir` property: [#1951 (comment)](https://github.com/cloudflare/wrangler/issues/1951#issuecomment-862452882) I > > > Note modifying wrangler.toml in particular...
Could you put your .ts files in a `src` directory, that you could specify as your `watch_dir`, or is the rest of your tooling reliant on your current directory structure...
No, I think they should be inherited
Hey folks, are y'all reaching a page that looks like:  and after clicking "Authorize Wrangler", wrangler login is still stuck? If you aren't reaching this page,...
> For `AsyncCapabilityStream`: If, when reading into the buffer, you see any FDs, then you know that those FDs are attached to some suffix of the buffer, since the kernel...
Responded to feedback. Also, included some other changes: * I had completely messed up boundary handling in the relevant test and was missing coverage of boundary cases for `AsyncCapabilityStream`, so...
I'm happy to split them up, as much as I would love to have a `-M` be part of ekam :p I want to hide the successful actions because I...
@bcaimano Would appreciate your feedback on `FdInputRangeBuffer` -- might be worth taking a look at https://gist.github.com/kentonv/bc7592af98c68ba2738f4436920868dc to be familiar with the quirks of the SCM_RIGHTS API which it does rely...