{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":596565210,"defaultBranch":"master","name":"scrollEOF.nvim","ownerLogin":"Aasim-A","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-02-02T13:16:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/23695024?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710122464.0","currentOid":""},"activityList":{"items":[{"before":"6b27ac8fd387cda200b0506d6065e0052130495e","after":null,"ref":"refs/heads/pr/disable-floating-option","pushedAt":"2024-03-11T02:01:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"}},{"before":"75a471d8dab322947a28a7a810ab6ffc0dd051cf","after":"38fd5880021e90c15dc61fa325f714bd8077f0a6","ref":"refs/heads/master","pushedAt":"2024-03-11T01:54:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"Added option to disable in floating windows (#16)","shortMessageHtmlLink":"Added option to disable in floating windows (#16)"}},{"before":null,"after":"6b27ac8fd387cda200b0506d6065e0052130495e","ref":"refs/heads/pr/disable-floating-option","pushedAt":"2024-03-11T01:52:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"Added option to disable in floating windows","shortMessageHtmlLink":"Added option to disable in floating windows"}},{"before":"48e087c35fbfa71b4c5d4f3b08e92f3eba617e80","after":"75a471d8dab322947a28a7a810ab6ffc0dd051cf","ref":"refs/heads/master","pushedAt":"2024-01-08T01:23:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"Added lazy and refactored some stuff","shortMessageHtmlLink":"Added lazy and refactored some stuff"}},{"before":"345deec622318b70f35c0ff06debf4217c9da98d","after":"48e087c35fbfa71b4c5d4f3b08e92f3eba617e80","ref":"refs/heads/master","pushedAt":"2024-01-08T01:07:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"fix: only update the scroll when we're scrolling down, fixes #11 (#13)\n\nCo-authored-by: Aasim-A <23695024+Aasim-A@users.noreply.github.com>","shortMessageHtmlLink":"fix: only update the scroll when we're scrolling down, fixes #11 (#13)"}},{"before":"cd7d9f02b0be033e254c8289f7a77bda57383637","after":"345deec622318b70f35c0ff06debf4217c9da98d","ref":"refs/heads/master","pushedAt":"2024-01-08T01:02:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"refactor: use screen line APIs to work with wrapped lines, fixes #3 (#12)\n\n* refactor: use screen line APIs to work with wrapped lines, fixes #3\r\n\r\n* Removed unnecessary code\r\n\r\n---------\r\n\r\nCo-authored-by: Aasim-A <23695024+Aasim-A@users.noreply.github.com>","shortMessageHtmlLink":"refactor: use screen line APIs to work with wrapped lines, fixes #3 (#12"}},{"before":"3fb4c699fc42b42cced466d09f38315b5d524253","after":"cd7d9f02b0be033e254c8289f7a77bda57383637","ref":"refs/heads/master","pushedAt":"2023-10-20T15:16:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"Fix window height calculation (#10)","shortMessageHtmlLink":"Fix window height calculation (#10)"}},{"before":"158f1302b06af2e17a2b713dc330947d790b08f8","after":"3fb4c699fc42b42cced466d09f38315b5d524253","ref":"refs/heads/master","pushedAt":"2023-09-16T11:02:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"Respect `scrolloff` when scrolling window without moving the cursor (#9)","shortMessageHtmlLink":"Respect scrolloff when scrolling window without moving the cursor (#9)"}},{"before":"08034984164382c7bf8d007a77ec0c0fb2ecb3c3","after":"158f1302b06af2e17a2b713dc330947d790b08f8","ref":"refs/heads/master","pushedAt":"2023-08-18T23:49:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"fix: considers folded lines near EoF (#8)\n\n* fix: considers folded lines near EoF (fix #7)\r\n\r\n* refactor: code readability\r\n\r\n* perf: avoid calculations when far away from EoF\r\n\r\n* Linting. Only change topline in `winrestview()`\r\n\r\n---------\r\n\r\nCo-authored-by: Aasim-A <23695024+Aasim-A@users.noreply.github.com>","shortMessageHtmlLink":"fix: considers folded lines near EoF (#8)"}},{"before":"81a88a5cb2b710618e95040cff9073211aff6eca","after":"08034984164382c7bf8d007a77ec0c0fb2ecb3c3","ref":"refs/heads/master","pushedAt":"2023-06-26T19:45:28.767Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"Removed buggy commit fixes #5\n\nThis reverts commit 81a88a5cb2b710618e95040cff9073211aff6eca.","shortMessageHtmlLink":"Removed buggy commit fixes #5"}},{"before":"36d02cb2b441134d44109515697a9c5a18d7207e","after":"81a88a5cb2b710618e95040cff9073211aff6eca","ref":"refs/heads/master","pushedAt":"2023-06-07T15:46:33.464Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aasim-A","name":null,"path":"/Aasim-A","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/23695024?s=80&v=4"},"commit":{"message":"Correctly handle screen scrolloff, fixes #2","shortMessageHtmlLink":"Correctly handle screen scrolloff, fixes #2"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xMVQwMjowMTowNC4wMDAwMDBazwAAAAQRyeHs","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xMVQwMjowMTowNC4wMDAwMDBazwAAAAQRyeHs","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNi0wN1QxNTo0NjozMy40NjQ1MjNazwAAAAM8uMhA"}},"title":"Activity ยท Aasim-A/scrollEOF.nvim"}