tsjnachos117
tsjnachos117
I think I figured it out. My browser is set to never give a referal header (because privacy). So, this server was trying to convert an empty string into binary,...
I will make a PR. But first, I'd like to point out that my above code doesn't seem to work on Python3. I guess *.encode commands don't work well with...
Since no one has weighed in, I've decided to make a PR with the shorter one. That *seems* to work well enough. If you choose to accept the PR, feel...
I can confirm this also affects the CTRL+PGUP and CTRL+PGDN keys, which I find myself habitually using all the time. Strangely, it seems new/empty documents aren't affected. I guess this...
Regarding which method id to use, zip format version 6.3.7 uses id 20, but 6.3.8 moved it to 93 for some reason. (Source: [wikipedia](https://en.wikipedia.org/wiki/ZIP_(file_format)#Version_history)) So, which method we want to...
Move the cursor to the end, and press ctrl+x. Then, when you press Backspace, the entire line will be deleted.