Caleb Burks
Caleb Burks
## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). ### The Problem...
Refreshed version of https://github.com/derailed/k9s/pull/1280 (rebased, fixed merge conflicts, addressed feedback). Fixes https://github.com/derailed/k9s/issues/1267 The exec ends up looking something like this: ``` /usr/local/bin/kubectl --context mycontext exec -it -n mynamespace pod-name -c...
## Description Followup to https://github.com/Automattic/vip-go-mu-plugins/pull/3078 - alongside update notices now any known vulnerabilities are also shown:  ## Changelog Description ### Plugin Updated: Codebase Manager Nows shows known plugin vulnerabilities...
### 1) Flushing rewrite rules from wp-admin forces them to essentially flush twice. This bit of code in `rri_wpcom_flush_rules ()` should no longer be necessary and should be removed: https://github.com/Automattic/vip-go-mu-plugins/blob/master/rewrite-rules-inspector.php#L57-L69...
## 1) [Resolved] Ensure table truly exists Problem: Somebody may duplicate the options table while creating a new subsite locally for example, but for some reason not copy over the...
Problem: There are apparently a variety of situations where you can end up w/ duplicate events, sometimes hundreds to thousands of them. This can pretty much perpetually bog down a...
## 1) Prevent OOM requests from perpetually consuming a lock slot. **Problem example**: There are 10 lock slots for concurrent event running. Event A OOMs and the process is killed...
Scenario: Somebody does a Search/Replace on the DB, and replaces say `wp_` with `wp_3`. Other problems with that aside, events in the cron control table now have an action of...
If you send an array, the memcache client will respond with an associative array: https://www.php.net/manual/en/memcache.get.php. With this, we can ensure that the memcached server is giving us the correct response....
Fixes https://github.com/Automattic/Edit-Flow/issues/264 Adds a filter that allows for hiding the email address of users in the notifications panel, and removes the user's email from the comment's markup. _____ I thought...