Stephen McGregor
Stephen McGregor
There have been no accepted pull requests for five years, no replies to any issues for a similar length of time, However, only three years ago a readme was edited,...
If someone has an HTML tag in their markdown, like something something else in the generated HTML the tag is weirdly and obviously incorrectly **automatically closed** ! something // class...
"Terrible" is the mildest word I can use. So, if anyone searches their bookmarks for "share": 1. All the bookmarks including "s" are found and then shown: insanity 2. Next...
The options page has the link: http://windviki.github.com/vBookmarks/ The correct link is: https://github.com/windviki/vBookmarks
Last PR over 18 months ago. Last closed issue over a year ago. No responses to any Issues. vim-markdown-toc is not working at all for me (installled, but vim will...
In the readme, the link "Android App by Shintaro Katafuchi" is dead.
Note: this is an unsupported Debian version, testing, rather than stable (Bullseye) or sid. So you might want to auto-close this ticket ``` uname -a Linux 5.15.0-2-amd64 #1 SMP Debian...
Hi, I was wanting to install & use regex2fat but before I did, I was wondering if this could be any more insane?
If there is a MUCH more popular book with a vaguely similar name, the much-more-popular book will be returned instead. **Incorrect**: ``` goodreads book -a "the Art Of Invisibility" Scott...
**bad sed** from ``` sed "s/\|/:/g" ``` to ``` sed "s,[|:], ,g" ``` **unused and corrupting -F ':' in awk statement** from ``` awk -F ':' '{print "★ ★ ★...