Michael Blakeley
Michael Blakeley
UI changes tend to be controversial, so I won't take it personally if you hate this and reject it out of hand. I try not to take code personally anyway,...
The task name is based on the feed id (URL). Setting this should reduce the risk of duplicate update-feed tasks (#231) because the queue shouldn't accept tasks with duplicate names....
This hides the last option `keep unread`, which I use more often than any of the preceding options. This happens with a clientWidth below about 540px. Some possible fixes: -...
I've been thinking about creating some test cases, but `goapp test` isn't able to run. The environment seems to be fine otherwise: `goapp serve` works normally, and I can deploy...
I added `http://www.economist.com/blogs/freeexchange/index.xml` to my feeds and marked all read. Then I noticed another RSS reader was reporting a new article, but goread wasn't. Looking at the feed details, it...
Unexpected behavior: UI display "OPML import is happening. It can take a minute. Don't reorganize your feeds until it's completed importing. Refresh to see its progress." — but no feeds...
Emacs startup halts if desktop-save-mode is enabled and a saved file doesn't look right to paredit. Workaround: disable paredit-non-lisp in starter-kit-js.el Here's the backtrace: ``` Debugger entered--Lisp error: (error "Unmatched...
Also consider case where segment processing mode=invoke.
Commit 66d9d1189a1789324fcaefedec0cf0c1bf5775ad introduced a dependency on ruby 1.9 or later. That isn't a problem in itself, but should be documented as a requirement in the README. Right now it just...