Caolan McMahon

Results 62 comments of Caolan McMahon

No, there isn't a nice way to pass options around inside nodeunit core, only within test reporters. I'd like to fix this and I'm open to suggestions. Perhaps you could...

We already wrap tests in try/catch, if you're using async methods inside the tests then the actual exception may appear elsewhere. Please submit a test case which demonstrates your problem...

@nfriedly yes, I think a property in package.json is the way to go in this case :)

Yes, this is something I'd like to support since Jam will probably need to know which dependencies will be made available via CDN so it doesn't add unused packages or...

You can use github's downloads to install a tagged version of your package "jam install URL" where URL is pointing at a .tar.gz file with a package.json file. You can...

There is currently no way to do this, all minification is automatically handled by the requirejs optimizer. I can see that in some rare cases such as lo-dash it would...

That would mean users of the package would always be loading the minified build, which is probably ok. It might be worth checking what happens when it goes through "jam...

I've been using Lo-Dash recently btw and quite enjoying it. I use _.partial a lot, always seemed strange it wasn't included in underscore. Keep up the good work :) On...

All in good time :P -- more important than that is a way for people to easily swap underscore for lodash when using jam packages that depend on the former,...

And I've dragged this issue way off-topic :)