Results 8 issues of Alan

Hi! from here: https://github.com/st4lk/django-rest-social-auth#oauth-20-workflow-with-rest-social-auth anybody can read that "Backend will either sign in the user, either signup, either return an error." I always took it that it means 1) if...

react-google-recaptcha version: 2.1.0 react-async-script version: 1.2.0 I have the most simple setup and I cannot seem to get it to work: ``` import React, { useRef, useState } from "react";...

When I build the project ( Nextjs ) in the server then I receive the following error: ``` ./pages/assets/index.js 13:21 Error: Unable to resolve path to module 'local-storage-fallback'. import/no-unresolved ```...

Im using profiling middleware (there are several, if you google, you find some of them) to try and find the chokepoints of my project. One thing i found was repeating...

performance

Hi @Tonis Piip with https://github.com/thorgate/django-project-template/commit/c61d1f8c84645e2ffc0ca8bde58c44e790bc60bf#diff-ec69a3660673a1e7771a724260f65a30d3c8d73ea7547b190ef5b39c956024e8 you created a bug here: https://github.com/thorgate/django-project-template/blob/0c58bfc36a5495713685e33ee9e534708bd1faee/%7B%7Bcookiecutter.repo_name%7D%7D/%7B%7Bcookiecutter.django_folder_name%7D%7D/templates/emails/base.txt#L1 There is no end block tag for the greeting block, and it's generating errors. All the best, Alan

![image](https://user-images.githubusercontent.com/212621/222900167-98e6d3ad-2510-4326-bf41-2245975b0f39.png)

When I open the demo, then I only see 3 headlines and no share buttons. When I Add ``` ``` to my site, then I can see from react debug...

Hey. I noticed there are some mmapper "internal" commands like `_open`, but what are the others? How are they supposed to work? Asking cause it seems _open and _close does...