valentijnscholten

Results 38 issues of valentijnscholten

I'm more interested in the distance covered and less in the steps. I would like to be able to set the app by default to show distance. I suggest a...

enhancement

Hi, When finding out why pip wouldn't install my requirements anymore for my project, I found out it's because `djangorestframework-jwt` doesn't work with (or is preventing installation of) `PyJWT` v2...

Hi, I am planning on implementing an activity stream which uses a hierarchy for the action_objects. For example: ``` Country -> City -> Street ``` The actions will be generated...

question

My main usage of the swagger docs is to try things with the API. It would be nice if we could disable the "Try it out" button and just have...

Hi, Can I suggest to adjust the logging of importing/loading extensions? When debugging issues, about 80% of my log files look like the below. Might it be sufficient to only...

needs-decision

### Current Behavior: When cloning a project, the ACL for Portfolio Access Control cannot selected to be included in the clone. ### Proposed Behavior: Allow the ACL to be cloned...

enhancement
access control

Not really a bug, but looking for the "best" (i.e. easiest) way to migrate a somewhat more complext construct from `drf-yasg`. There is some existing code in this project that...

The choices in a ChoiceFilter (enum) can be documented via the description, similar to what's already in place for OrderingFilter. This will help users, for example in SwaggerUI. No idea...

Forgive me if I am raising this in the wrong repo, but I'm trying to run `ct` from a GitHub action. This works fine, except that the `--check-version-increment false` flag...

I am trying to improve the performance of a django app I am contributing to. This app has a feature which is importing objects into the database. These imports trigger...

enhancement