• Joined on 2023年02月26日
_fe commented on pull request dnkl/foot#2278 2026年04月01日 21:28:02 +02:00
Ligature rendering support

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.

_fe commented on pull request dnkl/fcft#116 2026年02月22日 11:35:44 +01:00
Add glyph-index and shaped-run rasterization APIs - for easier ligature rendering

Hi, still me :) I have tested your changes and for the text they work great.

_fe commented on pull request dnkl/foot#2278 2026年02月21日 13:31:54 +01:00
Ligature rendering support

This is so great! Many thanks for your work!

_fe commented on pull request dnkl/foot#2278 2026年02月20日 20:42:18 +01:00
Ligature rendering support

Hi, just tested your PR and it is works well for me!

_fe commented on issue newsraft/newsraft#116 2024年10月01日 23:51:58 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

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...

_fe commented on issue newsraft/newsraft#116 2024年09月22日 01:06:34 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

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...

_fe commented on issue newsraft/newsraft#116 2024年09月21日 18:43:48 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

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...
_fe commented on issue newsraft/newsraft#116 2024年09月21日 17:52:00 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

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
_fe commented on issue newsraft/newsraft#116 2024年09月20日 07:23:59 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

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...
_fe commented on issue newsraft/newsraft#116 2024年09月19日 09:00:46 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

Sure, here it is. I am the one thanking you! :)

_fe commented on issue newsraft/newsraft#116 2024年09月19日 00:30:39 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

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...

_fe commented on issue newsraft/newsraft#116 2024年09月17日 09:01:33 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

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...

_fe commented on issue newsraft/newsraft#116 2024年09月17日 05:04:19 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

@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...

_fe commented on issue newsraft/newsraft#116 2024年09月16日 07:28:22 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds

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...

_fe opened issue newsraft/newsraft#116 2024年09月16日 00:01:49 +02:00
Commit 0d0fa93 breaks 90% of (my) feeds
_fe commented on pull request newsraft/newsraft#89 2024年02月15日 18:25:07 +01:00
Add a pager-center option

yes, yes, realized immediately. Fixed now :)

_fe pushed to pager_center at _fe/newsraft 2024年02月15日 18:23:54 +01:00
acbd21770e reorder the enum according to the new pager-centering position in the option array
_fe commented on pull request newsraft/newsraft#89 2024年02月15日 18:20:19 +01:00
Add a pager-center option

wait - it needs fixing, it crashes on start, let me investigate before merging

_fe commented on pull request newsraft/newsraft#89 2024年02月15日 18:13:56 +01:00
Add a pager-center option

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...

_fe pushed to pager_center at _fe/newsraft 2024年02月15日 18:10:03 +01:00
617e62726f comply with comments from merge request