Thierry Templier
Thierry Templier
@JonnyBGod thanks for your comment! I can't find the documentation you mentioned. I tried to use it this way: ``` (...) ``` I expected to have a class added /...
@JonnyBGod following your message, I investigated a bit more the problem. In fact, we need to specify a value as a number: ``` (...) ``` Thanks for the great tool!
In fact, it's not related to ng2-scrollspy but to Angular2. You can only specify modules into the `imports` property of a module. Regarding the `ScrollSpyAffixDirective` directive, you need to set...
Hello @egeste, Did you finally find out the solution for this problem? Because I can't make the context feature to work... See this issue: https://github.com/axa-group/nlp.js/issues/232. Thanks for your help! Thierry
Thanks very much for your answer! I think I missed something... I use the version 3.4.0. I tried with and without an `addNameEntityText` with this code but the `name` variable...
There are several problems here: - You need to exclude `typings/main` and `typings/main.d.ts` within the tscconfig.json file ``` { "compilerOptions": { (...) }, "exclude": [ "node_modules", "typings/main", "typings/main.d.ts" ] }...
I don't know. I'm sure Pandoc is a great but I can't install and make it work. The tool isn't in the public repositories for Debian / Ubuntu and I...
Okay. Sounds good to me
Yes, I finally installed it. Doesn't know what exactly happened the first time I tried to install it...