Pascal Birchler
Pascal Birchler
> Seems like Percy visual test is failing. Please re-run. I just did, but to no avail. There's a snapshot that's missing on `main` but is not missing here 🤷...
@ychsieh OK, Percy is happy now 🤷 THis should be ready.
That doesn't help with the owners check it seems
> When we load `ffmpeg.js`, it will load `814.ffmpeg.js `, but in a wrong path. Came here to report the same. `import.meta.url` is resolved to `file:///home/jeromewu/ffmpeg.wasm/packages/ffmpeg/dist/esm/classes.js` 🙃 Issues like this...
`wp-cli/wp-cli-tests` now supports running _tests_ against SQLite with the [SQLite integration plugin](https://github.com/WordPress/sqlite-database-integration/). Usage: `WP_CLI_TEST_DBTYPE=sqlite composer behat` So that's a start. If the command detects `FQDBDIR` / `FQDB` / `DB_ENGINE` it...
OK, now that tests are properly running I have a better picture of things. I am not super familiar with the db command though, so please bear with me. One...
> For this particular scenario, I think we could replicate WordPress' db loading logic inside of WP-CLI (i.e. assume db drop-in/SQLite given specific conditions). Yeah we can try that. Could...
HI there, thanks for reaching out! From what I can see after a quick test, the issue is that your PO files do not contain any empty lines between the...
Hmm I see, interesting! Well, I'll need to check whether the whitespace thing can be easily resolved in the third-party gettext library we're using, or if we can work around...
Related: https://github.com/wp-cli/i18n-command/issues/39 I want to make that command scriptable as well and haven't found an ideal solution yet. However, looking at this issue here I realize that this is a...