Alexander Batischev
Alexander Batischev
I checked Git and it seems that Pandoc added its templates a couple years before Hakyll did, so now I'm curious myself! @jaspervdj can answer authoritatively.
@juntuu's answer is exhaustive, but all the facilities we provide are quite obscure. I've ruminated about this on and off, but haven't come up with anything better. Does anyone have...
You're right, it's not possible at the moment. Per-feed settings are tracked in #83, but it petered out because there's no clear winner for the format to use. I'm also...
I guess you're referring to the `since` parameter. I don't think we can use that; please see https://github.com/newsboat/newsboat/issues/16#issuecomment-341112285 for background info. If that's not what you meant, or I'm mistaken...
It's normal that you don't have `TARGET` in your shell; this variable is set by Cargo when running the build script: https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-build-scripts Can you show the build log so I...
@jeimer Ah, it's the same failure at #114. I hope to go through all the issues in this repo in July and make a new release; I think I'll just...
I just published gettext-sys 0.21.4 that includes a fix for this.
Thank you for the PR! This together with #2959 makes me think that the problem is somewhere higher up the callstack, and indeed it looks like an interaction between the...
> Should I still lock the mutex in the other methods ? I think so. We probably have problems with those other members and methods too, we just haven't noticed...
I think we could add the linked helper function into Hakyll (if the code's author is ok with this), but I'd be against enabling this by default. [Nginx](https://nginx.org/en/docs/http/ngx_http_core_module.html#try_files), [Apache](https://stackoverflow.com/questions/16919526/how-to-link-to-pages-without-the-html-extension), and...