Eric Carmichael

Results 56 comments of Eric Carmichael

This was fixed for me on Catalina just by installing XCode via the app store, phew!

Would it make sense to store this information/flag in a server-side cookie? That way it's not by IP or anything, just trusting the particular device storing the cookie. I _think_...

I think other references to BlowFish should be removed as well?

@manosim Do you think @alej0varas (maybe myself?) and @Ivaylo-Bachvarov could get access to get some momentum going here? I love this project! :)

@soraphis thanks! Can you fork + make a PR for this?

Using this combination of classes seems to work: ```python from rest_framework.viewsets import GenericViewSet from rest_framework.generics import ListAPIView, CreateAPIView, RetrieveAPIView, DestroyAPIView class DataViewSet(ListAPIView, CreateAPIView, RetrieveAPIView, DestroyAPIView, GenericViewSet): pass ``` I think...

No, no updates here. We need a way to help maintainers get updates through... some kind of reward system...

I believe I'm experiencing the same thing, here: #173