Nikita Korotaev

Results 6 comments of Nikita Korotaev

I think you are right. It is a generic event and a separate module is a good idea. In the current implementation, having 2 constants allows to disable funcitonalities separetly,...

I've refactored the code. Here is a summary of changes: - New modules: `duScroll.scrollNotify` & `duScroll.notifyAPI` - New directive: `du-scroll-notify` - you would place it on scrollable element. Listener broadcasts...

I had this issue when Metabase was deployed to AWS Elastic Beanstack and had a custom domain pointed to AWS via Cloudflare with https support. I had no certificate on...

I've also noticed that while creating own plugin. Here is the example of inconsistency from two different plugins. // angulartics-segment.js $analyticsProvider.registerSetUserProperties(function (userId, traits, options, callback) { try { analytics.identify(userId, traits,...

I'm following this project, but I never ended up implementing it just because of this dependency list. We are developing Angular app, and do not want to depend jQuery and...