Beck
Beck
[WARN] Download failed. [ERROR] Update failed for github.com/go-openapi/spec: Unable to update repository: exit status 128 [DEBUG] Output was: fatal: unable to access 'https://github.com/go-openapi/spec/': Could not resolve host: github.com[DEBUG] Unlocking https-github.com-go-openapi-spec
Tried to download manually via wget https://github.com/go-openapi/spec/ url and it downloaded it without problems. How the hell it can't resolve github.com? Via what it resolves domain then?
Guess problem is somewhere here: Repository caching and data caching for improved performance. I have multiple vpn and networks here and there... Possibly there is some caching going on and...
btw collapser binding would be good to have on property name too
100% reproduction with this code: ``` jsdom.env({ html:html, scripts:["http://code.jquery.com/jquery.js"], done:function (errors, window) { self.window=window; self.ready=true; self.emit('ready',window.$); // free memory associated with the window window.close(); }, features:{ FetchExternalResources : ["script"], ProcessExternalResources:...
Will try to create larger mana pool for this. Will report, when possible.
It's definitely leaking mate. I have just increased cap via --max_old_space_size=5000 and finally was able to finish my script up to the end. After checking memory consumption, it haven't released...
Will upgrade to latest version and test again. Currently at 9.8.3.

This was tested with latest 9.11.0 It's somewhere inside setChild as it seems.