MooYeol Prescott Lee

Results 17 comments of MooYeol Prescott Lee

Hi @DamodarSojka, Thanks for your report :) I just looked over fbevent.js scripts, and i found that **facebook pixel script caches url of initial landing page internally, and it couldn't...

Ahh yes yes. you are correct. Sorry for your inconvenience 😢 Something was changed on Pixel tracking script since Apr 2016. [By default, Pixel script registers some location related event...

Hello. DKIM related messages should not be displayed if you’ve disabled dkim. Could you share your construct usage?

Setting `dkim: true` to DnsValidatedDomainIdentity Construct props will provision additional resources for DKIM, and will perform DKIM Verification by calling SES API. If you've enabled DKIM and stuck with "Waiting...

You can make your own stream by using [gulp-rework](https://github.com/sindresorhus/gulp-rework) with [rework-plugin-url](https://github.com/reworkcss/rework-plugin-url) :) like this (note that script is written in coffeescript): ``` coffeescript $.rebaseCSSUrl = $.lazypipe() .pipe () -> return...

https://github.com/balmbees/suspicious-serverless/blob/master/src/services/content_dispatcher.ts Here is our service code which uses serverless-chrome with puppeteer :)

Hi @lorenzos, Glad to hear that my code was helpful :) As you know, [serverless-webpack plugin installs **external** dependency.](https://github.com/serverless-heaven/serverless-webpack/blob/master/lib/packExternalModules.js#L305) In my case, [i specified @serverless-chrome/lambda as external module](https://github.com/balmbees/suspicious-serverless/blob/master/webpack.config.js) ([and here](https://github.com/balmbees/suspicious-serverless/blob/master/serverless.yml#L12)),...

In most cases, I highly recommend not using webpack-node-externals with webpack. By default, webpack-node-externals returns all of dependencies of your project ([see description](https://github.com/liady/webpack-node-externals#description)). so that's why everytime you are building...

If you guys interested in typescript definition for typescript-based project. Please checkout [our serverless-chrome typescript definition file](https://github.com/balmbees/suspicious-serverless/blob/master/src/interfaces/serverless-chrome.d.ts)