Nathaniel Wroblewski

Results 8 comments of Nathaniel Wroblewski

I am experiencing similar issues with the SQS Client: ``` error: TS2345 [ERROR]: Argument of type '{ runtime: string; base64Decoder: Decoder; base64Encoder: Encoder; bodyLengthChecker: (body: any) => number | undefined;...

I tried rolling back to previous versions all the way to 3.0.0 and no prior version seems to pass the type checker either.

Still experiencing this -- is there a workaround?

It looks like this may be caused by setting [alpine 3.10 in the dockerfile](https://github.com/deliverybot/helm/blob/1c1b8b6230001a6a3bdb3eee1e8e3f96cd14fca5/Dockerfile#L1) and [installing the aws-cli from edge](https://github.com/deliverybot/helm/blob/1c1b8b6230001a6a3bdb3eee1e8e3f96cd14fca5/Dockerfile#L9). If bumping to alpine:3.15 [there's an aws-cli available](https://pkgs.alpinelinux.org/packages?name=aws-cli&branch=v3.15), where for...

Experiencing the same issue where `client.get` hangs infinitely (node-redis version ^4.0.0)

I'll try to whip something up. Thanks, @radar.

@radar, I'm able to circumvent this by appending the `.deface` suffix to my haml partials. I'm not too familiar with this gem though, so I'll try to spin up a...