Alex

Results 80 issues of Alex

This is an ☂️ issue on improving CLI: - migrate to using https://github.com/src-d/go-cli for flags and https://github.com/src-d/go-log - add CPU profiler option - split `GetLanguage` and `GetLanguages` out of `common.go`...

enhancement

Current [benchmark](https://github.com/src-d/enry#benchmarks) takes ~15h on a modern laptop to finish. It may be either too detailed, as final results are averaged anyway, or may be using too much data (all...

Part of the #155. After update to latest samples in #189, Bayesian classifier test fail to distinguish "SQL" vs "PLpgSQL" based only on content. Classifier weights are different in enry/linguist...

bug

To assist debugging in dev mode, it would be nice to have some visibility into the decision-making logic that Enry uses at runtime. Problem: after getting a final prediction e.g...

good first issue

Right now `go generate` always assumes Linguist version present in `.linguist` dir in FS. As discussed https://github.com/src-d/enry/pull/189#discussion_r252043960, it would be nice to unify it with all the test and rely...

good first issue

Umbrella issue for feedback that belongs to upstream github/linguist - `OWNERS` file is not recognized as yaml (orig #180) - `./vendor/*` files are not recognized as vendored ones - `t-sql`...

Following [bblfsh/bblfshd#211](https://github.com/bblfsh/bblfshd/issues/211) and to simplify usage of enry as a library for the users (e.g #186) we need to have GoDoc/JavaDoc/DocStrings on all public methods.

Part of the #155 Linguist added a new "XML Strategy" to detect XML files using only the header and the expected root tag `

Despite [cool uris do not change](https://www.w3.org/Provider/Style/URI.html) we already have issues with some paper links having HTTP 500 and not being available from time to time. The idea is to use...

I have downloaded full PGA to HDFS using `pga get -v ...` and have full logs of the process. It took a day and has finished eventually and can see...

question