JSON:API Resources is Drupal 9.1 compatible
JSON:API Resources is now Drupal 9.0 and 9.1 compatible with the 8.x-1.0-beta4 release!
PHPStan Drupal 0.12.7 released, latest PHPStan now supported!
PHPStan Drupal 0.12.7 was released this morning, with only one fix. But it's an important one. This post acts as a retrospective for diving into an obscure issue that took a few months to determine.
The impact individual funding can make on open source maintenance
For the past three months, Richard Sheppard has been a financial contributor to ContribKanban on OpenCollective. I'm extremely grateful for his decision to put his money towards my project every month. $5 a month may not seem like much, but the impact is greater than its monetary value.
My PHPUnit configuration for my Drupal projects
The other week, I was asked about how I maintain my PHPUnit config file for my Drupal projects. When running Drupal's PHPUnit test suites, you typically copy and modify the distribution phpunit.xml.dist file which lives in the web/core subdirectory. There is just one problem.
Launching a Drupal 9 site on DDEV-Live
Sunday, July 5th, I did my livestream exploring DDEV-Live. DDEV-Live is the hosting counterpart of DDEV-Local. I use DDEV-Local as my local development stack, and I love its simplicity for running local environments with Docker.
The new issue forks functionality is going to be awesome.
This past Sunday I did a livestream where I tried out the new issue forks functionality on Drupal.org. The feature is currently beta and project maintainers need to opt-in for the functionality. At the moment you can create a repository fork for an issue, create a work branch, and commit to that branch.