sudoforge

Results 224 comments of sudoforge

Agreed re: #327 --- It's not really a bug in `git` -- using `--global` or `--local` are specifying a specific file. You _can_ follow includes by using `--include`: ``` --[no-]includes...

That would do it, yes, but I'd suggest _removing_ the `--global` and `--local` flags when reading instead. This is, in my opinion, a much more idiomatic way to parse configuration...

Just to note, there's no activity _that you can see_. For all we know, the user makes 100 commits a day -- if all of the activity is private, the...

The *Sponsors* feature is GA for organization in the following regions: https://github.com/sponsors#regions

Are there plans to migrate the source of truth for this project to the @git-bug organization?

Membership visibility is set to Private by default when joining or creating an organization, however, the context provided by @MichaelMure's earlier reply indicates that they have the Owner role for...

hey @djmarcin, checking in here to see if you still think this is relevant after #1092 -- you can set the `buildifier_test` rule up so that it escapes the sandbox...

this should have been closed by #1092

if `no_sandbox = True` (which is required to operate outside of the sandbox), caching the test is disabled via the `no-cache` and `external` tags, which are explicitly included: ``` def...

that said, per our earlier discussion in this thread, i think building explicit lint rules would be beneficial. while i do think the approach @milesdai contributed to `buildifier_test` improves the...