Pascal Deschênes

Results 29 comments of Pascal Deschênes

Ill have a look at how to do so. What could be possible is to have the plugin as a wrapper around the pure one. I'll keep you posted how...

@darkyen nope. never had time to uncouple. Feel free to fork my repo, modify and issue a PR. I might have some spare time in the upcoming week to tackle...

FWIW, that would be definitely a nice way to hook in a dynamodb-local instance for testing purposes.

Promise support would be a nice addition. Why not go the AWS sdk route where each function supports promises as ``` function(params).promise()... ```

I would have agreed to directly return a promise on unprovided callback for a pristine new library but for backward compatibility I think it would be safer to explicitly opt...

Any chance of getting this merged an release?

@Rayzen which library can't be found? Full output would be nice. Technically you don't to hand waf compile the module since it should be done for you through npm. Is...

Interesting. Glad you had it fixed. Maybe the readme.md should mention that it's aint working on v0.6.11...and/or explicitly remove this version from the engines.node property within the package.json (don't even...

I'm also experiencing this very same bug on Apple silicon chip. No hands on knowledge of go releaser but I feel the config could be updated to something similar to...

I’m onto v1.28.2 since this is the last release, which works perfectly on CentOS. I haven’t tried on master HEAD. I’ll give it a shot with the latest and report...