Dimitrios Flaco Mengidis

Results 7 issues of Dimitrios Flaco Mengidis

Currently the definition of post & put methond in ACurl is different from the get, delete & head. I consider that this function should have consistent signatures. Get, delete, and...

There is a case where the druid cluster is setuped for multiple hosts. This introduce 307 redirect response in case of host being busy. request library has `followRedirect` (default: `true`)...

``` javascript var prediction = require('predictionio')({ key: 'xxx',//add valid key here baseUrl: 'http://127.0.0.1:8000/' }); prediction.users.get('nonexistinguserid', function (err, res) { console.log('err', err); console.log('res', res); }); ``` Results in ``` javascript null...

I got latest master and faced the following errors when running tests: ``` 1) Reader() streaming should read a large avro data stream compressed with deflate: Uncaught ENOENT: no such...

My setup is `babel v5.4.3` and `mocha` testing suite and I am trying to use `di ^2.0.0-pre-14`. I have a require hook for my tests that looks like: ``` js...

### Describe the bug REST API call to create patient insurance has `date_end` validation but is not persisting the field. When passing `date_end` the information is not persisted. ### To...

### Where are you having the issue - [X] GraphQL - [ ] JSON API ### Is the issue affecting one of the two elements below ? - [ ]...

server
issue