William Warby

Results 8 issues of William Warby

In my use case many of my proto services have long names with similar prefixes, so in a fixed width panel that doesn't fit those names, they all look the...

enhancement

There seems to be no reason that the value property on the button radio directive must be a string. Allowing binding to boolean, object or other types for this property...

ready for tests
ready for review

In radio button groups, the btnRadio attribute is able to accept values of any type - objects, enums, numbers, booleans all work fine at runtime. However, my IDE (WebStorm) constantly...

Thanks for building a great Angular component here - I use it extensively and it's been incredibly useful. I'm adding a feature to our site to turn some of these...

I'm getting a bit of grief from users that it is not intuitively obvious to them that to see more results in the dropdown they must first delete the text...

I'm trying to use stackimpact in a completely typical scenario in a Node.js app. It wasn't throwing any errors, but also wasn't showing any data in the dashboard. When I...

I hit an issue this morning which I've tracked down to this route debugger package. I no longer actually need the route debugger so I'll be removing the package from...

I installed bower-npm-resolver because Chart.js stopped supporting Bower. Following instructions from Chart.js I added the following to .bowerrc: ``` { "resolvers": [ "bower-npm-resolver" ] } ``` And ran: ``` npm...