Maxim Sukharev

Results 141 comments of Maxim Sukharev

Hit https://github.com/src-d/engine/issues/323

yep. But the engine api has changed a bit. We need to update gemini.

Run gemini on new 1k dataset with new engine. And it works!!!! The bad new is timing: 24 min. I don't really know how to profile it, but I saw...

10k has failed with https://github.com/src-d/engine/issues/332

currently is blocked by https://github.com/src-d/engine/issues/336

10k repos are processed successfully with engine 0.5.7. Full PGA is failing with OOM with default params. Need to tune them.

Is it possible to catch such things: - https://github.com/src-d/gemini/pull/48/files#diff-7d8cae56157bb5c2c2053b9797014e8f - https://github.com/src-d/gemini/pull/48/files#diff-768357618a8db6a4da444273c800e8d9 - https://github.com/src-d/gemini/pull/48/files#diff-747eed6d907b7380e439aec919e624c6R169 by linter/codestyle?

JFI: because we sync both files using JS it should be super easy to implement.

@dpordomingo from my understanding this issue tries to decouple release process with deploying process. Which makes sense. We can deploy without release or release without deploy or change any of...

yes. It's part of this issue. Find those places. I would go like this: 1. Check tests, make sure it covers `error` path. Add expected result. Fix code if test...