Ben Word
Ben Word
Both editor CSS and JS are working as expected for me with `enqueue_block_editor_assets` _and_ `enqueue_block_assets` When using the current hook (`enqueue_block_editor_assets`) there is this warning: ``` editor/0-css was added to...
Cross referencing this since it's possibly related: https://github.com/roots/acorn/issues/380
What are the minimal reproduction steps for this issue? I'm not seeing any actionable instructions provided
Bedrock requires PHP 8.0 as a minimum which is why this setup uses it. Bedrock is now bumping the requirements to PHP 8.1, along with moving to a dev container...
@Log1x pointed out this needs the post autoload dump script added (either via `acorn:install` or [manually](https://roots.io/acorn/docs/installation/#add-the-autoload-dump-script))
I attempted to get [Bedrock](https://github.com/roots/bedrock) up and running with Studio and ended up hitting this error: > Failed to start the site server > > Please verify your site's local...
MariaDB breaking database dumps in a patch release is wild 😞 Other relevant discussions/issues: https://jira.mariadb.org/browse/MDEV-34183 https://github.com/ddev/ddev/issues/6249 https://github.com/wp-cli/db-command/issues/254
If you're a sync script user landing on this issue, take a look at this solution from @joshuafredrickson: https://discourse.roots.io/t/sync-script-fix-for-error-at-line-1-unknown-command/27734 We've also upgraded MariaDB in Trellis (https://github.com/roots/trellis/pull/1520) which will be in...