{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":234738359,"defaultBranch":"master","name":"pandocs","ownerLogin":"gbdev","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-01-18T13:25:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/29732935?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1704202812.0","currentOid":""},"activityList":{"items":[{"before":"62ecae4ed1bcd82675e3ebd13105d2173bd0e841","after":"9a43d2125035213bc2d24863248dca5347c35112","ref":"refs/heads/master","pushedAt":"2024-05-07T23:20:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Improve list of licensees (#549)\n\n* Fix some typos & inconsistencies\r\n\r\n* SCi was “The Sales Curve Limited” 1988-1994\r\n\r\n* B-AI, JSS, Pow, PCM Complete\r\n\r\nAdd Kodansha code “DK” from “Initial D Gaiden”\r\n\r\n* MTO\r\n\r\nFrom Pocket GT\r\n\r\n---------\r\n\r\nCo-authored-by: Eldred Habert ","shortMessageHtmlLink":"Improve list of licensees (#549)"}},{"before":"5dbce5b026ab4bb373b1624ec70e72fe9001f02e","after":"62ecae4ed1bcd82675e3ebd13105d2173bd0e841","ref":"refs/heads/master","pushedAt":"2024-04-18T22:35:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Correct description of SC clock speed switch (#548)","shortMessageHtmlLink":"Correct description of SC clock speed switch (#548)"}},{"before":"97593b58b067a132387089075eb70ae53040a01c","after":"5dbce5b026ab4bb373b1624ec70e72fe9001f02e","ref":"refs/heads/master","pushedAt":"2024-03-20T23:41:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Correct bits of JOYP involved in sending SGB packets (#547)\n\nCo-authored-by: Eldred Habert ","shortMessageHtmlLink":"Correct bits of JOYP involved in sending SGB packets (#547)"}},{"before":"4c118b80abeca6fcd0213d805715c3c3fbe45b77","after":"97593b58b067a132387089075eb70ae53040a01c","ref":"refs/heads/master","pushedAt":"2024-03-07T02:09:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Fix XNOR symbol (#545)","shortMessageHtmlLink":"Fix XNOR symbol (#545)"}},{"before":"0a909c1c40d370ad9d05dcc1e7927aefc1b76cca","after":"4c118b80abeca6fcd0213d805715c3c3fbe45b77","ref":"refs/heads/master","pushedAt":"2024-02-21T14:39:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"Memory Map: fix a couple of admonition blocks","shortMessageHtmlLink":"Memory Map: fix a couple of admonition blocks"}},{"before":"be8d5bcdeb3dd1d1a000f9395e80ab72e827f7b1","after":"0a909c1c40d370ad9d05dcc1e7927aefc1b76cca","ref":"refs/heads/master","pushedAt":"2024-02-20T22:49:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"figures: move to matplotlib, make output SVGs affected by CSS theme, hook up new preprocessing step to mdbook (#530)\n\n* Supersedes and closes #452\r\n\r\nCo-authored-by: Antonio Vivace \r\n\r\n* Loosen requirements.txt versions\r\n\r\n* Hook up new graph generator to mdBook\r\n\r\nAnd also use the newly-generated graphs in the MBC5 page\r\n\r\n---------\r\n\r\nCo-authored-by: Antonio Vivace \r\nCo-authored-by: Eldred HABERT ","shortMessageHtmlLink":"figures: move to matplotlib, make output SVGs affected by CSS theme, …"}},{"before":"90bd48d7050a1c45036eea62de125e73504d0c3a","after":"be8d5bcdeb3dd1d1a000f9395e80ab72e827f7b1","ref":"refs/heads/master","pushedAt":"2024-02-20T21:31:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"Memory Map: add VRAM interactive figure (#544)\n\n* Move IO map to just below general memory map\r\n\r\nThis makes it more prominent, and also more useful\r\n\r\n* Fix up internal references within `Memory Map`\r\n\r\n* Add a SVG to visually describe the layout of VRAM\r\n\r\nIt is slightly dynamic, relying on a fuckton of pre-generated elements\r\nand a `display:` CSS rule. This generates a **monster** SVG (5108 lines),\r\nwhich is not great.\r\n\r\nThe file could be slimmed down tremendously by making use of `` elements\r\n(e.g. `` in six places), but this is incompatible\r\nwith the CSS trick used (then the `` elements cannot be all positioned\r\nin the same place in the parent).\r\nIt may be more reasonable to use some JS for this, instead of this pure-CSS hack.\r\n\r\n* Massively reduce VRAM map file size using a bit of JS\r\n\r\nThe SVG went from 929744 to 9249 bytes!!\r\nMeanwhile, we only have 29 sloc of JS in ~3 KiB, which perform very\r\nlittle processing.\r\nDefinitely a worthwhile tradeoff.\r\n\r\nThe SVG being significantly deflated also makes it easy to process by hand,\r\nremoving the need for a generator script and simplifying the build.\r\n\r\n* Move labels for bank 1 to its right\r\n\r\n* Add a description of the VRAM memory map\r\n\r\n* Calculate mapAddr in a separate line\r\n\r\nCo-authored-by: Sylvie <35663410+Rangi42@users.noreply.github.com>\r\n\r\n* Check all properties of hover info objects\r\n\r\nCo-authored-by: Rangi42 \r\n\r\n* Make the SVG fully interactive stand-alone as well\r\n\r\n* Polish up the SVG\r\n\r\nCo-authored-by: Sylvie <35663410+Rangi42@users.noreply.github.com>\r\n\r\n* Be a little more concise when linking to \"blocks\" explanation\r\n\r\nCo-authored-by: Antonio Vivace \r\n\r\n---------\r\n\r\nCo-authored-by: Sylvie <35663410+Rangi42@users.noreply.github.com>\r\nCo-authored-by: Rangi42 \r\nCo-authored-by: Antonio Vivace ","shortMessageHtmlLink":"Memory Map: add VRAM interactive figure (#544)"}},{"before":"acd54eb9e8442be3dc63106ff6fc0ce69c4b59dd","after":"90bd48d7050a1c45036eea62de125e73504d0c3a","ref":"refs/heads/master","pushedAt":"2024-02-19T07:37:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"SGB: fix broken link to 'sgb-speedtest' with an archived version","shortMessageHtmlLink":"SGB: fix broken link to 'sgb-speedtest' with an archived version"}},{"before":"7a8bc4a0b14ee865e441af2f5593fc6bc62723c9","after":"acd54eb9e8442be3dc63106ff6fc0ce69c4b59dd","ref":"refs/heads/master","pushedAt":"2024-02-16T11:19:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"Improve documentation of timer bugs (#543)\n\n* Update TIMA diagram with findings from @gekkio's schematics\r\n\r\nThanks for confirming our hypotheses!\r\n\r\n* Clarify and correct \"Timer overflow behavior\"\r\n\r\nResearch assisted by @LIJI32, @gekkio, and @SonoSooS.\r\nThank you all!\r\n\r\n* Clarify DIV/TAC-related timer glitches\r\n\r\n* Update src/Timer_Obscure_Behaviour.md\r\n\r\nCo-authored-by: Eldred Habert \r\n\r\n---------\r\n\r\nCo-authored-by: Antonio Vivace ","shortMessageHtmlLink":"Improve documentation of timer bugs (#543)"}},{"before":"2810432351cdd5ef61c7d11ab6352ea651f8443a","after":"7a8bc4a0b14ee865e441af2f5593fc6bc62723c9","ref":"refs/heads/master","pushedAt":"2024-02-15T13:12:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"The big cycle unit rework (#534)\n\n* Fix ambiguity in clock units\r\n\r\nThe M-cycle crusade!\r\n\r\n* Fix missing terminator\r\n\r\n* Fix typos and missed spelling errors\r\n\r\n* Correct and convert \"Timer Global Circuit\" to SVG\r\n\r\nFixes #492 by moving the DIV-APU bits from 5 and 6 to 4 and 5.\r\nAlso applies the \"TODO: correct the diagram\" note.\r\n\r\nAlso tries to reorganise the diagram and reword some bits to be\r\nmore consistent with the rest of the document, and improve clarity.\r\n\r\n* Correctly reflect which bits don't exist on the diagram\r\n\r\n* Provide fallback values for viewing the SVG stand-alone\r\n\r\n* Convert DIV+TAC diagrams to \"themed\" SVGs\r\n\r\nAlso restore the CGB version of that diagram\r\n\r\n* Tweak presentation of \"system counter\" a little\r\n\r\n---------\r\n\r\nCo-authored-by: Eldred HABERT ","shortMessageHtmlLink":"The big cycle unit rework (#534)"}},{"before":"5c8594f33a1802f6bc267988290f615ead69754b","after":"2810432351cdd5ef61c7d11ab6352ea651f8443a","ref":"refs/heads/master","pushedAt":"2024-02-10T17:45:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Fix `ld a, [imm16]`'s encoding (#542)","shortMessageHtmlLink":"Fix ld a, [imm16]'s encoding (#542)"}},{"before":"62ae8a1ee9dab0b19fe1a17a4c0eb52810c38070","after":"5c8594f33a1802f6bc267988290f615ead69754b","ref":"refs/heads/master","pushedAt":"2024-02-01T16:36:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"Touch up SGB packet documentation (#537)\n\nTurn the diagram into a SVG, and reformat/improve the doc","shortMessageHtmlLink":"Touch up SGB packet documentation (#537)"}},{"before":"f02617541648fc7316572d8d3c0538ae9c7723b4","after":"62ae8a1ee9dab0b19fe1a17a4c0eb52810c38070","ref":"refs/heads/master","pushedAt":"2024-01-29T22:50:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Fix typo in instruction encoding (#540)\n\nIn the instruction set page, the binary for \"ld [imm16], a\" is set to 0xEC which is an invalid code. A one and a zero had been swapped. \"ld [imm16], a\" should be 0xEA","shortMessageHtmlLink":"Fix typo in instruction encoding (#540)"}},{"before":"39f0dd4074ed9d8fbd3a6999490fc3729f81adfa","after":"f02617541648fc7316572d8d3c0538ae9c7723b4","ref":"refs/heads/master","pushedAt":"2024-01-29T12:38:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Fix binary listing for ldh [c], a and ldh a, [c] (#539)","shortMessageHtmlLink":"Fix binary listing for ldh [c], a and ldh a, [c] (#539)"}},{"before":"bc65aa3c5e1c93e1e67afafc0b44688f0ec4436b","after":"39f0dd4074ed9d8fbd3a6999490fc3729f81adfa","ref":"refs/heads/master","pushedAt":"2024-01-24T08:28:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"rendering: update note box","shortMessageHtmlLink":"rendering: update note box"}},{"before":"16bb7e80fa2471e859aa460fce14e9616521af53","after":"bc65aa3c5e1c93e1e67afafc0b44688f0ec4436b","ref":"refs/heads/master","pushedAt":"2024-01-19T21:05:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"power up sequence: accurately reflect which registers are available (#535)\n\n* Fix initial register table\r\n\r\nWhile the current table is technically correct, it doesn't tell *why*\r\nthose values are the way they are. This edit should mitigate that.\r\n\r\n* Missed SVBK, correct its initial value as well\r\n\r\n* Clarify CGB-mode regs with a new footnote","shortMessageHtmlLink":"power up sequence: accurately reflect which registers are available (#…"}},{"before":"f0fc5991e7fb03c87593fde23b547c0a83fd6b07","after":"16bb7e80fa2471e859aa460fce14e9616521af53","ref":"refs/heads/master","pushedAt":"2024-01-17T18:10:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"Make single-page version more visible (#526)\n\nMany people missed it, since they are often linked to individual\r\npages, and thus miss the small link at the bottom of the landing page.","shortMessageHtmlLink":"Make single-page version more visible (#526)"}},{"before":"53548accbdee1f58e3daf9045d6d2d252f43de9f","after":"f0fc5991e7fb03c87593fde23b547c0a83fd6b07","ref":"refs/heads/master","pushedAt":"2024-01-17T18:09:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"Replace broken link with wayback machine mirror","shortMessageHtmlLink":"Replace broken link with wayback machine mirror"}},{"before":"ec06cdbfca12520e9f8f0a51d25c64f7aeb235b0","after":"53548accbdee1f58e3daf9045d6d2d252f43de9f","ref":"refs/heads/master","pushedAt":"2024-01-16T14:57:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Be a little more precise about the SGB border's color limits (#536)\n\nCo-authored-by: ISSOtm ","shortMessageHtmlLink":"Be a little more precise about the SGB border's color limits (#536)"}},{"before":"fbf2261e8bfece10be56031ed3db4e4e0b5d84c8","after":"ec06cdbfca12520e9f8f0a51d25c64f7aeb235b0","ref":"refs/heads/master","pushedAt":"2024-01-16T10:16:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Move \"themed\" SVGs to `imgs/src/`\n\nThose SVGs are not intended to be served stand-alone, so place them\nin the directory that gets deleted in production (by the `pandocs` renderer).","shortMessageHtmlLink":"Move \"themed\" SVGs to imgs/src/"}},{"before":"9cc04011fb992c921deb8e29b78c0b27f4a3353e","after":"fbf2261e8bfece10be56031ed3db4e4e0b5d84c8","ref":"refs/heads/master","pushedAt":"2024-01-15T10:05:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Use tabular digits for channel names in APU overview","shortMessageHtmlLink":"Use tabular digits for channel names in APU overview"}},{"before":"6af9e01e87a651acce6b47de7271ce7a9da615bb","after":"9cc04011fb992c921deb8e29b78c0b27f4a3353e","ref":"refs/heads/master","pushedAt":"2024-01-11T09:39:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Switch \"CPU instruction set\" to document encoding instead (#511)","shortMessageHtmlLink":"Switch \"CPU instruction set\" to document encoding instead (#511)"}},{"before":"27dc9828238279243e4b5da75bde7bb45f1ea8ff","after":"6af9e01e87a651acce6b47de7271ce7a9da615bb","ref":"refs/heads/master","pushedAt":"2024-01-04T14:31:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Improve contrast of bit-descrs borders (#531)\n\nAlign the borders' colour with the header's.\r\nHigh-contrast borders are important here, since those tables have a lot of `colspan`s,\r\nand their primary purpose is to describe *layout*.","shortMessageHtmlLink":"Improve contrast of bit-descrs borders (#531)"}},{"before":"f4e46c609c9d5967b00ebb7a1f6a3860f45b43ad","after":"27dc9828238279243e4b5da75bde7bb45f1ea8ff","ref":"refs/heads/master","pushedAt":"2024-01-02T15:05:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"Remove confusing and redundant wording (#519)\n\n* Remove confusing and redundant wording\n\n* Link to explanation of interrupt requesting\n\n---------\n\nCo-authored-by: Eldred Habert ","shortMessageHtmlLink":"Remove confusing and redundant wording (#519)"}},{"before":"430c6d54d2c4e67e0cf8a4d2f125f3cd6ecd83ae","after":null,"ref":"refs/heads/actions-update-node","pushedAt":"2024-01-02T13:40:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"}},{"before":"ec7d35dfdc28c0f3119ca7370df7f52f213c8cef","after":"f4e46c609c9d5967b00ebb7a1f6a3860f45b43ad","ref":"refs/heads/master","pushedAt":"2024-01-02T13:40:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Update CI to stop using Node 12 actions (#527)\n\nSee https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/","shortMessageHtmlLink":"Update CI to stop using Node 12 actions (#527)"}},{"before":null,"after":"430c6d54d2c4e67e0cf8a4d2f125f3cd6ecd83ae","ref":"refs/heads/actions-update-node","pushedAt":"2024-01-02T13:30:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Update CI to stop using Node 12 actions\n\nSee https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/","shortMessageHtmlLink":"Update CI to stop using Node 12 actions"}},{"before":"e9562d76eeee94f98ab43ad21553c504b8366da3","after":"ec7d35dfdc28c0f3119ca7370df7f52f213c8cef","ref":"refs/heads/master","pushedAt":"2023-12-18T14:03:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Accomodate out-of-repo builds (#523)","shortMessageHtmlLink":"Accomodate out-of-repo builds (#523)"}},{"before":"15b00d25d6f9621a25c30cd5c52f3eb49a7d6cc7","after":"e9562d76eeee94f98ab43ad21553c504b8366da3","ref":"refs/heads/master","pushedAt":"2023-12-17T22:27:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"avivace","name":"Antonio Vivace","path":"/avivace","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14352721?s=80&v=4"},"commit":{"message":"head: add matomo tracking code","shortMessageHtmlLink":"head: add matomo tracking code"}},{"before":"b09446736bcfbb7af9cc14950f83e612b1ed1780","after":"15b00d25d6f9621a25c30cd5c52f3eb49a7d6cc7","ref":"refs/heads/master","pushedAt":"2023-12-17T16:37:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ISSOtm","name":"Eldred Habert","path":"/ISSOtm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15271137?s=80&v=4"},"commit":{"message":"Namespace the box classes a bit\n\nAvoid conflicting with other generic names","shortMessageHtmlLink":"Namespace the box classes a bit"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERBPeagA","startCursor":null,"endCursor":null}},"title":"Activity · gbdev/pandocs"}