Flavio Curella

Results 58 comments of Flavio Curella

Thank you! Feel free to work on it when you have the chance!

Hi @michaelhjulskov , Assuming your template is HTML, you could use ``: ``` {% post_to_telegram "See this interesting conversation? {{conversation.title}} {{conversation.text}}" request.path "Telegram" "telegram-link social-links" %} ```

Hi @karinakozarova Try not quoting the `event.slug` variable, this way: ``` {% post_to_facebook event.slug "Post to Facebook!" %} ```

Hi @obichidi ! Could paste the stacktrace of the error?

I think we've already done everything we could do, short of rewriting `Faker` from scratch. But I'm open to ideas! If anybody knows how to help, please submit a Pull...

You could [override](https://docs.djangoproject.com/en/3.2/howto/overriding-templates/#overriding-from-the-project-s-templates-directory) the [Facebook template](https://github.com/fcurella/django-social-share/blob/master/django_social_share/templates/django_social_share/templatetags/post_to_facebook.html) to generate the HTML you want.

@juliangilbey Just to clarify, is there anything that needs to be fixed in `jsx-lexer`, or do we just wait until pygment's `js` lexer gets fixed?

> There's just one small thing to fix in jsx-lexer Awesome! would you mind submitting a PR? > it would be really nice if they incorporated your work directly into...

The issue is that the type stubs are not locale-aware. They pull methods from providers across all locales, even if the instance you're using does not have the `building_name` method....

Feel free to submit a Pull Request :)