Evgeniy Kulynych
Evgeniy Kulynych
Looks like file size comparison problem in S3.js: ``` - const thirtyTwoMegabytes = 34359738368; + const thirtyTwoMegabytes = 33554432; ``` Also: ``` 380: res = JSON.parse(res); 381: putInLine(function(){ 382: uploadFileToURL(asBuffer,...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...
When I try to load page where the map presents and try to hover some country, tooltip displays in wrong position. **To Reproduce** 1. Just load the page where the...