B.E. Henriksen

Results 6 issues of B.E. Henriksen

Nice work! As an idea, it would be great to have E notation to do 1e15 instead of 1000000000000000. Maybe other notation to where it makes sense too.

With `api.use('deepwell:raven');` in `packages/my:package/package.js` on Meteor 1.0 I'm getting > W20141106-21:00:15.256(1)? (STDERR) ReferenceError: Raven is not defined > W20141106-21:00:15.256(1)? (STDERR) at Object.initialize (packages/deepwell:raven/lib/main.js:27) from RavenLogger.initialize (in `packages/my:package/my:package.coffee`). Any idea why?

www.christianalfoni.com/cerebral/ https://github.com/christianalfoni/cerebral

With the current version, I'm constantly using `console.log`, and having a few issues with - the time it takes to add a console.log, even with Atom snippets - code pollution...

enhancement

### Issue description or question (Feature request) Would be neat if an inline output statement just after object declarations could be used to quickly output properties. ### Sample code ```javascript...

feature request

`npm start` seems fine (with(out) MIRROR=1). With `wallaby_client.js` ``` ReferenceError: Can't find variable: process at src/imports/testing/client/__meteor_runtime_config__.js:6:16 ReferenceError: Can't find variable: __meteor_runtime_config__ at src/.meteor/local/build/programs/web.browser/packages/meteor.js:36:0 at src/.meteor/local/build/programs/web.browser/packages/meteor.js:28:0 at src/.meteor/local/build/programs/web.browser/packages/meteor.js:1:0 TypeError: 'undefined' is...