Ken Beaudin
Ken Beaudin
## Describe the bug **Node.js version:** v20.9.0 **OS version:** Ubuntu 22.04.3 LTS **Description:** Next.js v"13.4.0" When running jest + supertest simple API end point test we get the following error....
Commex [#19922](https://github.com/ccxt/ccxt/issues/19922) Partial implementation: base, fetchMarkets, sign, fetchOHLCV, fetchStatus and fetchOrderBook Commex API Documentation: https://www.commex.com/api-docs/en/index.html#rest-open-api
### Has this bug been raised before? - [X] I have checked "open" AND "closed" issues and this is not a duplicate ### Where did you find this bug? Creating...
### Description The following tests found in test/home.spec.js ```js test("Footer link goes to GitHub", async ({ page }) => { await page.goto("/"); const getFooter = page.getByText("Powered by EddieHub"); await getFooter.click();...
## Describe your changes Introduction new functionality formatRFC822 "This standard specifies a syntax for text messages that are sent among computer users, within the framework of "electronic mail". [RFC822](https://datatracker.ietf.org/doc/html/rfc822) ##...