Ilia Pavliukov
Ilia Pavliukov
A `vips_join` operation in the library allows concatenating two images one by another. It's widely used in document processing backends. **Docs** https://www.libvips.org/API/current/libvips-conversion.html#vips-join **Signature** As basic example: ```go func VipsJoin(image1 *C.VipsImage,...
Reference: https://deniz.co/slack-poker-planner/ Show demo bot usage as screencast record. List some useful commands. Share docs on how to launch bot in prod env.
Move all configuration to envs. Issue also requires to describe envs as table in README.
Allow admin to edit team settings without the need of app reload. Background goroutine with mutex may be used.
Add integration with cloud Jira using app token. Allows teams to add more reviewers if some conditions met. It requires MR to contain Jira issue ticket, also additional field in...
Add ability to link team with multiple projects listed in team's field. Status quo is every team allowed to apply their policies in any project. If list of team's projects...
Create unified tests for all policies. Also develop test cases: | | Reinventing Democracy | TeamLead Always Right | |--------------------|----------------------------------------------------------------------------|----------------------------------------------------------------------------| | ProcessChanges | 1. skip2. first set3. already set4. partial...
Fixes #1162 This won't expose `-` as a json field where it was intended. I've also checked the rest of code base for the same issue: nothing else found 👍🏻...