Parris Khachi

Results 9 comments of Parris Khachi

This could probably be resolved?

Yea, I'm getting this as well (I think). I found that restarting my computer makes the non-debug mode work better.

Cool. Ive been using grunt-contrib-jasmine btw. Might be helpful to throw something to test. On Jun 16, 2014 1:25 PM, "Jonah" [email protected] wrote: > JSReporter2. I haven't checked how the...

In fact nothing between version 1.x and 2 exists: ``` npm http GET https://registry.npmjs.org/jasmine-jquery npm http 304 https://registry.npmjs.org/jasmine-jquery npm ERR! notarget No compatible version found: jasmine-jquery@'>=1.0.0-0

As an "ok" temporary workaround I found this fork: `git+ssh://[email protected]:quangv/node-jasmine-jquery.git#v1.3.3` I directly referenced it in my package.json; however, github urls in package.json are non-ideal due to constant downloads/reinstalls/untars. Plus it...

Yea, that's what I mean. I started messing with this earlier today actually. I don't think its too bad. I found that I needed to access `this.props.children[0].theGeneratedMesh.matrix`, of course, it...

Here's what I have so far, and some comments about the problems I see with it. ``` import React, {Component} from 'react'; import {Mesh} from 'react-three'; import THREE from 'three';...

@mikach, @hipertracker seems to be invested in keeping requirejs-babel up to date. The babel team has referenced this repo as the way to use babel with requirejs. Can we merge...

Sounds good to me. This worked in our build system. I noticed that hipertracker's fork had the babel_core polyfill and external_helpers in there. Are these dependencies baked into the `5.8.22.min`...