Manuel Carmona
Manuel Carmona
When you set `master` as a version for a package in glide.yaml and run `glide up`, the version downloaded that you can see in the glide.lock references the commit of...
Update `go-git` and `core-retrieval` dependencies on pga to make it work with the latest borges version (database models).
Related to the empathy session. Running this query: ```sql /* Top languages by repository count */ SELECT * FROM (SELECT language, COUNT(repository_id) AS repository_count FROM (SELECT DISTINCT r.repository_id, LANGUAGE(t.tree_entry_name, b.blob_content)...
Related to the empathy session. Command descriptions are really short, what is fine, but maybe a link to the web documentation in the main command description would be helpful.
Related to the empathy session. It would be great if the query examples in https://docs.sourced.tech/babelfish/using-babelfish/uast-querying match the examples in bblfsh web so you don't have to modify to test them...