{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":450407947,"defaultBranch":"main","name":"fidget.nvim","ownerLogin":"j-hui","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-21T08:15:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11800204?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1720369269.0","currentOid":""},"activityList":{"items":[{"before":"f53cc3439d20afbc6101a17e8989b01c07ddb8b6","after":"d855eed8a06531a7e8fd0684889b2943f373c469","ref":"refs/heads/main","pushedAt":"2024-07-13T15:46:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(doc): auto-generate help docs","shortMessageHtmlLink":"chore(doc): auto-generate help docs"}},{"before":"8688b6a22c0d6b96ce45eb5875e67090aa7d83c9","after":"7b74c71cc73cb8768550328981d406b7f504fd11","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-07-13T15:46:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(main): release 1.5.0","shortMessageHtmlLink":"chore(main): release 1.5.0"}},{"before":"bc34563a50c4d05e2d35a0db246e611d0ac95161","after":"f53cc3439d20afbc6101a17e8989b01c07ddb8b6","ref":"refs/heads/main","pushedAt":"2024-07-13T15:46:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"fix: don't use client IDs from LspProgressUpdate\n\nFixes #253\n\nThe error was introduced in #252, which assumed that the\nLspProgressUpdate User event (<=0.9.4) carries the LSP client ID\nlike the LspProgress event (>=10.0.0). It does not.\n\nThis commits reverts to the original behavior of only polling active\nclients for pre-v10 Neovim versions (more accurately, for Neovim builds\nthat lack the lsp.status/LspProgress features, which were released\nsometime between 0.9.4 and 10.0.0). It also moves client_ids table into\nthe progress/lsp.lua module, because it is specific to a particular\nNeovim version. I also added some documentation.","shortMessageHtmlLink":"fix: don't use client IDs from LspProgressUpdate"}},{"before":"8ed3ec96e14a5a717e7e3cc8b29d321e7474eb7e","after":"8688b6a22c0d6b96ce45eb5875e67090aa7d83c9","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-07-13T01:55:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(main): release 1.5.0","shortMessageHtmlLink":"chore(main): release 1.5.0"}},{"before":"600ecc102263140236db034d22c12b41df761872","after":"bc34563a50c4d05e2d35a0db246e611d0ac95161","ref":"refs/heads/main","pushedAt":"2024-07-13T01:49:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(doc): auto-generate help docs","shortMessageHtmlLink":"chore(doc): auto-generate help docs"}},{"before":"a0524f0f2545b979267cd327798bc67ea289d38d","after":"8ed3ec96e14a5a717e7e3cc8b29d321e7474eb7e","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-07-13T01:49:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(main): release 1.5.0","shortMessageHtmlLink":"chore(main): release 1.5.0"}},{"before":"c12f8a58ee472ce5983c3a3f3aad0ff6c49a6a83","after":"600ecc102263140236db034d22c12b41df761872","ref":"refs/heads/main","pushedAt":"2024-07-13T01:49:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"Show progress for clients before they initialize (#252)\n\nThis change updates the lsp progress implementation to keep track of\r\nknown client ids (by monitoring the LspProgress event). When getting a\r\nlist of clients we use this list instead of calling\r\n`vim.lsp.get_clients` which only returns active clients.\r\n\r\nThis allows showing progress notifications for clients before they have\r\ncompleted initializing.","shortMessageHtmlLink":"Show progress for clients before they initialize (#252)"}},{"before":null,"after":"b9c275b9795ce7a852a4b370d592422000d303c7","ref":"refs/heads/anime-overhaul","pushedAt":"2024-07-07T16:21:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"feat!: overhaul animation configuration\n\nThis is still a work in progress and needs more thought.\n\nGoals of this overhaul are:\n\n- Make configuration concise, explicit, and extensible\n- Get rid of ambiguity warts like `{ \"dots\" }` vs `\"dots\"`\n- Introduce a default BAD pattern that is shown when patterns are\n misconfigured\n- Make it easier to inspect, debug, and compose animations\n\nAt the moment, animations are just a mess of types. Maybe it's time to\nintroduce a proper `Anime` class/interface with methods and everything.","shortMessageHtmlLink":"feat!: overhaul animation configuration"}},{"before":"a01443a5adba5f4a74d246664ff25644e303a5fd","after":"c12f8a58ee472ce5983c3a3f3aad0ff6c49a6a83","ref":"refs/heads/main","pushedAt":"2024-07-07T01:46:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(doc): auto-generate help docs","shortMessageHtmlLink":"chore(doc): auto-generate help docs"}},{"before":"cfcc64675dd3e014cf2f2700c3657feaa71b45b9","after":"a0524f0f2545b979267cd327798bc67ea289d38d","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-07-07T01:46:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(main): release 1.5.0","shortMessageHtmlLink":"chore(main): release 1.5.0"}},{"before":"43607ed19059a245a2193bb9fadfac575b1e35f3","after":"a01443a5adba5f4a74d246664ff25644e303a5fd","ref":"refs/heads/main","pushedAt":"2024-07-07T01:45:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"feat: ignore messages via to filter functions\n\nPreviously, messages could only be ignored according to the name of the\nLSP server they come from. (Prior to the legacy rewrite, this feature\nwas part of the user-specified render function. Kind of ugly how that\nworked.)\n\nThis feature allows messages to be ignored according to logic in\narbitrary user-specified functions.\n\nThe slightly yucky thing about this design is that the \"shape\" of the\nmessage object is not really well-specified or documented. For example,\nit is not obvious why we need to check `msg.title` rather than anything\nelse. The example should be good enough though, at least for now.\n\nAddresses #249","shortMessageHtmlLink":"feat: ignore messages via to filter functions"}},{"before":"43607ed19059a245a2193bb9fadfac575b1e35f3","after":"cfcc64675dd3e014cf2f2700c3657feaa71b45b9","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-07-06T23:45:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(main): release 1.4.6","shortMessageHtmlLink":"chore(main): release 1.4.6"}},{"before":null,"after":"43607ed19059a245a2193bb9fadfac575b1e35f3","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-07-06T23:45:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"fix: don't render window is editor is too small\n\nfixes #248","shortMessageHtmlLink":"fix: don't render window is editor is too small"}},{"before":"ef99df04a1c53a453602421bc0f756997edc8289","after":"43607ed19059a245a2193bb9fadfac575b1e35f3","ref":"refs/heads/main","pushedAt":"2024-07-06T23:45:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"fix: don't render window is editor is too small\n\nfixes #248","shortMessageHtmlLink":"fix: don't render window is editor is too small"}},{"before":"660d6da362f9de004cafe46070e5666fb4a2bd52","after":null,"ref":"refs/heads/release-please--branches--main","pushedAt":"2024-05-19T04:35:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"}},{"before":"6ed1fc5ecfc6b15c453a6cc85efe51414220bf29","after":"ef99df04a1c53a453602421bc0f756997edc8289","ref":"refs/heads/main","pushedAt":"2024-05-19T04:35:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"chore(main): release 1.4.5 (#239)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(main): release 1.4.5 (#239)"}},{"before":"f343436c9b487ede0e6325d92b5192d55786b6b2","after":"660d6da362f9de004cafe46070e5666fb4a2bd52","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-05-19T04:34:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(main): release 1.4.5","shortMessageHtmlLink":"chore(main): release 1.4.5"}},{"before":"26e24cfbd5aec456e84637111a6770353464407c","after":"6ed1fc5ecfc6b15c453a6cc85efe51414220bf29","ref":"refs/heads/main","pushedAt":"2024-05-19T04:34:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"fix: another dummy commit for testing release-please","shortMessageHtmlLink":"fix: another dummy commit for testing release-please"}},{"before":"26e24cfbd5aec456e84637111a6770353464407c","after":"f343436c9b487ede0e6325d92b5192d55786b6b2","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-05-19T04:33:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(main): release 1.4.5","shortMessageHtmlLink":"chore(main): release 1.4.5"}},{"before":null,"after":"26e24cfbd5aec456e84637111a6770353464407c","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-05-19T04:33:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"fix: dummy fix commit to trigger release-please","shortMessageHtmlLink":"fix: dummy fix commit to trigger release-please"}},{"before":"a3907aa57d1c863d213db35801835292f4bf5ec4","after":"26e24cfbd5aec456e84637111a6770353464407c","ref":"refs/heads/main","pushedAt":"2024-05-19T04:33:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"fix: dummy fix commit to trigger release-please","shortMessageHtmlLink":"fix: dummy fix commit to trigger release-please"}},{"before":"85dedcd66625327f347d4659ce63d2f5a4bdfd1c","after":"a3907aa57d1c863d213db35801835292f4bf5ec4","ref":"refs/heads/main","pushedAt":"2024-05-19T04:29:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"ci: address more release-please warnings","shortMessageHtmlLink":"ci: address more release-please warnings"}},{"before":"6fec2a150caa17c574ce7857afb8972ca8a03019","after":null,"ref":"refs/heads/release-please--branches--main","pushedAt":"2024-05-19T04:28:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"}},{"before":"9cbff74368b75ecebcdc17c576911ce458975647","after":"85dedcd66625327f347d4659ce63d2f5a4bdfd1c","ref":"refs/heads/main","pushedAt":"2024-05-19T04:28:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"chore(main): release 1.4.4 (#238)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(main): release 1.4.4 (#238)"}},{"before":"9cbff74368b75ecebcdc17c576911ce458975647","after":"6fec2a150caa17c574ce7857afb8972ca8a03019","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-05-19T04:24:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(main): release 1.4.4","shortMessageHtmlLink":"chore(main): release 1.4.4"}},{"before":null,"after":"9cbff74368b75ecebcdc17c576911ce458975647","ref":"refs/heads/release-please--branches--main","pushedAt":"2024-05-19T04:24:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"ci: update action versions to address warnings","shortMessageHtmlLink":"ci: update action versions to address warnings"}},{"before":"15d15a490fd52c499e27254d72a612e87d18297c","after":"9cbff74368b75ecebcdc17c576911ce458975647","ref":"refs/heads/main","pushedAt":"2024-05-19T04:23:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"ci: update action versions to address warnings","shortMessageHtmlLink":"ci: update action versions to address warnings"}},{"before":"15d15a490fd52c499e27254d72a612e87d18297c","after":"23f487f7b4baf07612a87c62d06f254521dea53f","ref":"refs/heads/release-please--branches--main--components--fidget.nvim","pushedAt":"2024-05-19T04:20:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(main): release 1.4.4","shortMessageHtmlLink":"chore(main): release 1.4.4"}},{"before":null,"after":"15d15a490fd52c499e27254d72a612e87d18297c","ref":"refs/heads/release-please--branches--main--components--fidget.nvim","pushedAt":"2024-05-19T04:20:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"ci: simplify luarocks workflow","shortMessageHtmlLink":"ci: simplify luarocks workflow"}},{"before":"a2ece932b663898d4015f458ce7ad92c389690ba","after":"15d15a490fd52c499e27254d72a612e87d18297c","ref":"refs/heads/main","pushedAt":"2024-05-19T04:19:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"j-hui","name":"John Hui","path":"/j-hui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11800204?s=80&v=4"},"commit":{"message":"ci: simplify luarocks workflow","shortMessageHtmlLink":"ci: simplify luarocks workflow"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfpuSuQA","startCursor":null,"endCursor":null}},"title":"Activity ยท j-hui/fidget.nvim"}