dayvonjersen
dayvonjersen
Hi thanks for your suggestion :) I really don't remember how this thing works or how to code in general anymore, does what you're asking have anything to do with...
Ah, I understand now. I believe this would do that as it doesn't appear to cross-check the linguist-language specified against anything: https://github.com/dayvonjersen/linguist/compare/feature/gitattributes I guess I never merged it because I...
At the moment, this project only has 3 third-party dependencies: - github.com/jbrukh/bayesian - github.com/shibukawa/git4go - github.com/jteeuwen/go-bindata I'm not thrilled with the idea of adding yet another step to an already...
If someone could provide an example glide.yml either as a comment or a PR I'd most likely add it. That's what I've been trying to say this whole time but...
Neat! I didn't know [github/linguist](https://github.com/github/linguist) had this feature. It would be nice to achieve feature parity with it where possible. Thank you for this. :D Unfortunately, I can't seem to...
I stared at the [README](https://github.com/github/linguist#overrides) for a while longer and wrote my own implementation: https://github.com/generaltso/linguist/compare/feature/gitattributes I won't merge it, even though it works after a simple test: ``` test_repo |--...
@bacongobbler what's the status with this? :thinking:
I didn't check if ExtractAwesome() re-runs the algorithm that finds the swatches every time if so this could get very expensive indeed should refactor to cache the result once and...
what. iirc that sadbox thing is just something I found on google code that was when they were like "google code is shutting down forever! you'll never get to see...
@bozaro I'm sorry I closed this so hastily. Now that `go mod` is required for new packages I'm finding that it's not so bad. I was wrong, please forgive me....