James Gillmore
James Gillmore
everything is a fresh install for me, all the way down to Atom. The React Native dev server properly operates from within Atom.
I.e. does it work with the component tree's meant for serialization/snapshots: ```javascript import renderer from 'react-test-renderer' import { querySelectorAll } from 'bill' const tree = renderer.create().toJSON() const matches = querySelectorAll('div',...
page.onConsoleMessage is setup to render/resize/upload for all connected phantomjs renderer workers
page.onConsoleMessage is called for all connected renderers. some sort of flag should be set in the screenshot.coffee code so that each request is only rendered by one renderer.
Are their android libs that get us part of the way there, and how close? 75%? 50%? 95%?
Hey there @greghe i made something dope with your system--thought you might like to check it out: https://www.youtube.com/watch?v=McUXH0HEcXI I used 2 separate particle systems (each with one cell): -one cuboid...
I'm getting the following error: ``` => Running Meteor from a checkout -- overrides project version (0.7.0.1) [[[[[ ~/Meteor/emilio-television ]]]]] => Meteor server running on: http://localhost:3000/ W20131226-02:49:00.948(-8)? (STDERR) /Users/jamesgillmore/.meteorite/meteors/meteor/meteor/cbde5bd4875524f3ade7f3baef417a43ec1b9474/dev_bundle/lib/node_modules/fibers/future.js:173 W20131226-02:49:01.048(-8)?...
### Issue description or question If you catch an error (syncronously or using promises), `error.stack` is very unhelpful because it's not source-mapped. Here's an example: ```js try { throw new...