Raymond Penners
Raymond Penners
Added support for genres: - `--movie-format="...{genre}..."` will render the main (first) genre. - `--movie-format="...{genres}..."` will render a comma separated list of genres.
When logging in via 2fa, the emitted signal did not include the `sociallogin` payload. In order to fixed this, I upgraded to django-allauth 0.48.0 and could remove some of the...
As stated in the Apple APNS documentation, "alert" should either be a string or dictionary, not "null/None". Without this change I was not able to push a notification that did...
In other parts of Emacs, Dired for example, I can type `% m RET` to mark all files. However, when I try to do the same on a package using...
Formally, email addresses are case sensitive because the local part (the part before the "@") can be a case sensitive user name. To deal with this, workarounds have been in...
See: https://github.com/pennersr/django-allauth/issues/2061#issuecomment-1844937494 TBD: - Is this to be a setting that is globally (for all users) turned on/off, or, is this something that users would want to enable themselves? -...
I really enjoy working on Open Source projects, and seeing my contributions being picked up by others is immensely motivating. Yet, as I am juggling 🤹 personal and professional life...
See: https://github.com/pennersr/django-allauth/pull/1648
As discussed in #210, having at most one primary e-mail address is currently not enforced at the database level. To be determined: should we fix this, e.g. by making user...
Reading the article over at https://daoudclarke.net/search%20engines/2022/07/10/non-profit-search-engine was interesting, goals like these are indeed worth fighting for: > Even if I make the web better for one person, it’s worth it....