Andrew Levine

Results 153 comments of Andrew Levine

👍 I like it. Less complexity, better DX.

@sindresorhus Quick Q for you, since you have more experience writing CLIs than I do. For the `--help` text, right now we have: ``` shell Usage $ webstore where is...

I've got a branch for this locally. Going to sit on it until #5 is ready so we only have to do a single major version bump.

Sorry about that, will get to it soon. Have been putting it off in favor of some work on other projects, but definitely want to make it happen.

Cool - that makes sense. Thanks for clarifying.

Yep! Just waiting on some clarifications from Yehuda and some decisions about versioning/breaking changes before we finish it out and move on to the transform.

Hey @SteffenLanger. Thanks for the report! We'd like to get the extension back in the Firefox marketplace, but there is some work required before that can happen (see #113). We've...

For reference: Chrome http://stackoverflow.com/a/16924274 Firefox http://stackoverflow.com/a/18232989 https://developer.mozilla.org/en-US/Add-ons/Overlay_Extensions/XUL_School/Adding_Toolbars_and_Toolbar_Buttons#Toolbar_button_icons Safari: http://stackoverflow.com/a/12689172 https://developer.apple.com/library/safari/documentation/Tools/Conceptual/SafariExtensionGuide/AddingExtensionMenus/AddingExtensionMenus.html

So, what are your thoughts on the `ng-detector` style of checking for Angular? You have much deeper knowledge of the `ng-inspector` code, so you may know what repercussions could come...

A great suggestion was made in #115 to only show the ng-inspector icon on pages where Angular is found. @rev087 How do you feel about that approach? I think it...