Igor Artemenko

Results 4 issues of Igor Artemenko

Prior to this change, we would ignore the ``` await this.githubApi.pulls.create(props); ``` return value, which is the actual Pull Request data. As a result, none of the logic beyond creating...

The `psql` call for finding all databases (which happens when `DB_NAME` is `ALL` or `SPLIT_DB` is `FALSE`) fails if `DB_USER` is not an existing database. This change stops using `DB_USER`...

Before this change, whenever the user would download an attachment, the client (Pantalaimon) would store all the data in memory while processing it. This causes significant memory usage spikes when...

When a user clicks an unread notification, the response (when updating the notification) is a 500: https://gist.github.com/codemonium/51bd5a7c48bda71e146aace901f55d05 It is possible to reproduce this error on commit https://github.com/rubyforgood/Flaredown/commit/867c984ed8472ab4e10bad966e0d3d80bb418b40, even before any...