Kuba Podgórski
Kuba Podgórski
I'm sorry, but frankly speaking I don't see the point to rename this library/repo. Many other projects (like https://github.com/facebook/hermes, https://github.com/assimp/assimp, etc.) uses this library, so changing the name can potentially...
https://github.com/vitessio/vitess/pull/4897
Static partition sizes have some benefits. For instance you don't have calculate mapping where is what. On the other hand it still won't be super balanced. We may try to...
it should be done with https://github.com/src-d/gitbase/issues/701
It's doable, but we have to discuss in what format we want to return extracted data. Here is a one big object in json: ```json [ { "@pos": { "@type":...
@erizocosmico - this is what we get from bblfsh (whole node) converted to json. But the question is about `extract`. So far, extract returns a slice of all extracted sub-node...
My understanding is - because we want to be backward compatible with the latest two versions of go, we have to wait till 1.14
...but to prepare for that I would archive `go-errors` project.
Yes, I heard about that, but frankly still don't get it. What's the difference between library and application. In theory almost every package should _behave_ like library. Application is just...
In my opinion we should paraphrase it - "for `main` and `non exportable packages`". Because IMO there is no obvious difference between _app_ and _lib_. For instance if you have...