Waleed Khan
Waleed Khan
I'm sorry, but I can't fix this issue unless you get at least 300 likes. It's standard social media rules.
More seriously, I'm not sure I can justify this in the context of 381. It's basically guaranteed that all exceptions thrown in the course should be caught by reference. `lint381`...
I got a reasonable solution in https://github.com/greggersaurus/OpenSteamController/pull/32. Tap detection itself seems to work fine in my testing in Smash Bros. However, even without my patch, using `trackpad monitor` on my...
Even if we choose not to display a full diff by default, maybe we should upgrade the log level for a statement like this? I imagine that the number of...
I would argue that the general problem here is not "running hooks" but "running commands on each commit". One other example is that you might want to run tests on...
cc @epage: this might be a good feature to add to git2-ext if any of us ever get around to implementing it. Other resources: - Draft PR adding GPG-signed commits...
@martinvonz Me manually passing `--feature integration-test-bin` 😊 I guess what we're doing is different. Your binaries are supporting the relevant tests, but my binaries *are* the tests.
git-branchless gets around this with its own `git-branchless gc` command, which GCs refs which are no longer accessible by a current live head. It's run as part of the `pre-auto-gc`...
Instead of keeping commits live by storing a ref to each commit directly, you could store a ref to a single commit, whose first parent is another such commit and...
Agreed on that — I think automatically committing tracked files is fine, but untracked is probably bad: - They could be very big - They could contain secrets - Querying...