Phil Haack

Results 53 issues of Phil Haack

Google Reader had paging support for the list view. Going to next page marked all the current items as read except for any that you marked unread. **WHY?** I'll explain...

**Please describe the problem you think should be solved** TL;DR: Please add a way to filter the changes list so I can find the files I want to commit. Hello...

enhancement
design-input-needed
not-planned

When I call `IBlobCache.GetCreatedAt` with a key that doesn't exist, I get an observable sequence with one null value. That's counter intuitive. For example, when I call `IBlobCache.GetAsync` with a...

Is there an extension to render a summary of markdown text by truncating the content after a set number of words? For example, suppose I'm building a site where people...

Thanks for this great library! I found a potential bug with it though. Suppose I have the following script that loads on every page. ```js document.addEventListener("DOMContentLoaded", () => { timeago.render(document.querySelectorAll('time.timeago[datetime]'));...

I'm a little worried that the dark theme might be hard to see on some projectors. It'd be great if we could get something that looks like this: ![](https://cloud.githubusercontent.com/assets/19977/8412077/4d85a08c-1e3c-11e5-98eb-c421d2cf5159.png)

enhancement
easy-fix

Sometimes I create repositories simply for educational purposes. I'd love to use SeeGit to create diagrams such as the one here that I created [for a blog post](http://haacked.com/archive/2015/06/29/git-migrate/). ![](https://cloud.githubusercontent.com/assets/19977/8412077/4d85a08c-1e3c-11e5-98eb-c421d2cf5159.png) So...

enhancement
easy-fix

Need to highlight all commits reachable by a remote branch.

enhancement
easy-fix

Being able to see the entire Git repository graph, not just the reachable commits, is very helpful for debugging git issues. For example, if you run: `git reset HEAD~1 --soft`,...

enhancement
easy-fix