adrenaline681

Results 11 issues of adrenaline681

#### Current Behavior On some ocassions when I try to play a video using React Player I get an error in the player saying: `Ad removed. Details` And when I...

Be sure to [search for your issue](https://github.com/CookPete/react-player/issues) before opening a new one. #### Current Behavior Currently React Player doesn't seem to have support for Trovo #### Expected Behavior We can...

PRs welcome

Currently when a user registers im sending a verification email using a Custom Account Adapter: ``` class CustomAccountAdapter(DefaultAccountAdapter): def get_email_confirmation_url(self, request, confirmation): return f"{secret.FRONT_URL}/verify-email?key={confirmation.key}" def send_mail(self, template_prefix, email, context): #...

I've been trying to make this work for many hours but I still haven't been able to get email verification working. I want to be able to send an email...

help wanted

I created a custom event that triggers on scroll depth change. This works great on the first page load, but whenever I navigate to a separate page it doesn't work...

Hello Xero API team, I've been working with the Xero API recently and came across a couple of inconsistencies that I wanted to bring to your attention. **Issue 1: update_manual_journal...

Hello! We love the StreamField in Django but we often find ourselves having to reorder sections in a blog article. Each section usually contains 8-10 different blocks and is extremely...

enhancement

I'm aware that you can globally configure for all images (even PNGs with alpha) to be converted to JPG by adding this to your **settings.py** `THUMBNAIL_TRANSPARENCY_EXTENSION = 'jpg'` But the...

I have a model called "Post" that looks for example like this: ``` # models.py from django.db import models from easy_thumbnails.fields import ThumbnailerImageField class Post(models.Model): name = models.CharField(max_length=255) cover =...

After updating the packages of our application to the latest version we found a bug when a user registers using Google. The API endpoint errors out with this message: ```...