Kassinity
Kassinity
This package breaks usage of IncomingMessage as AsyncIterator. Including libraries like: [got](https://www.npmjs.com/package/got). ```js for await (const chunk of request) ``` Leads to: ``` TypeError: Cannot read property 'readable' of undefined...
`package.json` ``` "dependencies": { "fastify": "^4.3.0", "mercurius": "^10.1.0", "mercurius-codegen": "^4.0.1", } ``` Steps to reproduce: * Clone https://github.com/api-haus/mercurius-codegen-bug * Run `npm install && npm run codegen` to generate code TypeScript...
## Related: - https://github.com/Auburn/FastNoise2/pull/88#issuecomment-1406932637 - https://github.com/Auburn/FastNoise2/actions/runs/17335519552 - Latest NewFastSIMD Branch (relevant as to [Commit `1aa0d6d`](https://github.com/Auburn/FastNoise2/commit/1aa0d6d434a022f16df374eb463c56ad6ee46332)) --- TL;DR Issue persists on latest version of NewFastSIMD branch. Reporting issue here for tracking....