Andy Wermke
Andy Wermke
Hey @leumasme. You need to use a `type MyEvents =`, not `interface MyEvents`. See #27. The readme has been updated, a new release with updated jsdoc has not yet been...
Hey there! I don't know if you saw it already or if it's still an urgent topic for you, but threads.js now supports inlining worker code using [BlobWorker](https://threads.js.org/usage#blob-workers), so you...
Hey @peoro! Sorry for the late response. I have been trying to have a quick look into this issue for todays, but I was just too busy. Do you use...
Still not working with new v0.5.0. At least node 10 works now 🙄 Those native V8 bindings are a horror...
Sorry for the late response. Yeah, that sounds like a good idea, but it will come with some effort, as memwatch also provides the heap snapshot diffing - we would...
@brandonros Sorry once more for the late response – just so much to do... I think `getHeapStatistics()` won't do. What we'd need to use is `getHeapSnapshot()` (`v8` module in node...
More dead than alive at the moment, tbh. We would really need a more stable solution under the hood that doesn't break with every other node.js release which is not...
Thanks for bringing this back up, @OmgImAlexis. Unfortunately, I don't have the time to update it / re-implement it for today's node.js, though. So I don't really see a short-term...
Hey Tuna. I am not too familiar with Vue.js, but maybe someone else will read this issue who can help you. Keep in mind that testing frontend components might be...
Yeah, even if you should only be able to write always-failing tests, the heap output might still be helpful 👍