Skip to content

Latest commit

 

History

History
105 lines (89 loc) · 11.9 KB

contributions.md

File metadata and controls

105 lines (89 loc) · 11.9 KB

Open-Source Contributions

Significant contributions that I have made to various open-source projects over the past few years.

Black (Python) - Opinionated and uncompromising Python code formatter

  • psf/black#4048 (2023-11-17): docs: Document target version inference
  • psf/black#4072 (2023-11-27): docs: Clarify include/exclude documentation
  • psf/black#4076 (2023-11-28): docs: Unify option descriptions between --help and the_basics.md
  • psf/black#4090 (2023-12-08): docs: Move fmt: off docs
  • psf/black#4109 (2023-12-13): fix: In subscripts, treat walruses just like other binary operators
  • psf/black#4146 (2024-01-08): fix: Don't normalize whitespace before fmt:skip comments
  • psf/black#4155 (2024-01-16): fix: Don't allow unparenthesizing walruses
  • psf/black#4164 (2024-01-23): fix: Consistently add trailing comma on typed parameters
  • psf/black#4194 (2024-01-29): docs: Refactor pycodestyle/Flake8 compatibility docs
  • psf/black#4202 (2024-02-01): Make trailing comma logic more consise
  • psf/black#4248 (2024-02-22): fix: Don't move comments while splitting delimiters
  • psf/black#4257 (2024-02-28): chore: Refactor delimiter_split()
  • psf/black#4289 (2024-03-22): fix: Stop moving multiline strings to a new line unless inside brackets

discord.js (JavaScript + TypeScript) - Powerful JavaScript libraries for building Discord bots

pandas (Python) - Tabular data manipulation tool and Python library

Scratch Addons (JavaScript) - Browser extention with helpful utilities and themes for Scratch

Active maintainer from April 2021 to December 2022; Reputable community member ever since

discord.py (Python) - Python wrapper around the Discord API and Discord bot framework

highlight.js (JavaScript) - Multi-language code syntax highlighter

Misc