Matthew Callis

Results 6 issues of Matthew Callis

A skin-able UI would be awesome. It doesn't have to be made easy to maintain all the feature, but being able to build the tilemap / graphics would be awesome.

Feature request

``` let initials = ''; if (person.name) { initials = person.name.trim().split(' '); if (initials.length > 1) { initials = `${initials[0][0]}${initials[1][0]}`; } else if (initials.length === 1) { initials = initials[0][0];...

http://blog.clearbit.com/logo

hacktoberfest

Supporting picture would fix issues around Ghostery blocking Gravatar by immediately falling back.

This contains the fix from #120 but also JSHint / JSLint fixes, and updates everything to use a consistent version of jQuery, where the demos were using 1.9 but the...

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug