Results 4 issues of emon100

utterances需要script标签上的属性如issue-term, theme等才能把评论组件加载出来。但是由于主题中使用了jquery-pjax,jquery插入script标签时会将这些属性去除掉,导致utterances使用不正常,要第二次加载才能显示出评论组件,如这个issue: https://github.com/yelog/hexo-theme-3-hexo/issues/110 这个PR通过 https://github.com/utterance/utterances/issues/82 中提供的方法,绕过这个问题。

Modified Parser.js to support string concatenation using '#' mentioned in [bibtex](http://www.bibtex.org/Format/). Example: ``` a.bib: @proceedings{book, month = "4 " # jan # {--} # "6 " # dec, year =...

# Summary This PR fixes/implements the following **bugs/features** * [x] Inline escaped SVG data-uri make canvas tainted in Safari between iOS 10.3 - 11.2 ## What is escaped SVG data-uri?...

gdb can't parse the .gdbinit until these deletions were made.