Philip
                                            Philip
                                        
                                    Added a note on `event.target` vs `event.currentTarget` with respect to referencing the clicked element or potential child elements. Although this is somewhat outside of the Vue code base, it might...
When installing in NPM, it shows warnings that these two dependencies are deprecated or no longer maintained and should be replaced: | ❌ Deprecated dependency: | ✔️ Replace with: |...
* Consistent setting of delay. - Less than `ctx.currentTime`: assume relative delay, so add `ctx.currentTime` for absolute timed instructions. - Else: assume absolute timing, so use as-is. - **_Note:_** When...
Vulnerability is in sub dependency: `[email protected]` › **`[email protected]`** Fix is not yet available (see [issue there](https://github.com/isaacs/inflight/issues/19)). For vulnerability details, see: https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Wrong return type for Node's `process.report.getReport()` at: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/process.d.ts#L229 Defined as string, but should be a (JSON) object according to [their documentation](https://nodejs.org/api/process.html#processreportgetreporterr).
## Issue Description In the Dev docs on [`wp_list_users`](https://developer.wordpress.org/reference/functions/wp_list_users/), the default value of `exclude_admin` is wrong. It says `false`, but it should be `true` according to the source code. ##...