Hans Fredrik Nordhaug
Hans Fredrik Nordhaug
The important part of the error is: "UnicodeDecodeError: 'ascii' codec can't decode". We need to know why the ascii codec is used for Unicode/UTF-8. If this still is a problem...
I tested on Python 3 and couldn't reproduce the issue - it just worked. I don't have time to look at this for Python 2. PS! You cant use "\u00a0"...
I had almost forgotten how much I hate HTML e-mails in Outlook ... I don't care that much but fancy stuff like code blocks, but sending e-mails with lists and...
Thank you, @pdmosses, for the stop word explanation. I should have realized that since I have been using that myself earlier. However, that doesn't explain the second problem: That matches...
> Assuming that our theme always shows all the search results produced by Lunr, the sudden unexpected disappearance of some matches looks more like an issue with Lunr than a...
Maybe add "Githuib pages" to the title? "live environment" is quite generic.
Hm, do you still have this problem? I thought I had the same problem, but after a little while it worked - https://hansfn.github.io/assets/js/search-data.json was generated and the search on (the...
Yes, a new release is very much needed - ppp no longer compiles on Gentoo. This has been fixed in commit https://github.com/paulusmack/ppp/commit/3c7b86229f7bd2600d74db14b1fe5b3896be3875 - "pppd: Use openssl for the DES instead...
Yes, in particular since `--pager PROG` already is ignored "if the output is piped to another program". @forgottenswitch Any reason you closed your PR?
I think a better solution / work-around is to use `--pager less`. See also #965. Do you see other needs for overriding the pipe detection? If not, I suggest closing...