Trustin Lee
Trustin Lee
same for cp949
You can download the missing files for your system encoding here as a workaround: https://github.com/python/cpython/tree/v3.8.7/Lib/encodings
I've just pushed a fix for HTTP proxy handler to 4.1. You might want to try it out and let me know if you don't need to fork anymore or...
@Matthias247 Thanks for getting back to me. I hope to release 4.1 as soon as possible, although it's always time that I'm in short of ..
I replaced `libusb` with `libusb-git` in AUR (Arch) and confirmed it fixes the problem.
> Create `/etc/modprobe.d/8812au.conf` with content `options 8812au rtw_bw_mode=0x11` This worked for me. Using ipTIME A2000UA USB 3.0 WiFi Adapter with Realtek 8812AU. Thanks a lot, @Id2ndR! :bow:
Thank you so much!
By the way, I ended up fixing all Electron-based apps by putting this script (`~/.local/bin/xdg-settings`) in my `PATH`: ```bash #!/bin/bash if [[ "$1 $2" == "set default-url-scheme-handler" ]]; then DEFAULT_BROWSER="$(xdg-mime...
I have backed up a 10+TB volume to Backblaze B2 which took about a week to upload. Now I'm unsure how I can restore this reliably. I'm curious what the...
@alphapapa @dionorgua Thanks for suggestions. Let me try them once my current restoration session fails.