Thomas Park

Results 109 comments of Thomas Park

Thanks @redox! This is exactly what I was hoping for.

@redox, I ran into a couple of issues: When I change the index settings programmatically, it isn't reflected in the web dashboard. In fact, it seems to reset whatever I...

It's pretty much unchanged from that, except for one line: https://github.com/thomaspark/glyphsearch/blob/92b79bc68b30c3384a5e0a3433bfaa5954c021c3/Gruntfile.js#L63

I like the idea. It would need to 1) be really easy and low friction to suggest a new tag and 2) stay out of the way of the rest...

Tags are used already, though there's no way for users to add them. Can you give examples of the tags you'd find useful?

The reason Bower components are tracked is because the project site is hosted through GitHub. This is also why there's just a single `gh-pages` branch (#51). Normally I would agree...

@grimen, I am open to a Grunt task that handles copying over the necessary files. Appreciate all your comments and PRs. Busy at the moment, but I'll go through your...

This should be doable. All of the font libraries have SVG. The main hurdle I see is material-design-icons, where files are organized into different category folders. Might be tricky to...

I think the way to go is to have the most popular libraries (Font Awesome, Glyphicons) as defaults, and allow users to filter other libraries. Several changes are needed for...

Just did a major redesign. Now GlyphSearch has a fixed sidebar, which gives us more flexibility in adding libraries. I also added the [Material Design Icons](https://www.google.com/design/icons/). It makes sense to...