oxyc
oxyc
A lot of the QA suite was experimentations on my part, but I think it could be loosened now. - Drop support (or at least testing) for ancient JavaScript engines....
Implement a mode where errors are stored instead of thrown. Necessary recovery functions should be exposed so that users can hook into it. I don't think the parser itself should...
Issue #1553. I'm assuming you're not going to bump the version requirements of all your roles to 2.4.0. If you are we could drop the conditional `ansible.cfg` config. - `ansible.cfg`...
Proof of concept for #1247 which supports all earlier setups with the addition of reading `config_dir` from `composer.json`. Might want to drop support for some scenarios at some point tbh...
In the case of Docker containers when provisioners are disabled due to SSH not being available, the `Action.update_all` never runs. ```rb action_hook(:hostmanager, :machine_action_up) do |hook| hook.after(Vagrant::Action::Builtin::Provision, Action.update_all) end ``` Hostsupdater...
In https://github.com/Automattic/wp-super-cache/commit/3dd7420dc37ee37b27a029b5be16e6abe345b45e the possibility to have `wp-cache-config.php` read-only broke due to constant writes without checking permissions first. This can be reproduced by removing write access to the `wp-cache-config.php` file and...
Currently even if you set `hostsupdater: 'skip'` on the network, 127.0.0.1 is still added as a hosts entry only by having the plugin installed. https://github.com/agiledivider/vagrant-hostsupdater/blob/38eee8150cb659e69abebf4cc55eb2ad8e1bd4a5/lib/vagrant-hostsupdater/HostsUpdater.rb#L45 Consequently there's no way to...
When using the plugin, image blocks inserted through Gutenberg do not get the `srcset` and `sizes` attributes automatically populated as it does on the main site using [wp_filter_content_tags](https://github.com/WordPress/WordPress/blob/1020306fe96172a74532378bf1d4e79da67e8b4b/wp-includes/media.php#L1771). The first...
See https://github.com/aaemnnosttv/wp-cli-login-command/issues/10#issuecomment-2260821596 Just opening this up for discussion but this might not be the best way since at a glance you might expect the prefix to be validated which it's...
### Version v5 ### What did you expect to happen? No set-cookie headers added for anonymous visitors ### What actually happens? laravel_session cookie added to responses ### Steps to reproduce...