Micah Wood
Micah Wood
@timmaybrown It looks very much like a line ending issue, but given that the provisioning is actually done in a Linux virtual machine that doesn't make a lot of sense....
Related: https://github.com/WordPress/gutenberg/issues/21204
Unlike PHP theme templates, HTML templates don’t allow us to conditionally apply classes to a parent element based on whether or not, for example, a featured image exists on a...
The `position` and `totalSize` properties of the XMLHttpRequest progress event are deprecated and should be replaced with `loaded` and `total`, respectively.
@ramyakrishnai Can you resolve the conflicts please? @wpalani - This should be included in the plugin release this week.
Thanks for reporting this @bobmatyas. We're working to address this.
This appears to no longer be an issue.
Could also be done like this: https://docs.cypress.io/guides/guides/command-line#cypress-run-spec-lt-spec-gt:~:text=cypress%20run%20%2D%2Dspec%20%22cypress/e2e/examples/actions.cy.js%2Ccypress/e2e/examples/files.cy.js%22
@aratidgr8 I think it probably makes sense to have a `wp-module-homepage` module that handles anything specific to the homepage. We'd use slot-fill to ensure that the Coming Soon module can...