Ivan Nolasco

Results 9 comments of Ivan Nolasco

Nice. I can take care of the piwik plugin

Hey guys, my apologies for the delay, I had some work commitments that took almost all my time and this got pushed to the side. But I'll be sure to...

I uploaded the initial commit to the piwik repo. Tomorrow I'll check on the existing open issues related to piwik and respond to each one, will also make a pull...

+1 If anyone wants to try the 0.5.x preview, add dependency: "everyauth": "git://github.com/bnoguchi/everyauth.git#0.5.x" In case you do not know already how to add github dependencies, which I didn't :P

This is old, but I have this issue and had to solve it with this, based on the answer by @daviddripps: ``` app.use('/login', function(req, res, next) { if (req.session &&...

Could this PR be merged please? Our team just upgraded to node v16, and this should solve the last warning on our logs. Thanks!

Just to be thorough and rule out the obvious, are you calling `$analytics.setUsername(the_user_id);`? Is there any place where it might be getting called again and set a null or undefined...

For tracking the user before login in, the easiest approach I can think of is using cookies to store a UUID for the user, and use that in the `setUsername`...

I don't think you can, at the very least not easily and/or without potential side effects. angulartics and the piwik plugin are just a wrapper around the default piwik tracking...