vlafranca

Results 9 comments of vlafranca

Hi, I have made a fork for this purpose : https://github.com/vlafranca/photoviewer-swipe

Hi, I just found a solution using django rest framework, here it is : ``` from rest_framework import serializers class GetActivities(generics.GenericAPIView): queryset = '' def get(self, request, version): feed =...

> I have a question that when using redis to save notification feed (count, seen/unseen, read/unread) on ram, what happen if redis was restarted and how to init these value...

Hi, You must have a css conflict somewhere, I already got this issue and it was because of a rule being overwritten somewhere (it was long time ago and I...

Can you make a codepen please ? Le 3 juin 2016 12:36 PM, "Florian Kolb" [email protected] a écrit : > Hey, > thanks for this little tutorial but it doesn't...

So the error comes from your project ^^ you have to debug ... Le 3 juin 2016 1:14 PM, "Florian Kolb" [email protected] a écrit : > Codepen is created and...

I think the require-returns fixer is not also missing, is it possible to add it to the list ? Or am I mistaken ?

+1, would be great !

Hi all, I made the update to display half stars on my fork : https://github.com/vlafranca/ionic-rating Waiting for the pull request to be accepted, see : https://github.com/fraserxu/ionic-rating/pull/23