Eli Levit

Results 5 issues of Eli Levit

In my code I'm formatting the numbers to strings with commas separators this way: `num.toLocaleString('en')` in order to get something like that: ![acreen](https://user-images.githubusercontent.com/31045769/34827591-58daa6a8-f6e3-11e7-8d9f-2031e238cb3a.PNG) The problem is that this green sign...

bug

Thanks for awesome tool!! I'm using **iTerm2** with **zsh** and when I do `glyphhanger --subset=*.ttf` I get `zsh: no matches found: --subset=*.ttf` I spent a lot of time to understand...

Hi, thanks for the lib 👏 Why don't you compare functions with `function.toString()`? I have a case where it could help me...

Hi, I want to trigger an action when I push to `dev` branch without PR. In this case action build an url with `undefined` parameter: ![image](https://user-images.githubusercontent.com/31045769/83858293-f2a85200-a724-11ea-9959-060b8f89ae66.png) Here is a file:...

Hi and thanks for great package 🙏🏻 I need some tiny functionality in search plugin that currently doesn't exist but it's not difficult to add. ### Problem Currently `searchFor` function...