Interesting, I don't see that. For me it works as expected. Could it be a font issue? I tested with Fira Code and Maple Mono.
Hi, still me :) I have tested your changes and for the text they work great.
This is so great! Many thanks for your work!
Hi, just tested your PR and it is works well for me!
Hi, I do not know exactly what the partial upgrade thing is, I did not fully catch it from the linked resource. Alpine edge is a rolling release. My guess is that reverting the package did not...
Oh gosh, it has been https://git.alpinelinux.org/aports/commit/?id=33b191325f753037704791c55d2f2ec3a8f6d4c1 to libcurl/8.9.1!
I do regular update && upgrade and I surely have...
and curl from command line with all header equal to the newsraft request:
curl -H "Accept-Encoding: deflate, gzip, br, zstd" -H "A-IM: feed" -v -A "newsraft/0.25 (Linux)" -o hn.xml...
Here we go :) I also attach for comparison the output of
curl -v -A "newsraft/0.25 (Linux)" -o hn.xml https://hnrss.org/frontpage
Log attached, with this change in the code, as usleep was not recognized in musl, even when including unistd.h:
diff --git a/src/downloader.c b/src/downloader.c
index cccb385..62c818b...
Sure, here it is. I am the one thanking you! :)
Hi, no, no variables understood by curl, except HOME (of course), USER (properly set), LOGNAME (set to user). Both other commands seem to work fine, the file downloaded by the second is not empty...
Oh, nice, finally a hint:
857:29:08.955 [INFO] Printed status message: Curl error: Timeout was reached; Operation timed out after 20000 milliseconds with 0 bytes received
Full log...
@grisha to me neither X-D
I tried a docker with alpine:edge rather than alpine:latest, which better reflects my setup, and I cannot reproduce the problem either.
On my full distro I...
Hi, thanks for your prompt answers!
No compile warning for me, and yes, I tried already building against the last commit.
Yes, I saw the changes, and I have the feeling they actually worked...
0d0fa93 breaks 90% of (my) feeds
yes, yes, realized immediately. Fixed now :)
wait - it needs fixing, it crashes on start, let me investigate before merging
Thank you for the great work and this fantastic program! :)
I should have changed everything you pointed out (I did not notice the configs were grouped by type and I went semi-alphabetical, and...