M

Results 5 issues of M

Hi! I am using webpack and meteor. Alt-devtool do not see any alt instance. Is it because webpack hides alt in other functions? How to make Alt-devtool working with webpack?

Hey! First of: I know asking to add 500 LOC to an OS library is a lot. I want you to understand well the motivation behind this change and the...

`clear*` methods assume the clearing icon is an svg. That's not always the case with customized react-select components. Could we improve the API of `clear*` methods so that such custom...

Hey! I just found `inflection.camelize('/')` return `::` I consider it a bug since camelize should only care about underscore chars. Once confirmed by an author that it's a bug, I'm...

Hey there! I just found `inflection.underscore('_')` returns `''` (an empty string). I bet it's a bug since this method should add, not remove, underscores. Once confirmed by the author, I'm...