Greg Signal

Results 14 comments of Greg Signal

Ah this is perfect - I hadn't seen the final API for 0.6. I'd started to write a small plugin which allowed for a lot of the same things that...

I'm working in a Chrome extension so these shouldn't be issues - I'll let you know how it goes :) If it interests you, I've been using async functions to...

Ah this old chestnut. I'd come across the microtask issue a while back (though not Jake's extremely well explained post), but had dismissed it as I'm working on Chrome exclusively....

I've been using `docMeta` in our application for the time being and it certainly solves the problem, however having named attributes on an array definitely feels weird to me as...

I've been casually thinking about this one for a while since first seeing it. This approach `jsonApi.all('posts').then(({ posts, meta, links }) => { ...` - adding additional arguments for the...

[Fiddle](http://jsfiddle.net/mMrF3/3/) exhibiting the behaviour (console open, hover over the paragraph)

Thanks for the library reference—I'll check that out. As for a PR, I can put something together a little later this week. Have you gone so far as to build...

It seems you can get around that particular issue by specifying `JAVA_HOME` as below: ``` JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home mvn package ``` I'm getting test failures with that, which is where my expertise...

Here's the full log (and fairly long-winded at that) ``` shell $ mvn clean package [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building neo4j-gremlin-plugin 2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO]...

I've noticed it's running against 2.0.0-M5 as well; is there a timeframe for moving this to the final release?