Steve Tarver
Steve Tarver
Converters are one-arg functions, some one-arg functions yield type error ``` Unsupported converter, only named functions and types are currently supported ``` One of the things I love about attrs...
Our ReviewBoard installation has http, https, and local svn repository connections - http://a.b.c/svn - https://a.b.c/svn - http://localhost/svnlocal/ Behavior: When creating a new review request, eReviewBoard always selects the last in...
Currently, tabbing inside a text box inserts the tab into the text area. Would prefer this move between text boxes for easy field navigation.
Surprised to find that extending a layout does not work - would be nice if it did. I have several Backbone list item view templates that have common code. I...