{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":764729165,"defaultBranch":"main","name":"vscode-lcc","ownerLogin":"avidrucker","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-02-28T15:55:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6962664?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716746045.0","currentOid":""},"activityList":{"items":[{"before":"edf8ab863ae308ec21d259e0ee59cf4b28406ce1","after":"ddcd27752f75d3be4f6e8988b2b527171e662573","ref":"refs/heads/main","pushedAt":"2024-05-26T17:57:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"bump semver to 1.1.8 (#28)","shortMessageHtmlLink":"bump semver to 1.1.8 (lettucegoblin#28)"}},{"before":"edf8ab863ae308ec21d259e0ee59cf4b28406ce1","after":"f1a7ec577bc553bb0f96af1116dbe9acd91cba1f","ref":"refs/heads/patch-1","pushedAt":"2024-05-26T17:55:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"bump semver to 1.1.8","shortMessageHtmlLink":"bump semver to 1.1.8"}},{"before":"197278e8b20aab825f728f86172e9df397d447d4","after":null,"ref":"refs/heads/master","pushedAt":"2024-05-26T17:54:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"}},{"before":"ae030a59776b1213cd73524f921a14b990d717f3","after":"197278e8b20aab825f728f86172e9df397d447d4","ref":"refs/heads/master","pushedAt":"2024-05-26T17:52:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"Merge branch 'lettucegoblin:main' into master","shortMessageHtmlLink":"Merge branch 'lettucegoblin:main' into master"}},{"before":null,"after":"edf8ab863ae308ec21d259e0ee59cf4b28406ce1","ref":"refs/heads/main","pushedAt":"2024-05-26T17:50:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"Feat assembly snippets (#4) (#27)\n\n* fix mark valid + prefix to int arg for .word directive\r\n\r\n* feat rule asterisk instead of label as .word arg w offsets\r\n\r\n* fix widen rule to catch invalid hex arg to .word directive\r\n\r\n* fix rule 57 to permit spaces after leading +-\r\n\r\n* fix highlight offsets w whitespace, hex offsets\r\n\r\n* fix rule 57 to include hex offsets to labels as valid\r\n\r\n* init contributing doc\r\n\r\n* refactor clarify jmp 2nd arg options\r\n\r\n* fix require 1 or more whitespace before 2nd arg to jmp\r\n\r\n* feat highlight branch offsets\r\n\r\n* update further flesh out contributing doc\r\n\r\n* update clarify forking instructions\r\n\r\n* feat highlight hex args to .org, add missing .orig\r\n\r\n* update mention contributing doc in readme\r\n\r\n* feat .orig as valid mnemonic (i.e. no err msg)\r\n\r\n* fix highlight multi-digit label offset to ld & st, allow hex offset\r\n\r\n* feat highlight hex offset to branch label arg\r\n\r\n* fix rules 55, 56, 57, recognize valid label offsets to .word directive\r\n\r\n* add .md suffix to contributing doc\r\n\r\n* fix rule to specify 0 to many whitespace instead of simply 1 optional\r\n\r\n* update clarifying comment to rule regex\r\n\r\n* feat assembly code snippets","shortMessageHtmlLink":"Feat assembly snippets (#4) (lettucegoblin#27)"}},{"before":"a68e0d5bcd8d262c2da9411e6cfbd984f2fb0565","after":"ae030a59776b1213cd73524f921a14b990d717f3","ref":"refs/heads/master","pushedAt":"2024-05-26T17:42:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"Feat assembly snippets (#4)\n\n* fix mark valid + prefix to int arg for .word directive\r\n\r\n* feat rule asterisk instead of label as .word arg w offsets\r\n\r\n* fix widen rule to catch invalid hex arg to .word directive\r\n\r\n* fix rule 57 to permit spaces after leading +-\r\n\r\n* fix highlight offsets w whitespace, hex offsets\r\n\r\n* fix rule 57 to include hex offsets to labels as valid\r\n\r\n* init contributing doc\r\n\r\n* refactor clarify jmp 2nd arg options\r\n\r\n* fix require 1 or more whitespace before 2nd arg to jmp\r\n\r\n* feat highlight branch offsets\r\n\r\n* update further flesh out contributing doc\r\n\r\n* update clarify forking instructions\r\n\r\n* feat highlight hex args to .org, add missing .orig\r\n\r\n* update mention contributing doc in readme\r\n\r\n* feat .orig as valid mnemonic (i.e. no err msg)\r\n\r\n* fix highlight multi-digit label offset to ld & st, allow hex offset\r\n\r\n* feat highlight hex offset to branch label arg\r\n\r\n* fix rules 55, 56, 57, recognize valid label offsets to .word directive\r\n\r\n* add .md suffix to contributing doc\r\n\r\n* fix rule to specify 0 to many whitespace instead of simply 1 optional\r\n\r\n* update clarifying comment to rule regex\r\n\r\n* feat assembly code snippets","shortMessageHtmlLink":"Feat assembly snippets (#4)"}},{"before":"ecf2579d2d5492660b27c9e1582f1aa8d971a688","after":"a68e0d5bcd8d262c2da9411e6cfbd984f2fb0565","ref":"refs/heads/master","pushedAt":"2024-05-26T17:41:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"Changes for version 1.1.8 and issue 023 (#24)\n\n* fix mark valid + prefix to int arg for .word directive\r\n\r\n* feat rule asterisk instead of label as .word arg w offsets\r\n\r\n* fix widen rule to catch invalid hex arg to .word directive\r\n\r\n* fix rule 57 to permit spaces after leading +-\r\n\r\n* fix highlight offsets w whitespace, hex offsets\r\n\r\n* fix rule 57 to include hex offsets to labels as valid\r\n\r\n* init contributing doc\r\n\r\n* refactor clarify jmp 2nd arg options\r\n\r\n* fix require 1 or more whitespace before 2nd arg to jmp\r\n\r\n* feat highlight branch offsets\r\n\r\n* update further flesh out contributing doc\r\n\r\n* update clarify forking instructions\r\n\r\n* feat highlight hex args to .org, add missing .orig\r\n\r\n* update mention contributing doc in readme\r\n\r\n* feat .orig as valid mnemonic (i.e. no err msg)\r\n\r\n* fix highlight multi-digit label offset to ld & st, allow hex offset\r\n\r\n* feat highlight hex offset to branch label arg\r\n\r\n* fix rules 55, 56, 57, recognize valid label offsets to .word directive\r\n\r\n* add .md suffix to contributing doc\r\n\r\n* fix rule to specify 0 to many whitespace instead of simply 1 optional\r\n\r\n* update clarifying comment to rule regex","shortMessageHtmlLink":"Changes for version 1.1.8 and issue 023 (lettucegoblin#24)"}},{"before":"1b9cb473f74caed5858944f0af27cb34bd6664f1","after":"dede9528368418eda71947ba618f1cad839ef61f","ref":"refs/heads/feat-assembly-snippets","pushedAt":"2024-05-26T17:39:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"Merge branch 'lettucegoblin:master' into feat-assembly-snippets","shortMessageHtmlLink":"Merge branch 'lettucegoblin:master' into feat-assembly-snippets"}},{"before":null,"after":"1b9cb473f74caed5858944f0af27cb34bd6664f1","ref":"refs/heads/feat-assembly-snippets","pushedAt":"2024-05-26T17:35:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"feat assembly code snippets","shortMessageHtmlLink":"feat assembly code snippets"}},{"before":"f90d5c9026c69c615392cd8fea41c095611235e9","after":"ecf2579d2d5492660b27c9e1582f1aa8d971a688","ref":"refs/heads/master","pushedAt":"2024-05-26T16:22:42.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"Merge pull request #3 from avidrucker/highlighting-and-err-detect-fixes-issue-023\n\nHighlighting and err detect fixes issue 023","shortMessageHtmlLink":"Merge pull request #3 from avidrucker/highlighting-and-err-detect-fix…"}},{"before":"7eed70c905724f7dbe74301ba663a779b5adba18","after":"d39990e98fbecde8552217deb4cb44f5b1a0b6d1","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-26T16:20:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"update clarifying comment to rule regex","shortMessageHtmlLink":"update clarifying comment to rule regex"}},{"before":"f90d5c9026c69c615392cd8fea41c095611235e9","after":"7eed70c905724f7dbe74301ba663a779b5adba18","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-26T16:08:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"add .md suffix to contributing doc","shortMessageHtmlLink":"add .md suffix to contributing doc"}},{"before":"15d5714449babb6c5ccabac2030c22cbf9b0728e","after":"f90d5c9026c69c615392cd8fea41c095611235e9","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-26T16:07:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"fix rules 55, 56, 57, recognize valid label offsets to .word directive","shortMessageHtmlLink":"fix rules 55, 56, 57, recognize valid label offsets to .word directive"}},{"before":"b45f8f43162ab0549c8b59cd1bf9a2fe9c102531","after":"f90d5c9026c69c615392cd8fea41c095611235e9","ref":"refs/heads/master","pushedAt":"2024-05-23T15:06:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"fix rules 55, 56, 57, recognize valid label offsets to .word directive","shortMessageHtmlLink":"fix rules 55, 56, 57, recognize valid label offsets to .word directive"}},{"before":"eb0e34a882e95a95def75975a072864a4d300d86","after":"b45f8f43162ab0549c8b59cd1bf9a2fe9c102531","ref":"refs/heads/master","pushedAt":"2024-05-22T19:50:16.000Z","pushType":"pr_merge","commitsCount":18,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"Merge pull request #2 from avidrucker/highlighting-and-err-detect-fixes-issue-023\n\nHighlighting and err detect fixes issue 023","shortMessageHtmlLink":"Merge pull request #2 from avidrucker/highlighting-and-err-detect-fix…"}},{"before":"1cac478479aa69b4865ecee2866894e307ea407f","after":"15d5714449babb6c5ccabac2030c22cbf9b0728e","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T19:43:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"feat highlight hex offset to branch label arg","shortMessageHtmlLink":"feat highlight hex offset to branch label arg"}},{"before":"562bcbb3fb6a6aff570c7cff24ce3fe9590be4be","after":"1cac478479aa69b4865ecee2866894e307ea407f","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T19:31:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"fix highlight multi-digit label offset to ld & st, allow hex offset","shortMessageHtmlLink":"fix highlight multi-digit label offset to ld & st, allow hex offset"}},{"before":"4e7c263bf2f4bd08c1f191de8f04ef81a3a6c86b","after":"562bcbb3fb6a6aff570c7cff24ce3fe9590be4be","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T19:10:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"feat .orig as valid mnemonic (i.e. no err msg)","shortMessageHtmlLink":"feat .orig as valid mnemonic (i.e. no err msg)"}},{"before":"990df64e0fd711fb8482224a152c6bdeb391ed25","after":"4e7c263bf2f4bd08c1f191de8f04ef81a3a6c86b","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T19:01:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"update mention contributing doc in readme","shortMessageHtmlLink":"update mention contributing doc in readme"}},{"before":"534b0a9df69de739e25baa6df136dd8a497d96ea","after":"990df64e0fd711fb8482224a152c6bdeb391ed25","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T18:57:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"feat highlight hex args to .org, add missing .orig","shortMessageHtmlLink":"feat highlight hex args to .org, add missing .orig"}},{"before":"c5ffde4e3f54ce9c6fc10a8a10a9ca92fd1d478a","after":"534b0a9df69de739e25baa6df136dd8a497d96ea","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T18:44:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"update clarify forking instructions","shortMessageHtmlLink":"update clarify forking instructions"}},{"before":"c639d387a9d9e23d47b82c5e642d895d5f8cc1d5","after":"c5ffde4e3f54ce9c6fc10a8a10a9ca92fd1d478a","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T18:37:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"update further flesh out contributing doc","shortMessageHtmlLink":"update further flesh out contributing doc"}},{"before":"63dbd67efedaea9e19c6b0dd565cec2ab50b6c26","after":"c639d387a9d9e23d47b82c5e642d895d5f8cc1d5","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T18:29:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"feat highlight branch offsets","shortMessageHtmlLink":"feat highlight branch offsets"}},{"before":"1c5f974711b60754b0667aff4262690e6924f7e5","after":"63dbd67efedaea9e19c6b0dd565cec2ab50b6c26","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T16:13:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"fix require 1 or more whitespace before 2nd arg to jmp","shortMessageHtmlLink":"fix require 1 or more whitespace before 2nd arg to jmp"}},{"before":"b2f52a03fa7e1117eefc79ade1689078c36ef399","after":"1c5f974711b60754b0667aff4262690e6924f7e5","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-22T14:49:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"refactor clarify jmp 2nd arg options","shortMessageHtmlLink":"refactor clarify jmp 2nd arg options"}},{"before":"f77659d40a7497f65f93f805f2688db2ae46ff76","after":"b2f52a03fa7e1117eefc79ade1689078c36ef399","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-21T19:56:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"init contributing doc","shortMessageHtmlLink":"init contributing doc"}},{"before":"f943431e75be12e4690fa3c3cf341692869aaa08","after":"f77659d40a7497f65f93f805f2688db2ae46ff76","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-21T18:24:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"fix rule 57 to include hex offsets to labels as valid","shortMessageHtmlLink":"fix rule 57 to include hex offsets to labels as valid"}},{"before":"a2518989a2a2bcf16a1c53e5fb903e9dc298fe88","after":"f943431e75be12e4690fa3c3cf341692869aaa08","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-21T18:15:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"fix highlight offsets w whitespace, hex offsets","shortMessageHtmlLink":"fix highlight offsets w whitespace, hex offsets"}},{"before":"9b69071300c8a3f473e86e36c1ad0d7ed460408d","after":"a2518989a2a2bcf16a1c53e5fb903e9dc298fe88","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-21T17:48:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"fix rule 57 to permit spaces after leading +-","shortMessageHtmlLink":"fix rule 57 to permit spaces after leading +-"}},{"before":"6444fd784a2b914b07b2de422354ddf60c926380","after":"9b69071300c8a3f473e86e36c1ad0d7ed460408d","ref":"refs/heads/highlighting-and-err-detect-fixes-issue-023","pushedAt":"2024-05-21T17:29:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avidrucker","name":"Avi Drucker","path":"/avidrucker","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6962664?s=80&v=4"},"commit":{"message":"fix widen rule to catch invalid hex arg to .word directive","shortMessageHtmlLink":"fix widen rule to catch invalid hex arg to .word directive"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yNlQxNzo1NzozMC4wMDAwMDBazwAAAARUQuTe","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yNlQxNzo1NzozMC4wMDAwMDBazwAAAARUQuTe","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yMVQxNzoyOTo0Ny4wMDAwMDBazwAAAARQH2lb"}},"title":"Activity · avidrucker/vscode-lcc"}