About
Hey! Thanks for visiting my site. I’ve been writing code for over half my life and can’t seem to stop. Below is a list of my public open source contributions grouped by programming language.
C++
icecream - Fix broken pipe errors caused by a race condition in the daemon.
soci - Documentation for specializing type_conversion<> doesn’t fully explain indicator
C#
Sustainsys.Saml2 - Fix .NET 5 runtime detection
- The PR was closed without merging, but the maintainer eventually committed the changes because the better solution was too risky to include in a maintenance branch.
Npgsql.Bulk - OutOfMemoryException when using ImportAsync
Npgsql.Bulk - Add support for bulk uploading CLR enums that map to postgres enums
Go
git-lfs - Fixed file paths on cygwin
git-lfs - Crash during “git clone” with smudge disabled
Java
Jenkins - Add simple git lfs support
Jenkins - Allow workspace paths to be less than 54 characters
PHP
laravel/framework - ProviderRepository::loadManifest assumes services.json is not empty
onelogin/php-saml - cacheDuration in Metadata set to incorrect default value
Codeception - Fixed seeInDatabase() when testing for NULL values in PostgreSQL
Codeception - Fix inserting false values into PostgreSQL using haveInDatabase()
Python
sqlfluff - Support additional GRANTs in Postgres
sqlfluff - Added full support for postgres’s ALTER DEFAULT PRIVILEGES.