Ciprian Toader

Results 2 comments of Ciprian Toader

![image](https://user-images.githubusercontent.com/18519338/55580620-7197a880-5777-11e9-8402-0f2288fdcd65.png) Build errors: https://travis-ci.org/OmniSharp/omnisharp-node-client/jobs/514867669 ``` languageserver/server.ts(582,22): error TS2345: Argument of type 'RequestType' is not assignable to parameter of type 'string'. languageserver/server.ts(582,53): error TS7031: Binding element 'textDocument' implicitly has an 'any'...

One such error seems to be related to the custom version of lodash used in this project. The error is on this line: https://github.com/OmniSharp/omnisharp-node-client/blob/master/lib/reactive/ReactiveCombinationClient.ts#L57 ``` protected makeObservable = (selector: (client:...