Dimitrios Flaco Mengidis

Results 14 comments of Dimitrios Flaco Mengidis

I see in the code replication of `this._config.baseUrl + '/users.json'` there could be a function like `this.url('users.json')` or even `this.url('users')` to do the handling. what you think?

@ShaunBaker Currently having a look at the test suite

From the test suite I can not see if the superagent is actually mocked. Are the test actually making requests to a localhost prediction.io instance?

@ShaunBaker Do you have any preferences on a mock library in node? I have used http://sinonjs.org/ in some projects

Hey Shaun, I am sorry but I did not have the time to do so. I would not be able to get on it till middle of September, unfortunately. On...

Is there any update on this pr?

@caitp I wil have a look and close the issue. Thanks for the moment

Unfortunately the issue remains. What I did was to clone the repo with latest commit [9fd8c04d9d3182e5f19128af26ab84b66e56e633](https://github.com/angular/di.js/commit/9fd8c04d9d3182e5f19128af26ab84b66e56e633) used gulp to build the cjs folder as is and then moved everything under...

Here is a gist with [cjs/annotations.js & diff between compiled versions without super() and we with super()](https://gist.github.com/dmtrs/fd0a3b300dde004778db)

@caitp I have removed the code and added to a gist. You mean babel need update to much current proposed decorator semantics?