Maciej Brencz

Results 130 comments of Maciej Brencz

After running the following I'm even more for it :) ``` macbre@debian:~/github/phantomas$ du -hs node_modules/ 202M node_modules/ ```

@EFF thanks x3! As for the `phantomas-reporter-cloudwatch`: [the package is on npm](https://www.npmjs.com/package/phantomas-reporter-cloudwatch), I guess we can now remove this reporter (and its dependency) from the main phantomas repo.

@EFF, I might have misunderstood the point of this ticket, but shouldn't we exclude `phantomas-reporter-cloudwatch` package from `package.json`? If someone wants to report to cloudwatch, then just run `npm install...

No worries, we're on the same page now :)

Check [onPageCreated event](https://github.com/ariya/phantomjs/blob/master/src/modules/webpage.js#L232) to get HTML received from server (with no changes from JS).

Waiting for https://github.com/ariya/phantomjs/pull/11484 to be able to get not modified HTML of the page (i.e. without any changes done by JavaScript code)

Waiting for #313 - SlimerJS provides content of HTTP responses

I'd rather use SlimerjS' ability to provide response's body.

> I installed some local dependencies What were these dependencies?

@xiuhonglee, are there any debug log messages emitted before the error shows up? Please provide npm and nodejs version. Are you installing from npm or cloning git repo?