Tad Lispy

Results 49 comments of Tad Lispy

Yes, I like it. So basically one will set the optimization level by passing `--optimize=` with default being `2`. And `--optimize` and `--debug` will be mutually exclusive. Let's see how...

I think it's done, but need to test some more before I'm confident to ask for a review. Below are a few observations (mostly for my own sake as I...

Of course there was a nasty bug, but now I think it's done. It would be nice to implement some tests to verify if the flag works as expected, but...

I hate nudging you @dillonkearns, but could you please take a look at my PR here?

Also we should have a requirement for PRs that introduce new features to provide appropriate tests. This should be stated in a PR template.

Hello @BaseNineStudios and @ginamako. Thank you for reporting. I'm sorry that I did not respond sooner. It's been a tense time for me on personal and professional grounds. Regarding the...

See https://github.com/npm/npm/issues/3055#issuecomment-304698029

Hello! Thanks for reporting. It's not intended and sounds like a bug. The temp directory should only be used during build. Then your dependency should be installed from there into...

Ok, that's weird. I will try to investigate it further later.

You should not need anything else than `install` script in your `package.json` (you already have that). I was referring to build of your dependency, which should be set up by...