Matthew Batchelder

Results 14 issues of Matthew Batchelder

When running jQuery v1.10.0, the loop in `columnizeIt()` that appends content from `$destroyable` into `$col` never reduces `$destroyable.contents().length` to 0 — resulting in an infinite loop.

I ran into an issue where `$cloneMe.get(0)` was undefined so when attempting to access the `nodeType` property threw an error. Checking `typeof $cloneMe.get(0) == 'undefined'` should prevent this problem.

This resolves some PHP 7.3 compatibility issues with methods being called statically when they weren't being declared as such. I'm PR-ing this against `release/B22.royal` on purpose.

The `install` subcommand for both plugins and themes now support the following: * `wp [plugin|theme] install whatever.zip --adapt-slug=bork` - When installing a zip (whether remote or local), the directory it...

This is just a draft PR so folks can test to see if [bun](https://bun.sh) works. The build is fast! I haven't tested functionality. For Kadence Blocks, on my local machine,...

GiveWP has a UI for migrations. Bringing some semblance of that code over such that it can be used and extended by projects.

enhancement

Once `1.2.0` is out, we can start looking in to an approach to supporting batch-processing of migration data. It'd be rad to use Action Scheduler under the hood.

enhancement

Give's [Migrations](https://github.com/impress-org/givewp/tree/develop/src/Framework/Migrations) and the non-UI code for their [MigrationLog](https://github.com/impress-org/givewp/tree/develop/src/MigrationLog) would be a nice addition to Schema. We'll need to migrate that over and convert to WP standards.

enhancement

[GiveWP's Models](https://github.com/impress-org/givewp/tree/develop/src/Framework/Models) are a nice base implementation. We should migrate that over to and convert to WP standards.

enhancement

From an code organization standpoint, I like the way Give does that!

enhancement