-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attribution #8
Comments
Also just curious, why create another one instead of improving Insight? |
@sindresorhus Initial implementation was based on insight and I didn't mention it in the README and I should have. I apologize for that. I actually didn't mean it to be just a copy. I wanted to rewrite it and make the implementation as simple as possible, I just didn't get have time to get to it. Today I refactored insight's original implementation (via 33ab2fd). As for motivations:
|
I updated the README. |
❤️
It's used when asking for permission to track, though in hindsight that should have been a separate component.
Error tracking weren't available when Insight was created, but it's a great idea!
Insight was mainly created for CLI tools which are usually short-lived. It's also a lot simpler than having to manage a long-lived forked process that might act up, freeze, go crazy and all that. But yeah, reusing the forked process would be better. It seems like we want the same thing, an awesome GA tracking lib, and I honestly don't see the point in duplicating efforts. Would you be open to either:
? |
I'd definitely give writing rights on Insight to @twokul. Let him improve and rewrite it. Insight need more love and a maintainer. It'd be great to have someone better taking care of it. |
Indeed! It's used in Bower as well and we're currently limited by the features exposed through |
agreed.
that could be an option. let's chat via gtalk or irc. I'm [email protected] on gtalk and twokul on irc |
@twokul likely forking in the future rather would be good. Authors don't like to see there code end up in other repo's missing historical context. Also, when users want to see "why" something exists, the historical divergence leaves them without context. |
@twokul what's the status on this? |
@knownasilya in progress.I kinda dropped the ball on this one. Will pick it up again. |
I noticed you copied a lot of code from https://github.com/yeoman/insight
Definitely ok, but you forgot attribution ;)
From the MIT license:
https://github.com/twokul/leek/blob/master/lib/send.js
https://github.com/yeoman/insight/blob/master/lib/push.js
The text was updated successfully, but these errors were encountered: