sudoforge

Results 141 comments of sudoforge

I don't see how using another application to abstract the storage mechanism away is any different from using some command specified in gitconfig (which is what `git-credentials` does with the...

I'm in favor of refactoring this such that "titles" are not a first class citizen, and instead are simply the first line of the message. This is similar to how...

+1 @ngryman provided a workaround, but as noted this is not a _solution_. In this day and age the assumption should be that people are using nvm, so being able...

> Also seeing this on Windows. Possibly related to #809 ? i.e. access is denied because Windows considers the file in use? This seems unrelated to #809, which is focused...

I'm not sure that I agree with this approach. Given that there are various methods for running an ssh-compatible agent (I use gpg-agent to emulate ssh-agent, for example), and many...

Hey @alexeagle and @zegl, I'm a bit late to the party but thought I would chime in. Love the discussion and implementation of some awesome changes that are definitely moving...

Okay, so the power outage set me back a bit, but it gave me a chance to think about how I'd like `rules_codeowners` to work. I'll run through this below,...

@zegl @alexeagle Can I get your thoughts on that :point_up_2:? I'm happy to create issues and do the work, but I'd rather we have some sort of a consensus on...

> As for the macro, do you think that it would be nice to host that macro in this repo, to make adoption easier? I think the need for the...

Hmm, so really what you're asking for is validation that the arbitrary pattern entered by a user of the rule matches paths in the workspace. This gets a little trickier...