Philip

Results 16 comments of Philip

Still there: `[DEP_WEBPACK_DEV_SERVER_HTTPS] DeprecationWarning: 'https' option is deprecated. Please use the 'server' option.` warning when using the [`HTTPS` option](https://create-react-app.dev/docs/advanced-configuration/). Seems like an easy merge of this PR.. :)

I'm not sure, but browsing through the [GNU gettext git](https://savannah.gnu.org/projects/gettext/), it seems the [`wrap()`](https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob;f=gettext-tools/src/write-po.c;h=c307ca5d0e5cde50029909abf5ff9b5a3c5a924d;hb=625466f553b0037d0407dbb775994e33f722dad7#l644) method handles line breaking, using the [`ulc_width_linebreaks()`](https://www.gnu.org/software/libunistring/manual/html_node/unilbrk_002eh.html) helper method to find the best breaking position. In...

I combined both suggestions 👍

As well as JPG, PNG and GIF to WebP conversion? (https://github.com/imagemin/imagemin-webp and https://github.com/imagemin/imagemin-gif2webp)

Thanks! I made another PR there. ✔️

I found similar behaviour in my score: after selecting a range, clicking "Loop Playback" and clicking Play, the playback starts X measures too early. Where X is the number of...

Note: Travis CI test fail, because current `xo` and `ava` are different from originally used ones. To solve this, this would need the PRs updating the code base to be...

I am experiencing the same issue, especially when also using the Prettier extension. I'm not sure, but it could be related to issues mentioned [here](https://github.com/prettier/prettier-vscode/issues/1333#issuecomment-1274706390). For example, in my project...

I got a similar warning. It seems the Mollie Payments plugin sometimes sends an array to the WC logger instead of a string. ### Details PHP: 8.2.8 WordPress: 6.2.2 WooCommerce:...