Adam Dinwoodie

Results 11 issues of Adam Dinwoodie

It took me a while to work out how to get git-test to forget the results for a single commit, despite it being in the README, because I was expecting...

Currently it's only possible to run a single test at a time, at least without multiple invocations of git-test. It'd be useful to me to be able to specify multiple...

When deciding what bits of output should be included in the status line, the variables that configure this aren't exported, which means any relevant configuration changes don't work. Fixes #474.

The fix at f25a3a9 is great for the vast majority of folk, but the way `safe.directory` is set and handled breaks my use case: I'm using Cygwin Git on Windows...

### This PR - [x] I've read the [DCO](http://www.offlineimap.org/doc/dco.html). - [x] I've read the [Coding Guidelines](http://www.offlineimap.org/doc/CodingGuidelines.html) - [x] The relevant informations about the changes stands in the commit message, not...

#### General informations - system/distribution (with version): Debian Bullseye - offlineimap version (`offlineimap -V`): `offlineimap v7.3.0, imaplib2 v3.05, Python v3.9.2, OpenSSL 1.1.1n 15 Mar 2022` - Python version: 3.9.2 -...

Hi Ben, Thinking about this from your talk at the Git London meetup on Monday, and in particular someone else's suggestion that you shouldn't rewrite history, but you could create...

On one of my laptops, with a 1920x1080 resolution and 150% scale set (as recommended) in Windows 11, the "Diceware Password Genaration Options" window looks like the below: ![image](https://user-images.githubusercontent.com/1397507/206403075-72d2b4e5-a5e9-40b3-89ed-a2b559189e0d.png) There's...

bug

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context Specifically, this reusable:...

content
actions
waiting for review

Zero durations match the empty string, and therefore there is no way to filter tasks that have explicit zero duration values. The clearest example of the problem is thus: $...