Alexander Batischev
Alexander Batischev
> Moving providerDirectory up is inconvenient because you have to always delete the directory root/ from the route using gsubRoute. You have Haskell at your disposal, surely you could abstract...
`loadBody` is for `Item`s. How about `Prelude.readFile`, or an alternative from `bytestring` or `text` packages?
> I guess that I need somehow to say "oh, if that files changes, then recompile me". As far as I understand, `match` does precisely that. Without it, Hakyll has...
I see how this could be used to debug our dependency-checking code, but I wonder if end users actually need this. It seems to me that it'd be better to...
> it seems to be checking only files with the .html extension This is addressed by #973, just change `checkHtmlFile` in your Hakyll config. I'll keep this issue open because...
@apraga No-one seem to work on it at the moment, so feel free to try. Also, the workaround provided above might work for you, have you tried that?
https://crates.io/crates/cargo-llvm-cov seem to automate all the setup -- perhaps try that? (via https://github.com/rust-lang/rust/issues/76085#issuecomment-1859227651)
@insane-dreamer, the error could be legitimate. The FAQ says to upgrade because with 2.18 it's impossible to tell if the browser is really failing or it's just Newsboat making stuff...
Starting with Newbsoat 2.30 (to be released this weekend) it's possible to break long lines into multiple ones using `\`, like in shell scripts: https://github.com/newsboat/newsboat/issues/2212 The other two points listed...
Yes, the syntax is documented in the configuration chapter: https://github.com/newsboat/newsboat/pull/2229/files#diff-98313a64af2c61154d61154536cfa649b6569eabc8921bcf43ac9dd23be76653 The command didn't work because the last argument to `ignore-article` is not enclosed in double quotes, and the string inside...