Aymen Qader
Aymen Qader
Hi, sure. I am not at all familiar with MSVC, but I can give my thoughts: I think the lambda-based approach is probably least disruptive and easiest to introduce. You...
Same error here on Chrome 55.0.2883.87. Firefox 50 shows "allocation size overflow" for location.js:18:12. IE 11 isn't showing any errors (apart from some HTML warnings) but it still doesn't stop...
Seems that this is an issue with files larger than 256 MB. I don't think we can use JSON.parse, maybe JSONStream will work though.
In order to fix this for good, I recommend using an input stream and parse it with [JSONStream](https://github.com/dominictarr/JSONStream). I've seen this issue in other projects and it's been resolved by...
Same problem with me. I'm going to look into a way to resolve it, but I don't want to break other things along with it. Sometimes it's not even an...