Dean Radcliffe

Results 36 issues of Dean Radcliffe

@stubailo, The work I did earlier has been put into https://github.com/deanius/meteor-promise. It has pretty full test coverage and as we discussed, is robust enough to handle the use cases of...

``` git clone reactive-method cd reactive-method open http://localhost:3000/ meteor test-packages ./ ``` Progress! I've added, and passed more test cases, and to my surprise a fix was under my nose...

A handler attached via `on` may want to have its completion and error notifications be of a certain type. Currently the `type` property of the 3rd argument specifies how to...

enhancement

I haven't read your implementation yet, nor do i expect you to read mine, but https://github.com/deanius/antares has got that too- syncing a Redux store from the server. See actions `Antares.store`,...

Given the following, shouldn't the test fail if the scheduled code runs _after_ the code that runs the assertion ? What is the reason for this behavior, if it's not...

We have cli scripts that we want to call a ddp method, obtain the return value, then exit.. Can this be done with the tool in its current state?

Also updates project to have a package.json and Gruntfile.js - can be useful for npm publishing and running linting and other tasks..

I'm working on a requirejs version - does i3d3 need to depend on jQuery ? zepto ? or is this code even called...

In Meteor 0.8 with its new templating engine allowing for finer-grained updates, some syntax has been deprectated per here: https://github.com/superstringsoftware/observatory-apollo/issues/3 ``` app.html:31: Reactive HTML attributes must either have a constant...