Slava

Results 181 comments of Slava
trafficstars

You should consider that most of the people will never tell or even understand what they really need. Some people will just skip the library if they will not like...

Please see the PR. I've removed icons from JS and added them via `:before` pseudo-element in CSS.

Icons actually are not in HTML template, they are in the JavaScript code, which is a bad practice. We should try to separate things as much as possible. Especially, we...

Hey @isteven. I think the first order of business is to remove icon-related code completely from JS and move it to CSS and/or to HTML. Please see my PR #246...

Not using icons at all is easy, you will just need to add `content: '';` to your CSS. If you want to use FA icons you have several options: 1....

I think you've misunderstood no. 2. I'm not asking you to add CSS to the library. I was speaking about the end-user. She will be able to customize the library...

Hello! Great project you have here! Thank you. It is a huge pain to find right icons in FontAwesome because of naming issues. I though that your project would help,...

@thomaspark for example, when I enter «letter» there are no results. Maybe you should add some extensible tag synonyms mechanism as well. The same goes for «view», «read» etc. I...

I'm having a somewhat [related problem](https://github.com/nodejs/node/issues/42485) with `Buffer`. I need to convert `Uint8Array` to a Base64 string, but this functionality is tied to the `Buffer` class. So I need to...

Thank you @ocombe for your quick response! Could you mark this issue as a feature request then?