Scott Nedderman

Results 3 issues of Scott Nedderman

The `getDefaultProfileName` call that is made when a name is not passed to the moize constructor was consistently triggering out of memory errors in an app I'm working on. Digging...

When building the project with Node 18, I get this error: ```shell Running "webpack:all" (webpack) task 10% [3] building 0/1 modules 1 active .../snedderman/src/ably-js/src/platform/web/index-webworker.tsFatal error: error:0308010C:digital envelope routines::unsupported npm ERR!...

It seems that this package is not compatible with Next's newer ["app" router](https://nextjs.org/docs/app/building-your-application/routing#the-app-router). The older "page" router works fine because its [NextApiRequest](https://github.com/vercel/next.js/blob/canary/packages/next/src/shared/lib/utils.ts#L202) extends IncomingMessage as your package requires. However, the...

enhancement