Timothy Allen
Timothy Allen
Hey @MikeyManoguerra! The Django deployment docs are intentionally vague, since there are so many ways to skin that particular cat. That checklist is a good starting point, but there's a...
(PS: I wish I had more time to pitch in to this project, but my free cycles go to my volunteer work for recovery meeting technology over here: https://github.com/code4recovery/)
This version is still available on CDNJS and is still a security vulnerability. You're only making the problem worse by continuing to host this version, especially since it is still...
@MattIPv4 We have similar discussions as part of the PyPA, but allow users to remove accidentally published files on PyPI... albeit with plenty of warnings before deletion. GitHub does the...
Thanks for your efforts in developing this awesome add-on. :) Here's a stack trace I'm getting, just in case it helps. ```lua Message: ...dOns\WorldQuestTracker\WorldQuestTracker_Tracker.lua:492: attempt to index local 'color' (a...
@thibaudcolas While I wouldn't say this makes it unusable by any stretch, I have heard reports from our users who spend a fair amount of their week in the Wagtail...
@MrCordeiro Howdy! It's a blurb promoting this year's Wagtail Space developers' conferences in the Netherlands and the United States. My apologies, I forgot to fill out the detailed description when...
@rptmat57 @melvinkcx This is a PR for `NULL` fields. I'm pretty sure we still need to merge this one to cover all edge cases, but wanted to run it by...
The rendering code relies on customizing the `Serializer`. Can you try passing the DRF generic one? ```python from rest_framework.serializers import Serializer class Export(XLSXFileMixin, Viewset): queryset = "" serializer_class = Serializer...
Right now, it only includes one sheet with the result set. How would you see multiple sheets used when there's only one result set provided by Django REST Framework available?