Gabriel Sambarino
Gabriel Sambarino
The duplication between `/api/checkouts` and `/api/orders` is a legacy remnant; currently, we use `/api/checkouts` when operating on a non-finalized order and `/api/orders` when operating on a finalized order (i.e. one...
We need to add documentation on how to migrate to the new ACL system from either BoomersDigital extension, or the current ACL system.
Navigating code is challenging for new adopters. Can we create some sort of technical reference? Perhaps with automatic generators from comments blocks, if we have any?
Add a color theme switch like how colors.js has --no-color. --light-color and --dark-color. Originally suggested here: https://github.com/Automattic/cli-table/pull/99
There are some use cases where, on a subscription, users may need to skip the delivery of some items. This may happen e.g., when a subscription contains items consumed with...
301s are cached by browsers (at least Firefox and Chrome) with no expiry date. This poses a problem when we need to update redirects in some cases. I suggest adding...