Results 15 comments of QasimK

It may be worth putting it up on PyPi just to reserve the package name

I have encountered this problem on my laptop as well: 1. Using this sway config ``` set $lock_command swaylock --daemonize --ignore-empty-password --show-failed-attempts exec swayidle -w \ timeout 300 'swaymsg "output...

This also affects the post-generation methods. I didn’t expect them to be called if the object already existed with get-or-create.

I get the same error on: - mpv version: `mpv 0.34.1-dirty` & `FFmpeg version: n5.1.2` - Linux version: `Linux 5.19.13-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 04 Oct 2022 14:36:58 +0000` -...

GitHub already functions as a public repository for snippets: . It isn't great, but it is a starting point for anyone looking for one-liners right now, like me :smile: This...

@jmesmon I spent the last hour trying to reuse an async `UdpSocket` in two different tasks without rust complaining about borrowed values not living long enough. I am relieved that...

I had the same problem, but was not able to use Python 3.7 to uninstall pipx. I resolved this by uninstalling pipx, deleting `~/.local/pipx`, and reinstalling pipx with the new...

I'd also like to chip in with another reproduction. As soon as I open Logseq, it hits 100% CPU usage (one core) and just stays like that... seemingly forever. I...

As mentioned by @moggers87 in #18, [django-elevate](https://github.com/justinmayer/django-elevate) is the maintained fork of this library which supports Django 1.11 and 2.0+. It seems unlikely that this library will be updated.

Am I understanding this correctly: if `settings.TEMPLATED_EMAIL_FROM_EMAIL` is not set, then, because of Django, it will fall back to `DEFAULT_FROM_EMAIL`? From the documentation, I was under the impression that `TEMPLATED_EMAIL_FROM_EMAIL`...