Flavio Curella
Flavio Curella
@saileshkush95 You'll have to write Jinja2-specific tags, and add them to your `TEMPLATES` settings. If you feel up to it, I'll be happy to review a PR to include them...
@mattyarbrough You could store the result of `{% static %}` in a variable and use that: ``` {% static "img/fb.png" as fb_icon %} {% post_to_facebook object_or_url fb_icon %} ```
Hi @RiajulKashem I don't have much time to dedicate to new features, but feel free to submit a PR if you do!
I'm not sure screenshots would make much sense. `django-social-share` only provides plain HTML templates with no styling, with the idea that you should override them to suit your need. Maybe...
Hi Jacob, Sorry, It took me a while because I had to wait some API stuff to get deployed.
Any update on this?
I'm not sure what the minimum requirement for jQuery is. I've just picked the most recent one.
Thank you for the report @shirazz ! I've looked ad the Parcel issue you linked, but I did not find any solution. Is there anything I can do?
Thank you so much, that would be wonderful!
the `generate_stubs.py` script will need to be updated to detect overloads, but [`typing.get_overloads()`](https://docs.python.org/3/library/typing.html#typing.get_overloads) is only available in Python 3.11, and we need to support at least 3.8.