Results 716 comments of Alexander Batischev

> If I understand correctly, what is needed is to in some place of the source code detect whether newsboat is run as a snap package (per [this discussion](https://forum.snapcraft.io/t/how-to-check-in-a-script-if-it-is-being-run-as-part-of-a-snap/35034)) and...

@anlar, I think that'd do. Would you please send a PR?

Links to logs expired, and I failed to reproduce this in a virtual machine. This bug will have to wait until me (or someone else) spots it in the wild...

I haven't seen this for at least half a year, so I'll assume that a newer GNU gettext version fixed it (somehow). Closing for now.

It happened again (in Newsboat's CI at commit https://github.com/newsboat/newsboat/commit/8113cadc022bae5ef81934e6650bb8188f319d2b, similar to https://github.com/newsboat/newsboat/commit/c2682bfb05fe9dee981bdf7ccc876e0da896dd84). The build log: [build.log.gz](https://github.com/user-attachments/files/16088638/build.log.gz)

Hi! I'm not totally sure that this behaviour is incorrect. Since `text` is required in OPML 2.0, the producer of the file has to include it; most likely it'll be...

Marking as a bug for now because that's what it's likely is, but still, let's delve a bit deeper.

> Ive build it on Windows with msvc (in a vm) That's super cool! Would you be able to help with #12? Like, describe the environment (what you had to...

I really have no idea why it doesn't work, but here's a couple suggestions: 1. instead of relying on the environment variable, hard-code the path into the `bindtextdomain` call and...

Yeah, Hakyll has its own implementation of templates, that's why there's a disparity in syntax. I think it'd be easy enough to fix: the `Parsec` parser for templates is defined...