pfcodes

Results 13 issues of pfcodes

add `touchDragEnabled` to `CommonProps`

In the examples the verbs are past tense: ``` justquick (actor) closed (verb) issue 2 (object) on django-activity-stream (target) 12 hours ago ``` But the [spec](http://activitystrea.ms/schema/1.0/) the documentation says to...

docs

**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports. * **What is the current behavior?** When `CAMELCASE_ERRORS` is set to `True`...

🐛bug

# Description When installing into a project, the package functionality does not work with any of the users that already existed before the package was added. Presumably because the existing...

When using a proxy model. Using `ProxyModel.base_objects.all()` will correctly return a QuerySet of base model instances downcasted as proxy model instances. But using `base_objects` prints out this deprecation warning: >...

Looking to integrate this into a new project i'm working on but theres a vibe of a deprecated project here. The first reason is because there's no docs or even...

spelling fix

## Problem Currently, within this library, once a friend request is rejected, there's no option to allow the resubmission of that friend request. This can lead to a problematic situation...

## Describe the Bug Annotations and optimizations don't work on fields created with `strawberry_django.auth.current_user()` With the following code: ``` @strawberry.type class Query: user: User = strawberry_django.node(extensions=[IsAuthenticated()]) current_user: User = strawberry_django.auth.current_user()...

bug