Evgeni Ku

Results 5 issues of Evgeni Ku

За да решим проблем с домашни, които не са thread safe почнахме да пускаме тестове в отделен процес, вместо в нишка. (виж #160) Оказва се, че малко избързахме и в...

This change adds support for setting `team` to `'*'` in the GitHub connector's `teams_to_roles`/`teams_to_logins` config. This has the effect of assigning the given roles to all users in the specified...

В смисъла на memory heap. Буквалните преводи според различни източнити в интернет варират измежду: - куп/купчина - насип - камара Никое от изборените не звучи твърде естествено, но пък предават...

When the cursor is inside an `if`/`else` or `switch` with `foldmethod` set to `syntax` the surrounding function actually gets folded instead of the conditional block itself. Example: ```go func main()...