Ion

Results 12 comments of Ion

@psaikali, @fernandovbs @liamb13 @sonill is `yarn prod` working for you guys ? `yarn dev` outputs files correctly but when running `yarn prod` the public folder (output) is empty . ![image](https://user-images.githubusercontent.com/42011629/186591709-3ad9e2d7-0586-46da-83c5-f073f19a1407.png)...

I am getting lots of deprecated warnings : `Deprecated: Return type of Timber\QueryIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress...

Hi. Any news regarding the PHP 8+ support ? P.S: I would help - but i am not so experienced yet.

Temporary workaround: Install globally wp-pot-cli `npm install --global wp-pot-cli` Then from the command line run `wp-pot --src '**/**/**/*.php' --dest-file 'languages/test-plugin.pot'`

I found the "issue" : In package.json if we remove options: `--last-translator 'Test Plugin '` & `--team 'Test Plugin '` Script without the two options above will run with no...

A deeper dive showed that email in translate options is causing the error. Without `` in --team & last-translator options script will be executed. `translate": "wp-pot --src '**/**/**/*.php' --dest-file 'languages/test-plugin.pot'...

@jeffpaul Yeah, i already managed to get most info. I also needed to exclude Published posts from the Pulled page. $item param from docs offers info only from the source...

So much time passed and still, the image widget doesn't add fixed width and height. Please consider adding an option for enabling fixed width & height. GPSI is crying atm.

Can confirm that this indeed fixes the error.