Aamir Rind

Results 8 comments of Aamir Rind

@FlipperPA What you are doing is right, but you should do it after the gridder has been initialized e.g. with in `onStart` and you don't need to add any manual...

I understand completely what you are asking for. I have devloped the same system and It is not that easy. I will try to explain it here as easy as...

You need to make your datetimes naive (taking care of the timezone) before assigning it to activity, as feedly internally use naive datetimes. Django has [make_naive](https://docs.djangoproject.com/en/dev/ref/utils/#django.utils.timezone.make_naive) helper function for that....

Hi, 1. NO, this won't work as you said it has issues with pagination 2. No, `active` is just an example i may have multiple filtering parameters, keeping separate feeds...

I have not change the length yet. It is default.

Declare global variable: `var joyride_parent_id;` Set `joyride_parent_id` in `tip_template`: `joyride_parent_id = $(opts.li).parent().attr('id');` Send the parent id in `postRideCallback`: `settings.postRideCallback(settings.$li.index(), settings.$current_tip, joyride_parent_id);`

What is the proper way to upgrade from this [commit](https://github.com/pinax/pinax-notifications/commit/34018c9a84da5d9db4176e19c24113b1080959be) to [3.0.0](https://github.com/pinax/pinax-notifications/releases/tag/3.0.0)??