Tam Huynh

Results 8 issues of Tam Huynh

``` Django==3.2.12 wagtail==2.15.4 puput==1.1.3 #settings DEBUG = False STATICFILES_STORAGE = 'myproject.utils.CustomManifestStaticFilesStorage' ``` Puput is working, i created a first blog page, all good, nothing wrong but when i navigate to...

``` django-taggit==2.0.0 django-taggit-serializer==0.1.7 ``` ``` class Blabla(TaggitSerializer, serializers.ModelSerializer): tags = TagListSerializerField() ... ``` ``` ...site-packages/taggit_serializer/serializers.py", line 108, in _save_tags getattr(tag_object, key).set(*tag_values) TypeError: set() takes 2 positional arguments but 3 were...

Backward compatibility with client when using PageGraphqlPagination Issue: ``` //client query { users { totalCount results { id } } } ``` Output: ``` //old version { totalCount: 1, users:...

Hi everyone, i'm playing with django-activity-stream docs Custom Action Data https://django-activity-stream.readthedocs.io/en/latest/data.html and i found an issue, i seem can't query Action like the docs describe. env ``` Django==3.2.9 django-activity-stream==1.4.2 ```...

This issue is a: - Bug report Dockerfile ```Dockerfile FROM node:18 ``` ``` docker build -t node18 . docker run -it --name node18 node18 bash # npm install -g nwb...

client submit page:0 will cause exception ``` #graphene_django_extras/paginations/pagination.py:209 assert page != 0, ValueError( "Page value for PageGraphqlPagination must be a non-zero value" ) ``` should it return empty data?

The warning shows on android, all images rendered, not sure why the warning `ReactImageView: Image source "null" doesn't exist` `"react-native": "0.72.4",` ` "@freakycoder/react-native-progressive-fast-image": "^1.0.0",`

Julian Egelstaff at php dot net: In some situations, the union operator ( + ) might be more useful to you than array_merge. The array_merge function does not preserve numeric...