James Gillmore

Results 129 comments of James Gillmore

could this be the solution: http://stackoverflow.com/questions/18244108/meteor-0-6-5-update-underscore-error

Along with this, it would be nice if your editor showed red error messages on lines in the trace like it does for uncaught errors. I guess that's somewhat complicated...

Just wanted to give a little chirp that this issue still exists. I've noticed the issue also exists in general in the browser (i.e. without Wallaby). They are only properly...

Intercepting console.log actually is less important than being able to do it *as needed* in userland. Do you have an idea how to go about it, using the sourcemaps Wallaby...

Cloudinary needs to get React Native working with the exact same API as the node api ASAP. It's a major blunder that Cloudinary is this late late to the party....

@taragano any word on this?

@michalkvasnicak unfortunately the environment variables are already used by `development` and `production` and are only taken from `BABEL_ENV` (or `NODE_ENV` if not provided): https://babeljs.io/docs/usage/babelrc/ Most apps use development/production, so there...

...my bad, the function is working. i had a typo in the path. ...i think i tried this a while back and couldn't find any clues that the code was...

it actually doesn't look like there are any relevant environment variables I can use. Also, it won't be a solution anyone using webpack can use, as many people use webpack...

I'm actually working on a package that must work with both a webpack and a babel server, and I'm making a boilerplate example, so I'm trying to keep it as...