Ashwani Gupta
Ashwani Gupta
@shashaBot You can already do that by setting [COMMENTS_XTD_MAX_THREAD_LEVEL](https://django-comments-xtd.readthedocs.io/en/latest/settings.html#comments-xtd-max-thread-level) to `1` and replying to parent comment when thread level is maxed out.
@danirus @getup8 To add to this discussion, I think at this moment, the JS plugin is too much tied up with the `django-comments-xtd` package itself. I think it should be...
Hi @danirus Thanks for this awesome comments package `django-comments-xtd`. I would like to implement this feature. Can you give me some pointers where should I start?
Editing comments do open open up different scenarios. Can we try and keep it more generic? Perhaps a function or property of the comment that decides if it can be...
@jimkring For notification purposes, I think there are better ways to add it inside your Django app. You can easily integrate notification specific libraries like [django-notifications](https://github.com/django-notifications/django-notifications) or [pinax-notifications](https://github.com/pinax/pinax-notifications). You just...
Hi @farhaanbukhsh Can I take this up? Also, what style of docstrings would be appropriate for the project according to you?
@Mec-iS @xadahiya @chirag-jn Can you give me some points on what features of linked data fragments needs to be added to the client. There is already an implementation of Triple...
@Mec-iS Thanks for the reply. So for querying specific fragments instead of translating the query and sending it to server, we can just load the data along with vocab on...
I would like to take this up