Anders Wasen

Results 20 issues of Anders Wasen

## Environment * `chrome-aws-lambda` Version: 5.3.1 * `puppeteer` / `puppeteer-core` Version: 5.3.0 * OS: Linux * Node.js Version: 12.x * Lambda / GCF Runtime: `nodejs12.x` ## Expected Behavior A PDF...

bug

Running the code like: ``` sql = `INSERT INTO unit (unit_name, supplier, deleted, "createdAt", "updatedAt", uuid) VALUES (:unit_name, :supplier, :deleted, :createdAt, :updatedAt, :uuid) RETURNING id`; const results = await rdsds.query(sql,...

Love the module and I want to start with a huge Thank you for your efforts! I'd love two addons in functionality, the first being to "default" to `.value` if...

enhancement

Thanks for the package! I love the simplicity of the useage! We've been using `p-map` as well in some projects but due to the "structure" of it it is sometimes...

enhancement
question

Thanks for your hard work! It's truly great! I ran into an issue with a new onboarding as their key is not supported. I get an error stating "Unknown public...

`plugins: - serverless-secrets-plugin - serverless-kms-secrets` If I have `serverless-secrets-plugin` as well as `serverless-kms-secrets` and try to add a "KMS variable" I get error: ``` ServerlessError: This command requires the --password...

I am using `dynogels-promisified` (so please let me know if this should be in another repo) and I have the below snippet in an `async` function but for some reason...

more info

First off! Thanks so much for fixing this! I did a "clone" previously (https://www.npmjs.com/package/serverless-offline-aws-ssm-local) that has been working well up until the latest release of Serverless so I was digging...

Thanks for this, **it works just fine if you follow the instructions for install!** Also note that ImageMagick does NOT work on other platforms than Linux (it works fine in...

### Expected Behavior When typing in a URL I'd expect the auto-complete list/box to pop up under the URL textbox after the set delay (1200 ms) and disappear after I...

B-bug
S-unverified