{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":711500290,"defaultBranch":"master","name":"pastel","ownerLogin":"joveian","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-10-29T13:13:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1261914?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1698696877.0","currentOid":""},"activityList":{"items":[{"before":"0e3d89eec60e2bce9d18f2d8b1fd4849adaa7d7f","after":"414736b42861a928ce01e335a52a9c3295146dfd","ref":"refs/heads/block","pushedAt":"2023-11-02T13:19:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"},"commit":{"message":"Add comment about kitty's text_fg_override_threshold","shortMessageHtmlLink":"Add comment about kitty's text_fg_override_threshold"}},{"before":"dbe786701cd0a2dfe4e3e623b4998404a42f7c2e","after":"0e3d89eec60e2bce9d18f2d8b1fd4849adaa7d7f","ref":"refs/heads/block","pushedAt":"2023-10-30T20:19:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"},"commit":{"message":"cargo fmt","shortMessageHtmlLink":"cargo fmt"}},{"before":null,"after":"dbe786701cd0a2dfe4e3e623b4998404a42f7c2e","ref":"refs/heads/block","pushedAt":"2023-10-30T20:14:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"},"commit":{"message":"Fix lines in kitty terminal with text_fg_override_threshold set\n\nThe kitty terminal has a new setting text_fg_override_threshold that checks\nthe luminosity difference between the text and background and if it is above\nthe set percentage turns the text black or white to get the best possible\nvisibility. pastel currently uses a unicode half block character and sets\nboth forground and background to the same color in the color patch. This\npatch changes this to be a space with both forground and background colors set\nto the same color (only becuase I don't know enough rust to figure out how to\njust set background color :/).\n\nPossibly this could cause trouble with some background transparency settings,\nalthough if so the current situation might as well to a lesser extent. I'm\nnot sure how to make using text color work reliably with\ntext_fg_override_threshold so I think a command line option to use one or the\nother would be needed there unless another drawing option is used.\n\nThere are two other ways to draw on kitty that could be considered. The\ngraphics protocol allow arbitrary images to be displayed and is supported by a\nfew other terminals. kitty also supports using colors with DECCARA, although\nI don't know if any other terminals support this. In any case, with this\npatch it works for me and I checked that it still works on alacritty as well.","shortMessageHtmlLink":"Fix lines in kitty terminal with text_fg_override_threshold set"}},{"before":"c3f89c2cc82b7e951426755e2ece7e4af8fa6d21","after":null,"ref":"refs/heads/block","pushedAt":"2023-10-30T20:12:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"}},{"before":null,"after":"c3f89c2cc82b7e951426755e2ece7e4af8fa6d21","ref":"refs/heads/block","pushedAt":"2023-10-30T20:10:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"},"commit":{"message":"Fix lines in kitty terminal with text_fg_override_threshold set\n\nThe kitty terminal has a new feature text_fg_override_threshold that checks\nthe luminosity difference between the text and background and if it is above\nthe set percentage turns the text black or white to get the best possible\nvisibility. pastel currently uses a unicode half block character and sets\nboth forground and background to the same color in the color patch. This\npatch changes this to be a space with both forground and background colors set\nto the same color (only becuase I don't know enough rust to figure out how to\njust set background color :/).\n\nPossibly this could cause trouble with some background transparency settings,\nalthough if so the current situation would as well to a lesser extent. I'm\nnot sure how to make using text color work reliably with\ntext_fg_override_threshold so I think a command line option to use one or the\nother would be needed there unless another drawing option is used.\n\nThere are two other ways to draw on kitty that could be considered. The\ngraphics protocol allow arbitrary images to be displayed and is supported by a\nfew other terminals. kitty also supports using colors with DECCARA, although\nI don't know if any other terminals support this. In any case, with this\npatch it works for me and I checked that it still works on alacritty as well.","shortMessageHtmlLink":"Fix lines in kitty terminal with text_fg_override_threshold set"}},{"before":"7b799c638d1de03e9ba0f180c31ad96fce4153b5","after":null,"ref":"refs/heads/block","pushedAt":"2023-10-30T20:10:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"}},{"before":"99cc8e9899f3565ced8fdb1b6e5f936225e5529c","after":"7b799c638d1de03e9ba0f180c31ad96fce4153b5","ref":"refs/heads/block","pushedAt":"2023-10-30T20:08:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"},"commit":{"message":"Fix lines in kitty terminal with text_fg_override_threshold set\n\nThe kitty terminal has a new feature text_fg_override_threshold that checks\nthe luminocity difference between the text and background and if it is above\nthe set percentage turns the text black or white to get the best possible\nvisibility. pastel currently uses a unicode half block character and sets\nboth forground and background to the same color in the color patch. This\npatch changes this to be a space with both forground and background colors set\nto the same color (only becuase I don't know enough rust to figure out how to\njust set background color :/).\n\nPossibly this could cause trouble with some background transparency settings,\nalthough if so the current situation would as well to a lesser extent. I'm\nnot sure how to make using text color work reliably with\ntext_fg_override_threshold so I think a command line option to use one or the\nother would be needed there unless another drawing option is used.\n\nThere are two other ways to draw on kitty that could be considered. The\ngraphics protocol allow arbitrary images to be displayed and is supported by a\nfew other terminals. kitty also supports using colors with DECCARA, although\nI don't know if any other terminals support this. In any case, with this\npatch it works for me and I checked that it still works on alacritty as well.","shortMessageHtmlLink":"Fix lines in kitty terminal with text_fg_override_threshold set"}},{"before":null,"after":"99cc8e9899f3565ced8fdb1b6e5f936225e5529c","ref":"refs/heads/block","pushedAt":"2023-10-29T19:06:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"},"commit":{"message":"Bump once_cell from 1.12.0 to 1.18.0\n\nBumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.18.0.\n- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/matklad/once_cell/compare/v1.12.0...v1.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: once_cell\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump once_cell from 1.12.0 to 1.18.0"}},{"before":"99cc8e9899f3565ced8fdb1b6e5f936225e5529c","after":"c6df565546ec8558c607c77350cd4bebdf821697","ref":"refs/heads/compare","pushedAt":"2023-10-29T15:15:07.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"},"commit":{"message":"Merge branch 'master' into compare","shortMessageHtmlLink":"Merge branch 'master' into compare"}},{"before":null,"after":"99cc8e9899f3565ced8fdb1b6e5f936225e5529c","ref":"refs/heads/compare","pushedAt":"2023-10-29T13:13:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joveian","name":null,"path":"/joveian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1261914?s=80&v=4"},"commit":{"message":"Bump once_cell from 1.12.0 to 1.18.0\n\nBumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.18.0.\n- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/matklad/once_cell/compare/v1.12.0...v1.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: once_cell\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump once_cell from 1.12.0 to 1.18.0"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMS0wMlQxMzoxOTowMS4wMDAwMDBazwAAAAOl35UE","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0yOVQxMzoxMzo0OS4wMDAwMDBazwAAAAOiYPv8"}},"title":"Activity ยท joveian/pastel"}