Pete Schaffner

Results 19 comments of Pete Schaffner

Thanks for doing this @yug2005! Ironically, I've been working on transitioning this from a list to a category-filterable grid as well. I have a couple other things going into my...

Yeah there were some new symbols added since I last created this extension… that is one reason I wanted to make it easier to generate/update all the symbol data. I've...

Cool, glad you like it and that it is working well for you! > * If possible, I would love to have SVG support and have actions for copying SVG...

Thank you so much for integrating all my work! This looks and works great for me, and I really like having icons for the categories 😍 I think this is...

Thanks for considering that. Unfortunately I don't want to add any more actions for the moment, as it can quickly get out of hand. For instance, I'm using SF Symbols...

@yug2005 While testing your fork, I ran into an issue generating the JSON data after cleaning the resources/generated data (`make clean`). In short, the metadata files I was fetching were...

I opened a PR on your PR branch that addressed the things I mentioned above: > While testing your fork, I ran into an issue generating the JSON data after...

@tehfailsafe You can get that behavior in FS (and most native text views on OS X) by adding the following lines to `~/Library/KeyBindings/DefaultKeyBinding.dict`: ``` // Insert and move to blank...

When I was using this utility I preferred to write JS mainly because I was more familiar with it, and also to get intelligent completions via Tern (Tern won't work...

Intelligent completions for CoffeeScript might be a bit of a headache, and thus one of the big reasons I started using FS, as those guys are working hard on that...