Nomeasmo

Results 11 comments of Nomeasmo

I have the same issue here. First issue was the correction $=require('jquery-browserify')

I think you can close if the documentation is updated.

I find `named` and `default` pretty important. Are there any concerns?

Vote for it. Had the same problem. Please correct.

You can delete the status. ``` curl -XDELETE 'http://localhost:9200/_river/mongodb/_riverstatus' ``` In my case I went the "brute farce" way in deleting the status, the meta and the index I rivered...

``` Javascript // On server Meteor.methods({ getInfo: function () { let accessToken = Meteor.users.findOne({_id: Meteor.userId()}).services.instagram.accessToken; return "baz " + this.userId + " " + JSON.stringify(HTTP.call('GET', "https://api.instagram.com/v1/users/self?access_token=" + accessToken, null ),...

Hi Sam, I do not use Travis, anyway runOnce now activated. Refer to the changes here: https://github.com/Nomeasmo/rtd/commit/45e81323393912b7c5d1374f33b98fde9efdfcc0 Oliver Am 12.02.2014 um 03:39 schrieb Sam Hatoum [email protected]: > without the closeWebdriverSessions...

Please refer to the pr #143 Let me know what you think about the limitation.

@Fandekasp does this happen also in the meteor-rtd-example-project? When does this happen? Only with runOnce option? Before acceptance test, in acceptance test or in the closeWebdriverSessions? Did you change all...

Just stumbled upon after I found the same solution.