Mark Jaquith

Results 34 issues of Mark Jaquith

On some pages, the auto reload feature seems to be causing the following JavaScript error: > TypeError: Cannot set property 'scrollTop' of null Apologies if this is a goose chase,...

Every build seems to print this error: > CSS file not found in /elder-path/public/_elderjs/assets You can see it with a fresh `npx degit` of the template repo. Indeed, at the...

bug

Repeatable groups are great, but how they display while minimized is really awful. Your options are just a generic title "Employee" or a numerical value "Employee {#}". You have no...

Feature Request

If you require a package that has a `files` autoloader, like `php-di/php-di`, that file autoloader reference disappears from Composer's `autoload_files.php` after `mozart compose` runs. Here's a plugin that showcases the...

Considering how delicate the job of this package, it should have many more unit tests, as well as some integration tests that take various sample `composer.json` files, run `composer install`...

Given a plugin: `plugins/foo/bar.php`, if you run `wp scaffold plugin-tests foo`, `tests/bootstrap.php` will generate this: ```php /** * Manually load the plugin being tested. */ function _manually_load_plugin() { require dirname(...

bug
command:scaffold-plugin-tests

It would be great if you could use [Blade's magic `$loop` variable](https://laravel.com/docs/7.x/blade#the-loop-variable) within `@posts` blocks. For reference: https://github.com/laravel/framework/blob/7.x/src/Illuminate/View/Concerns/ManagesLoops.php

enhancement

Currently the hook to copy the assets folder into public will ignore files without an extension. This is confusing, and many "meta" files that you **do** want copied to public...