Benjamin Rojas
Benjamin Rojas
When trying to use transparently, most of these loaders do not work well. Any chance they could be tweaked to work in a transparent environment?
### What's the Problem? We work with WordPress on a daily basis and a lot of database values are stored in a serialized format. it would be great to add...
This is related specifically to the docker image hosted here: https://hub.docker.com/r/lucatume/wp-browser We have been using this to run our tests in docker, but lately it has stopped working with the...
**Describe the bug** I've followed the very detailed instructions to create a custom container to use AdGuard Home on my UDM Pro from here: https://github.com/unifi-utilities/unifios-utilities/tree/main/nspawn-container I've got everything working very...
WPCS recently deprecated a temporary property called `check_translator_comments` that is currently being used in the HM-Minimum ruleset. Commit details here: https://github.com/WordPress/WordPress-Coding-Standards/commit/31064cf7a49931c0cf165b923ac0a86c20b2e4b4 Affected code is here: https://github.com/humanmade/coding-standards/blob/e8ec095e7128a3819e254a238902746ec00ece0d/HM-Minimum/ruleset.xml#L160-L163 I think the solution...
Possibly related: https://github.com/ckeditor/ckeditor5-vue/issues/82 When only adding one editor to a page, it loads pretty quick (not as quick as I'd like, but ok). However, when I have multiple on a...
Something like: ``` local-cli create-site --name="Name of the site" --domain=mysite.local --php=8.0.0 --mysql=8.0.16 --webserver=nginx --ssl=true --multisite=false ``` While none of the parameters would be required (except maybe name) and would just...