Adam Biggs

Results 34 comments of Adam Biggs

I'm also experiencing this problem... - OSX 10.9.5 - VMWare Fusion 6.0.4 - Vagrant 1.6.5

+1 CoffeeScript keeps block comments in the generated JS, but removes single-line comments. There might be times when you don't want a comment block in the docs, but you do...

@visionmedia You forgot something on line 1: ``` # Generated by JavaScript ``` :)

I just wasted hours trying to figure out why my `__mocks__` weren't working... Turns out it was `resetMocks: true` in my `jest.config.js`... Why would you ever want to reset manual...

Any updates on this? I want to enforce our organization's standardized eslint rules in SST services.

Same issue here using the latest `3.150.0` version of `@aws-sdk/lib-dynamodb` and `@aws-sdk/client-dynamodb`. When I try to send a simple `QueryCommand` I get the following TS error: ``` Argument of type...

It looks like the issue was introduced somewhere between `3.105.0` and `3.109.0` (the versions in between those don't exist on npm). `3.105.0` is the latest version I can get to...

This issue seems to have been resolved for me after updating to `3.170.0`.