Thomas McManus

Results 17 comments of Thomas McManus

bazel/blaze also use hashes instead of mtime

I can confirm that on mine (`terraform state list | wc -l` = 374) `terraform graph` is still very hard to use without a targeted plan (and if I'm not...

if any other features start modifying the item class for trade lookup, I would suggest creating a lookup table with all the item types and query strings

there's also `next_rotation_time` and `rotation_period` which you can only know about by looking at the examples and source code. Would be nice to have this documented anywhere.

This might be a duplicate of #58, but maybe there's something new with the pydantic 2 migration?

Just branch protection with "Require reviews from Code owners". Everyone I specify is also a code owner, the repo only has one code owner group.

I can select reviewers when creating the PR in the UI, and it has never deselected my selection or add new reviewers (as long as one of my reviewers is...

this might be because the UI doesn't use the same http api and instead has the requested reviewers in the POST data. Notably, it shows the "requested review from $a...

is the user you requested in experiment 2 part of the codeowner team? Also, the behaviour isn't deterministic, sometimes you need to try a couple times to get it to...

The 'use case' for this is when I want a specific person (or people) who are code owners to review the PR, and not to add extraneous reviewers, since I've...