Results 740 comments of Alexander Batischev

The pain you feel when you type macro prefix is just a symptom. The disease is the fact that macros and keybinds are two different things. I have a few...

Finally put my thoughts into text: #493.

It probably is, but I think we need a test for it. I suspect that we'll have to undo or redo some of those fixes to fix #2230, which can...

I think allowing the same URL multiple times is a bug :) Filed https://github.com/newsboat/newsboat/issues/2233 about that. This scenario seems a bit different from what was discussed before. In this new...

@Friptick In the absence of a GUID Newsboat tries link+date, then just link, then the title, and finally sets GUID to empty: https://github.com/newsboat/newsboat/blob/3430491631bdb8c57e111c302e649e5f0a767b05/src/rssparser.cpp#L552 I really don't want to change this...

Closing because it's a user-contributed script and I don't plan to look further into this.

I think the question was answered; at least there is nothing to be done in Newsboat proper.

Hi! (I'm not a Hakyll developer, just one of the users.) It appears like these things aren't typos, you just have to take them [in the context](https://github.com/jaspervdj/hakyll/blob/e8ed369edaae1808dffcc22d1c8fb1df7880e065/web/tutorials/01-installation.markdown#using-cabal): > In the...

This requires `defaultContext` to become `Context (Maybe String)`: `empty` would signal lack of value while `Nothing` signals that the value is "null". I can't tell offhand how big of an...

Partials only work within templates. I don't think there's a built-in way to automatically pull in a file into your post—you'll have to just copy-and-paste, or implement it yourself (I...