Denis Žoljom
Denis Žoljom
I was looking at my test response and I found no etags, which means that this should be set up on server (I had the `Cache-Control: max-age=0` header)? Basically, the...
Did you run the `composer -o dump-autoload` in the plugin root? I'm assuming that you cloned the repo, but it needs autoloader to work. We'll try to package and release...
Well, since in some forms you can store user's email, it wouldn't matter if they can or cannot login. The email is a private information, based on which you'd perform...
The issue is not in the output of the WP-CLI command, but more about the behavior of the command: > It would be good to throw 1 as long as...
@Rahe I'm using [deployer](https://deployer.org/), not 100% sure what they are using under the hood, I guess it's Symfony command lib, but I'm using the abstractions provided by deployer, so I...
So WP-CLI v3.0 would then be locked to PHP 8? 😅
For scoper I think I'd need to use https://github.com/bamarni/composer-bin-plugin plugin, plus they say that: > Keep in mind however that this library is not designed to be extended. Which is...
Only partially if you are using imposter plugin https://github.com/deliciousbrains/wp-queue/issues/15.
Will do. I tried resetting the computer. The only user on the computer has admin privileges so that should be ok, but I'll take another look. 👍🏼
I had tons of duplications on the text-domain strings, which you just cannot replace with a variable or a constant. SQ would benefit from a WP ruleset, but I never...