{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":455620751,"defaultBranch":"main","name":"nfp","ownerLogin":"xuri","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-02-04T16:36:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2809468?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1643992658.905369","currentOid":""},"activityList":{"items":[{"before":"5bacf1a74267186b2d95e751a235b74657f723f6","after":"ab9948c2c4a79c6f77f8e839ac6481a8a493b3ee","ref":"refs/heads/main","pushedAt":"2024-03-18T01:34:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"Improve alignment token generation (#10)","shortMessageHtmlLink":"Improve alignment token generation (#10)"}},{"before":"4e278e6f47a4a2f2302769bc63764d558dd8707c","after":"5bacf1a74267186b2d95e751a235b74657f723f6","ref":"refs/heads/main","pushedAt":"2024-03-16T16:19:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"Introduce new alignment token type\n\n- Update unit tests\n- Update GitHub Actions workflow configuration, test on Go 1.22.x, and disable Go module cache","shortMessageHtmlLink":"Introduce new alignment token type"}},{"before":"d98342af3f055baedccc383e578a14685cdfed74","after":"4e278e6f47a4a2f2302769bc63764d558dd8707c","ref":"refs/heads/main","pushedAt":"2024-03-16T16:15:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"Introduce new alignment token type\n\n- Update unit tests\n- Update GitHub Actions workflow configuration, test on Go 1.22.x, and disable Go module cache","shortMessageHtmlLink":"Introduce new alignment token type"}},{"before":"e5a3f5b247854a8a5bb8999912ead07d585cc6b8","after":"d98342af3f055baedccc383e578a14685cdfed74","ref":"refs/heads/main","pushedAt":"2023-09-19T16:07:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"Fix missing literal token in some cases (#9)","shortMessageHtmlLink":"Fix missing literal token in some cases (#9)"}},{"before":"dc951e3ffe1a50f0875f6d12af09dc90bea06c5c","after":"e5a3f5b247854a8a5bb8999912ead07d585cc6b8","ref":"refs/heads/main","pushedAt":"2023-09-18T16:07:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"This closes #7, support date time format with dot separator (#8)","shortMessageHtmlLink":"This closes #7, support date time format with dot separator (#8)"}},{"before":"2d5eeba905e9bc40f8ae06bb3623c4e56eaa8fe4","after":"dc951e3ffe1a50f0875f6d12af09dc90bea06c5c","ref":"refs/heads/main","pushedAt":"2023-08-19T16:36:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"This fixed incorrect language info token generation (#6)\n\n- Correction currency string token parsing result\r\n- Updates the unit tests, workflow, and the founding info","shortMessageHtmlLink":"This fixed incorrect language info token generation (#6)"}},{"before":"aee513b45ff47014ec589f076d40a87650088fc0","after":"2d5eeba905e9bc40f8ae06bb3623c4e56eaa8fe4","ref":"refs/heads/main","pushedAt":"2023-08-02T01:53:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"Using character `a` as date times token (#5)\n\n- Update unit tests","shortMessageHtmlLink":"Using character a as date times token (#5)"}},{"before":"a7d120392641c34eb94cfdc39c7234f071fd35d6","after":"aee513b45ff47014ec589f076d40a87650088fc0","ref":"refs/heads/main","pushedAt":"2023-07-30T01:22:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"Improve currency string and language info supports (#4)","shortMessageHtmlLink":"Improve currency string and language info supports (#4)"}},{"before":"3f38cdbb0b836c3d92c877a538f4a502d52db5d3","after":"a7d120392641c34eb94cfdc39c7234f071fd35d6","ref":"refs/heads/main","pushedAt":"2023-07-23T16:05:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"This closes #3, reuse rune array instead of computing it every time (#2)\n\nConverting a string to a rune array is not cheap. Since Golang strings\r\nare immutable, each call to currentChar, doubleChar, etc. is doing\r\na lot of unnecessary work.\r\n\r\nThis commit fixes this by storing the conversion of string to runes\r\ninside the parser and using it instead. This still incurs in the cost\r\nof conversion, but it's done only once.","shortMessageHtmlLink":"This closes #3, reuse rune array instead of computing it every time (#2)"}},{"before":"ff4f5dcfe52b31094011af33a621d87e77e0bb4e","after":"3f38cdbb0b836c3d92c877a538f4a502d52db5d3","ref":"refs/heads/main","pushedAt":"2023-05-03T01:00:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"Support literal type token with date time number format code","shortMessageHtmlLink":"Support literal type token with date time number format code"}},{"before":"b50b0f0358f4e17fe0cbdc69d4557c08de7e5bb8","after":"ff4f5dcfe52b31094011af33a621d87e77e0bb4e","ref":"refs/heads/main","pushedAt":"2023-05-02T05:37:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"Add missing literal type token for some cases\n\n- Copyright info has been updated","shortMessageHtmlLink":"Add missing literal type token for some cases"}},{"before":"5e722a1d9e22638a730655809632b5c95ed9c36b","after":"b50b0f0358f4e17fe0cbdc69d4557c08de7e5bb8","ref":"refs/heads/main","pushedAt":"2023-04-28T09:07:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xuri","name":null,"path":"/xuri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2809468?s=80&v=4"},"commit":{"message":"Fix first literal token in positive section was missing in some cases","shortMessageHtmlLink":"Fix first literal token in positive section was missing in some cases"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEGBG7zQA","startCursor":null,"endCursor":null}},"title":"Activity ยท xuri/nfp"}