Mynacol

Results 21 comments of Mynacol

Something similar happens to me on gomuks v0.2.1 (`gomuks` from AUR). My terminal is Alacritty. The debug.log says: ``` ======================= Debug init @ 2020-12-07 15:29:52 ======================= [2020-12-07 15:29:52] Initializing syncer...

Yes, my Linux Mint has the following `/etc/sysctl.d/10-ipv6-privacy.conf` file: ``` # IPv6 Privacy Extensions (RFC 4941) # --- # IPv6 typically uses a device's MAC address when choosing an IPv6...

May I ping this merge request? I would like to see this working again :smile:

The funny part is: neomutt uses SMTPUTF8 already automatically if - the internal SMTP client is used, - an email address contains Unicode characters and - the submission server supports...

As I have written on the first post, neomutt always MIME Word-Encodes non-ASCII headers, especially the Subject line. At least if neomutt uses SMTPUTF8 anyways, it can avoid MIME Word-Encoding...

*(Maybe worthy for another issue)* I just thought about starting a recording with insufficient space (low number of Megabytes left). Does the app prevent recording in the first place? And...

The full log is now: ``` [2022-02-13T21:24:12Z DEBUG wluma] Using Config { als: Time { thresholds: { 7: "dark", 20: "night", 16: "normal", 9: "dim", 0: "night", 13: "bright", 18:...

Thanks! This solves the detection problem for me. I modified your change and the ID is not even needed! I guess ddcutil throws an error, so the `ok()` function stops...

Today I messed with @bb010g's template until Firefox no longer connects to any domain except the requested one. That is generally not a good idea, but is for a captive...

Slight improvement, removing `cut`. Getting only the first element is not necessary if I understand the readme right, so I omitted that as well. ``` dhcp-dns = "nmcli --terse --get-values...