Dean Sofer

Results 242 comments of Dean Sofer

Random questions: - Why aren't you calling `setUserProperties` first? - Does sending user props cause mutations? - Instead of making every library that takes an object, clone the arguments _just...

I feel like exploring something like event namespaces might be useful. Like `ga.user_clicked_like_button` or `support.cancel_button_clicked` where you would specify a namespace for an integration to bind to.

It would be interesting if we could do something like `$analyticsProvider.namespace('support:', ['intercom', 'segment'])` where the first argument is any arbitrary string you wish to specify as a prefix for your...

I believe we should expose a method or live cycle callback or maybe just use a $broadcast on the rootScope and you will be able to perform whatever checks you...

Does a route change success fire during a redirect?

I am having some difficulty following this code. Could you perhaps tell me why redirectTo sometimes returns a string and other times returns a function?

If I could only figure out how to access `cwd`, I would push a patch myself.

@binarykitchen I'm assuming you're using this alongside usemin?

Unit tests are not executed on devices, they're executed in test runtimes.

I had a problem with the wrong architecture of node due to volta. `volta uninstall node` fails and node is the only cache that actually matters. I fixed it by...