Neil P.
Neil P.
- [x] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND** the _BSD 3-Clause License_. - [x] I have read the...
## Description of what I changed - Update Person to extend BaseCustomizableData - Update PersonAttribute to extend BaseAttribute - Update PersonAttributeType to extend BaseAttributeType ## Issue I worked on see...
**Is your feature request related to a problem? Please describe.** The image updater currently only catches image tags that are in Dockerfiles in our repo. It would be nice if...
I'm in a fairly large Github org and sometimes miss `@mention` notifications that are directed at me. It would be nice if trailer supported setting a different [`interruptionLevel`](https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel) for notifications...
Git blame supports ignoring specific revisions via a [`blame.ignoreRevsFile`](https://git-scm.com/docs/git-blame#Documentation/git-blame.txt-blameignoreRevsFile) configuration or the [`--ignore-revs-file`](https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt) flag. Github also supports this behaviour by including a file with the exact name `.git-blame-ignore-revs`. See: [Ignore...