validator / grunt-html

Grunt plugin for HTML validation, using the official Nu Html Checker (v.Nu)
MIT License
180 stars 41 forks source link

Consider maxBuffer in Chunkify #151

Closed pgollangi closed 3 years ago

pgollangi commented 4 years ago

Hi,

I came across a scenario when multiple files are inputed to vnu.jar, which overall side exceeding more than 20BM (with #24 ),

To fix this, I'm using maxBuffer also while chunkifying all input files to grunt task.

pgollangi commented 4 years ago

@XhmikosR can you please take a look at this?

XhmikosR commented 4 years ago

The problem with this is that I have no idea how to test the patch.

/CC @sideshowbarker

sideshowbarker commented 4 years ago

The problem with this is that I have no idea how to test the patch.

I don’t really know how to test it either…

XhmikosR commented 3 years ago

I'm going to close this since it's become outdated. Feel free to open a new PR with tests later.