Dean Tambling

Results 7 comments of Dean Tambling

Wish Twitter would just use `scope` and `profileFields` like everyone else, but I can also confirm that changing `userProfileURL` and having a whitelisted app makes `email` visible in the JSON...

I work on a codebase that uses `bin/rails test`, and this would be very useful for me. I'm getting the same error as in #82, and I'm having a hard...

Because [the unlock repo API](https://docs.github.com/en/rest/migrations/orgs#unlock-an-organization-repository) requires the (export) migration ID, I see two possible options: 1. Add `gh gei unlock-repo` and require the user to provide the right migration ID,...

Second update: this is actually much harder than it should be: - The API requires the migration ID from the archive generation (as noted above) - When we're migrating from...

Short answer: yes, you can get all migrations, and the response has the repos for each migration; we could then iterate over the migrations and filter that way. Question behind...

As part of https://github.com/github/octoshift/issues/5741, I've spun up a couple of 3.8 instances, one uploading archives to S3, one to Azure — their creds are in the Octoshift vault in 1Password,...

Quick note here: I'm on the team that maintains GitHub's GEI functionality, and I had assigned myself to this issue with the intention of taking a look, but @georgy-gorelko has...