Sam Minnée
Sam Minnée
I'm running djangorestframework 3.13.1 and djangorestframework-types 0.6.0 `GenericAPIView` defines a `get_queryset(self)` method. The type stub does not. It looks like djangorestframework-stubs package has added this - https://github.com/typeddjango/djangorestframework-stubs/blob/master/rest_framework-stubs/generics.pyi#L20 - is it...
It's unnecessary and if it's not correctly maintained it breaks things. For example here: https://github.com/steadlane/silverstripe-cloudflare/blob/1.3.0/composer.json * tag is 1.3.0 * version is set to 1.2 This makes it very difficult...
From http://open.silverstripe.org/ticket/1646 - see there for more discussion Google's suggestion in the sitemaps protocol is to provide it as a .gz file, and not just as an .xml file carried...
From http://open.silverstripe.org/ticket/5062 Google has a specific format for news, which are listed on news.google.com. http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=74288
Contact data is a pretty important part of a data warehousing project and so its exclusion is a significant gap. I see that the contacts API doesn't have an updated_since...
The Ticket Fields API - /api/v2/ticket_fields - provides important information such as the look-up values for ticket statuses. Docs here: https://developers.freshdesk.com/api/#list_all_ticket_fields It would be great if this tap included ticket_fields...
Sometimes it will be helpful to pull in all repositories of a github organisation. For this purposes it would be good to support "/*" as a repo name. You would...
If you had a very large number of repositories being fetched, say 50-100, it may be that you can never get through everything in an hour before you hit your...
Hey, I tried including this into a Bootstrap 4 / react-bootstrap 0.29.2 app, and it seems like it's a long way towards working. Key bugs I saw: - None of...
Right now an item on a ModelAdmin has the URL of: `/admin/(modeladmin)/(tab)/EditForm/field/(tab)/item/214/edit` This would be usefully contracted to without losing ambiguity: `/admin/(modeladmin)/(tab)/edit/214` * `$Tab/edit/$ID` Can be a new rule. *...