William Holmes
William Holmes
#### Do you want to request a *feature* or report a *bug*? Security BUG #### What is the current behavior? `cross-fetch` Needs to be updated as the current version has...
version: `0.31.1` We have a requirement that our requests include a specific query, is that supported in any way? We are loading the editor using ... ``` loader.config({ paths: {...
## Question Can we (or is it possible) to hide the context menu when no menu items are enabled? ## Use Case On some occasions I might only see the...
A vulnerable version of the axios package is being included by cldr-data-downloader https://www.cve.org/CVERecord?id=CVE-2023-45857 ``` │ └─┬ [email protected] │ └─┬ [email protected] │ └── [email protected] ```
I've noticed If there is a network disconnect and messages (payloads) are published they get saved to client.queue () I've checked the queue and these are in the correct order....
## Proposal - It might be a nice idea to allow each table header to decide if it is sortable. Right now, the the able iSortable prop is used an...
Is it possible to ensure that err and res arguments are always object references so we can manipulate them? In some cases (ie. request timeout) res can be undefined. As...