Andrey Andreyevich Bienkowski
Andrey Andreyevich Bienkowski
@sigmavirus24 I don't think the server sends the file all at once. The example above produces no output for ~30 seconds and then prints 533830860. This starts printing right away:...
> It works on fedora 31. Maybe this is an upstream fedora bug? Are you sure you downloaded it from main fedora repositories? I don't have a fedora 31 box,...
You are right. I forgot modular repos. ``` dnf --repofrompath=f31-m,https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/31/Modular/x86_64/os/ --repofrompath=f31,https://dl.fedoraproject.org/pub/archive/fedora/linux/releases/31/Everything/x86_64/os/ --repo=f31-m --repo=f31 repoquery sd # sd-0:0.6.5-3.module_f31+6556+4c9149f0.x86_64 ```
> OK, so let's have some docs now and the fix for 1.1.1 or so. The docs were added Sep 9, 2017 #3019 (document utf-8 locale requirement for json mode)....
More context: Executing an external command can fail for a million different reasons. Here are some examples: 1. The external command is not installed 2. It encounters an internal bug...
cla-assistant posted a comment on my PR. I clicked on the link in the comment
I did not give permissions. After that I clicked on the link a second time and everything worked as expected.
Why was this left open?
It appears that this got fixed somehow. ```py bob $ pip3 freeze | egrep -i 'requests|msgpack|cache' CacheControl==0.12.6 msgpack==1.0.2 requests==2.25.1 alice $ ( printf 'HTTP/1.0 200 OK\n' printf 'Date: '; LC_ALL=C...
Caching big files is *not* one of cachecontrol's strong suites at the moment. See #238. I'm working towards improving the situation (#240), but the progress is slow: I want to...