{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":764066205,"defaultBranch":"master","name":"PhpSpreadsheet","ownerLogin":"rdey","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-02-27T12:22:39.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2766015?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1709038647.0","currentOid":""},"activityList":{"items":[{"before":"f4c407242cee105e508152db53479959b4b943a4","after":"c1d141bea3107d336a70a79cf82921e189352ac7","ref":"refs/heads/hotfix/prepending-zero-prc","pushedAt":"2024-02-27T22:31:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nicholasruunu","name":"Nicholas Ruunu","path":"/nicholasruunu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483658?s=80&v=4"},"commit":{"message":"Fix issue with prepending zero in percentage\n\nBefore it was a bug when flooring negative numbers added to the length of\nthe number for the sprintf mask.\nFor example -0.091 becomes -9.1 in percentage, floors to -10 which is going to\nincrease $wholePartSize by 1 and add a leading zero to the result: -09.1% with\nformat 0.0%.\nThis happened for negative ranges where floor will increse the length of\nthe original number.","shortMessageHtmlLink":"Fix issue with prepending zero in percentage"}},{"before":"aa640bbecd3caaef963a31827964db2c200998e0","after":"f4c407242cee105e508152db53479959b4b943a4","ref":"refs/heads/hotfix/prepending-zero-prc","pushedAt":"2024-02-27T16:41:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nicholasruunu","name":"Nicholas Ruunu","path":"/nicholasruunu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483658?s=80&v=4"},"commit":{"message":"Fix issue with prepending zero in percentage\n\nBefore it was a bug when flooring negative numbers added to the length of\nthe number for the sprintf mask.\nFor example -0.091 becomes -9.1 in percentage, floors to -10 which is going to\nincrease $wholePartSize by 1 and add a leading zero to the result: -09.1% with\nformat 0.0%.\nThis happened for negative ranges where floor will increse the length of\nthe original number.","shortMessageHtmlLink":"Fix issue with prepending zero in percentage"}},{"before":"0de3ed826642dc79d912ae68c0e69300954c1351","after":"aa640bbecd3caaef963a31827964db2c200998e0","ref":"refs/heads/hotfix/prepending-zero-prc","pushedAt":"2024-02-27T16:04:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nicholasruunu","name":"Nicholas Ruunu","path":"/nicholasruunu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483658?s=80&v=4"},"commit":{"message":"Fix issue with prepending zero in percentage\n\nBefore it was a bug when flooring negative numbers added to the length of\nthe number for the sprintf mask.\nFor example -0.091 becomes -9.1 in percentage, floors to -10 which is going to\nincrease $wholePartSize by 1 and add a leading zero to the result: -09.1% with\nformat 0.0%.\nThis happened for negative ranges where floor will increse the length of\nthe original number.","shortMessageHtmlLink":"Fix issue with prepending zero in percentage"}},{"before":"b8d58d3709fb4c3aa89484f3a09a9c87c13612a7","after":"0de3ed826642dc79d912ae68c0e69300954c1351","ref":"refs/heads/hotfix/prepending-zero-prc","pushedAt":"2024-02-27T16:00:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nicholasruunu","name":"Nicholas Ruunu","path":"/nicholasruunu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483658?s=80&v=4"},"commit":{"message":"Fix issue with prepending zero in percentage -1.0