Andrew Sprouse

Results 4 comments of Andrew Sprouse

This happens in `serverless-offline-dynamodb-streams` on [line 165](https://github.com/CoorpAcademy/serverless-plugins/blob/f5f0cc904bd795fa8b230415887f7f2d1ea2764f/packages/serverless-offline-dynamodb-streams/src/index.js#L165) you can observe `end` being emitted by simply inserting an on call to the readable: ```js const readable = DynamoDBReadable( dynamodbStreamsClient, streamARN, assign(this.config,...

How do you propose we continue to support users of 0.5.x? Release to npm with a beta version like the core library is doing? I've been heads down lately working...

@zkochan Is there a reason `extend-node-path` was removed? Before upgrading to v7 I used this to workaround the issue. Now the suggested fix is to set `hoist=false`. We have always...

I am trying to get PNPM to work with [NX](https://nx.dev/) and this issue breaks distributed task execution. Since NX uses PNPM to run `package.json` scripts shimming the node path leads...