Brendan Forster

Results 107 issues of Brendan Forster

Found this while looking at #808. It's currently rather hard to do cry: (you need to specify _all_ the parameter), and I'm not sure if anyone depends on this. Please...

category: feature

Probably some other things to do around this, but opening this up early to get feedback: - [x] update README to mention this - [x] update deployment scripts to exclude...

needs review
needs work
discussion

This was mentioned in #1368 and #1390 and while I don't have any strong feelings about how this looks, it feels like something that could belong on the site itself.

discussion

This is probably the most radical change to come to Up for Grabs in many years, and I wanted to lay out some context about why this is important, where...

discussion

This was uncovered in https://github.com/desktop/desktop/issues/7103 and to summarize the problem: - a `git pull` with `pull.rebase` is run - local commits are encountered, which need to be rebased on top...

We have a `spawnAndComplete` that's been pretty stable for a while in GitHub Desktop: https://github.com/desktop/desktop/blob/master/app/src/lib/git/spawn.ts It'd be nice to enhance the base `GitProcess.spawn` with whatever Desktop needs for v2.

enhancement

The infamous @paulcbetts tweeted [this](https://twitter.com/paulcbetts/status/965423178464993280) at me: > You should steal https://github.com/surf-build/surf/pull/75/files#diff-c7ba9741682b21471b9c2842c396f106R18 for Dugite, it's a bit more Ergonomic of a function Here's the snippet: ```ts let askPassPath: string; export...

help wanted

From https://github.com/desktop/desktop/issues/6538#issuecomment-452350468 ``` Cloning into '/Users/***/***/***'... remote: Your account is disabled. Please see https://github.com/account/billing fatal: unable to access 'https://github.com/***/***.git/': The requested URL returned error: 403 ```

enhancement

The other projects in this organization use `yarn`, and this is currently the only exception: - [ ] import a vendored `yarn` and add the related `.yarnrc` config - [...

Git would return a 128 for a `git fetch` - I wish i'd kept the output so we can map this to a proper error code when it does happen.

bug