Denis Žoljom
Denis Žoljom
Adding +1 comments won't make this issue solved magically. Please don't comment unless you have something substantial to add to the conversation.
Just thinking out loud here, in case code like above is found, the sniff should look what are the previous tokens (up to some point which can be right above...
For me it's a tricky issue: On one hand I never allow my colleagues to use `posts_per_page => -1`, as it truly is detrimental to query performance (and a noticeable...
Just a quick question, will this be incorporated in the next version of WPCS (2.2.0)?
I went and played around with PhpStorm's automatic schema definitions and I got this: ```xml ``` In one case (where I used `ArrayIndentationStandard.xml` as a basis for xsd generation) I...
I always recommend using [Browsersync](https://browsersync.io/) for cross-browser testing (`config.vm.network :public_network` uncommented ofc). After a simple setup (example [here](https://github.com/infinum/wp-boilerplate/blob/master/webpack.config.js#L77)), just run `npm start` and work on any browser, mobile phone etc.
Oh, yeah, in that case, this is a big issue.
@rav-redchamps This happened to me and I reverted it, now it works. I'm on node 12 and it works for me (and yarn which is using the icu4u lib). I've...
I can confirm that it's working. I've reinstalled icu4c to latest version, removed `[email protected]` and did ```bash brew uninstall [email protected] brew install --build-from-source [email protected] brew link --force [email protected] ``` And...
Oh, I forgot to post the init class ```php