David Pacheco

Results 82 comments of David Pacheco

I'm not sure. It works for me: ``` dap@Dave-Pachecos-Macbook ~ $ npm install heapdump npm http GET https://registry.npmjs.org/heapdump npm http 200 https://registry.npmjs.org/heapdump npm http GET https://registry.npmjs.org/heapdump/-/heapdump-0.0.4.tgz npm http 200 https://registry.npmjs.org/heapdump/-/heapdump-0.0.4.tgz...

That wouldn't be surprising. I haven't touched this in a while; it was mainly an experiment. The approach I've taken for this problem (pretty successfully, FWIW) is using core files...

There's no such guide, but I could help out if you're really interested. We built an AppleScript/web application that runs on OS X and makes it fairly user-friendly to record...

The two components that I purchased were: - iGrabber: I bought [this one on Amazon](https://www.amazon.com/gp/product/B002LRMOPO/). This captures video from the N64 and connects to a Mac using USB. This one's...

Nice. In general, I believe we haven't made changes to the javascriptlint in this repo except for the build system. I had assumed the original project was abandoned, but I...

Cool. Definitely not saying we can't land this in the meantime, though if we don't get it upstreamed and we do sync up, we'll probably lose it.

Thanks for doing this. Sorry it's taken me a while to look closely at it. I tried to clone it but ran into this: ``` $ ./build/install/jsl Traceback (most recent...

Thanks for fixing the issue above. On the joyent/manta-marlin repo, where we run it over 54 files, I found two things of note: - The new javascriptlint took 24 seconds...

Thanks for the report. This is one of those cases where the lint warning is a heuristic that often catches real issues, but also has a fair number of false...

I'd suggest trying again with the latest master, as we just made some build changes and I was able to build and run under Linux.