Mohamed Boughaba

Results 24 comments of Mohamed Boughaba

Great, Thank you for the confirmation. Will it help if we add those as peer dependencies? this way one would get a warning about it.

~~Yes, that is a better solution. However `angular-xml2js` will need to be maintained separately.~~ @Leonidas-from-XIV I created [browser-xml2js](https://github.com/mboughaba/browser-xml2js) as suggested. Now I need to publish an npm package and keep...

@krojew what do you mean? I use this and browser-xml2js in angular and build is fine

@GRardB try to do manual auto completion without ycm activated. If that works fine it is most likely ycm and tsuquyomi integration problem.

Hi @fickmj Make sure to add `api-ai-javascript index.ts` to your tsconfig files include (`tsconfig.app.json` and `tsconfig.spec.json` ) ```json { "include": [ "**/*.spec.ts", "**/*.d.ts", "../node_modules/api-ai-javascript/index.ts", "./main.ts", "./polyfills.ts" ] } ```

you need to add the missing files in your include. The example I gave works with my setup 🤣 you need to adapt the relative paths in the include array...

It seems that `IServerResponse` interface is missing a lot of properties. ![image](https://user-images.githubusercontent.com/3800584/37137577-a2caa7ce-22a6-11e8-9cc9-8a0287a5a7cb.png)

Hi @ches Coming back to the same example: ```vim Ack! "TODO|FIXME|NOTE|HACK" ``` It is possible to highlight all the matches simply by using vim's built-in `hlsearch`. ### what I suggest...

Hi @FR4N7Z According to the help ``` ==== ack.vim quick help =============== *?:* a quick summary of these keys, repeat to close *o:* to open (same as Enter) *O:* to...