Jason Williams
Jason Williams
That’s ok, I think fixing the error may help anyone in future who comes across this too, maybe with a helpful message? As for perf record not producing any samples...
thank you for investigating! I’ll follow https://gendignoux.com/blog/2019/11/09/profiling-rust-docker-perf.html as running the same command directly on my Mac it works much better, so I thinks there’s some docker limitation at play also....
See https://github.com/mscdex/node-ftp/issues/277
See https://github.com/mscdex/node-ftp/issues/277
Thanks @jeff-hykin do you know why it currently parses line by line? It seems if tree-sitter was added in you could replace the loop and just pass the whole lot...
Thanks for the quick reply @evilebottnawi `loglevelnext` v1 -> es6-symbol -> es5-ext -> next-tick which is causing quite a few warnings for some reason. `loglevelnext` v3 -> no dependencies https://github.com/medikoo/es5-ext/issues/91
@evilebottnawi im not sure what you mean, we're only using webpack-log, nothing else has a dependency on `loglevelnext` for us
we are using `webpack-dev-server` which pulls in `webpack-log`
@evilebottnawi cool, it might be good to bump this dep to v3 as an interim if the API hasn't changed? Its also pulled in by `webpack-dev-middleware`
@cxbrooks i think this project is dead, ive started working on a rewrite over at https://github.com/jasonwilliams/boa it might take a while to get it back up to where this is...