Dylan Smith

Results 105 comments of Dylan Smith

Are you familiar with the generate-mannequin-csv and reclaim-mannequin commands? They let you do it in bulk, and if the target uses EMU you can add the —skip-invitation flag to skip...

I'm not sure how ECI did it, but forcing an email acceptance was an intentional design decision. So a change to that would have to be a PM decision. The...

This is a known limitation and there is an [issue here](https://github.com/github/gh-gei/issues/156) to track the feature request to improve this.

In ADO they used to be called "Team Projects". However, I just did a quick look and ADO seems to have changed how they refer to them at some point...

There is another backlog item that may have helped avoid confusion here also: https://github.com/github/gh-gei/issues/992

Alternatively you could put the big table in a collapsible section and that would achieve a similar outcome. GH supports this via the `` syntax. big table goes here Lorem...

BitBucket Server and BitBucket Cloud are actually significantly different. They started their lives as separate products that were subsequently renamed to BitBucket. The API's are very different. And specifically for...

The `IntegrateBoardsCommandHandler` tests are unnecessary as you didn't actually change any behavior in that command handler.

The build is giving an error when running `dotnet format`, this is the error message(s): /Users/runner/work/gh-gei/gh-gei/src/Octoshift/Services/AdoApi.cs(341,1): error WHITESPACE: Fix whitespace formatting. Replace 17 characters with '\n\s\s\s\s\s\s\s\s'. [/Users/runner/work/gh-gei/gh-gei/src/Octoshift/Octoshift.csproj] /Users/runner/work/gh-gei/gh-gei/src/Octoshift/Services/AdoApi.cs(342,64): error WHITESPACE:...

The build gave this linter error: `/Users/runner/work/gh-gei/gh-gei/src/Octoshift/Services/AdoApi.cs(9,1): warning IDE0005: Using directive is unnecessary.` Always run `dotnet format` before committing.