Nicolas Toublanc
Nicolas Toublanc
Very good start! It could be a good inspiration for anyone wanting to work on it. Since this time, TypeScript (now [2.1](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-1.html)) has been very popular with the release of...
Maybe adding an example in README page would be helpful. Related to #55
You can send custom events that way: ```ts matomo.track({ url: pageUrl, e_c: category, e_a: action, e_n: varName, e_v: varValue, }); ``` If you don't provide url, the server refuses the...
I have no problem with a recent create-react-app, so I guess you can close this one.
Il serait peut-être pertinent de faire des pages séparées pour les DOM: - chiffres séparés - carte centrée sur le territoire En effet, les situations peuvent être très différentes d'un...
Actuellement, il y a déjà la possiblité de cliquer sur un département pour isoler les données. Donc une solution simple pour répondre au besoin serait peut-être juste d'y associer un...
@enavarro222: instead of patching node modules in a post-install script, @rezonant suggests [here](https://github.com/angular/angular-cli/issues/10681#issuecomment-400913986) to use tslint patch. Create an empty operator in file src/noop.js: ```js // ngx-translate-po-http-loader hack: replace missing...
As this module requires gettext-parser which requires node itself, I end up by converting the po file to json using node before building the application (each time my po file...
+1 Would be very helpful!