{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":291239646,"defaultBranch":"master","name":"qmk_firmware","ownerLogin":"jesusci","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-08-29T09:20:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13101734?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1675975855.593751","currentOid":""},"activityList":{"items":[{"before":"9d02ac37f7222b2dbdd10080b062bba05b2c9893","after":"557e4e7ffca754b323d383b967af788d0d88790b","ref":"refs/heads/master","pushedAt":"2024-08-21T13:42:19.000Z","pushType":"push","commitsCount":116,"pusher":{"login":"jesusci","name":"Jesús","path":"/jesusci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13101734?s=80&v=4"},"commit":{"message":"Fix dead link in porting_your_keyboard_to_qmk.md (#24306)","shortMessageHtmlLink":"Fix dead link in porting_your_keyboard_to_qmk.md (qmk#24306)"}},{"before":"45ae4dec4d3e8ab0b52903c5ad72b561bd25d94d","after":"9d02ac37f7222b2dbdd10080b062bba05b2c9893","ref":"refs/heads/master","pushedAt":"2024-06-28T07:34:52.000Z","pushType":"push","commitsCount":991,"pusher":{"login":"jesusci","name":"Jesús","path":"/jesusci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13101734?s=80&v=4"},"commit":{"message":"Add Nyquist Rev. 5 (#23971)\n\n* Add Nyquist Rev. 5\r\n\r\n* Remove unused keymap","shortMessageHtmlLink":"Add Nyquist Rev. 5 (qmk#23971)"}},{"before":"0b0c31665e7b4e5a9cd9ac3ac94b0fba10514aa3","after":"45ae4dec4d3e8ab0b52903c5ad72b561bd25d94d","ref":"refs/heads/master","pushedAt":"2024-02-08T11:40:27.000Z","pushType":"push","commitsCount":42,"pusher":{"login":"jesusci","name":"Jesús","path":"/jesusci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13101734?s=80&v=4"},"commit":{"message":"WS2812: Better error message when trying to use `bitbang` driver on RP2040 (#23025)","shortMessageHtmlLink":"WS2812: Better error message when trying to use bitbang driver on R…"}},{"before":"a1c8b1ebf724f79dd9bad12976e3b1bd0c9c196f","after":"0b0c31665e7b4e5a9cd9ac3ac94b0fba10514aa3","ref":"refs/heads/master","pushedAt":"2024-01-09T09:37:52.000Z","pushType":"push","commitsCount":28,"pusher":{"login":"jesusci","name":"Jesús","path":"/jesusci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13101734?s=80&v=4"},"commit":{"message":"Keychron Q1V1: fix incorrect 3733 address (#22852)","shortMessageHtmlLink":"Keychron Q1V1: fix incorrect 3733 address (qmk#22852)"}},{"before":"c133bd1234ffe53606ccec4314ff43f9b4583512","after":"a1c8b1ebf724f79dd9bad12976e3b1bd0c9c196f","ref":"refs/heads/master","pushedAt":"2023-12-18T11:21:43.000Z","pushType":"push","commitsCount":566,"pusher":{"login":"jesusci","name":"Jesús","path":"/jesusci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13101734?s=80&v=4"},"commit":{"message":"Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695)","shortMessageHtmlLink":"Remove obvious user keymaps, keyboards/{d,e,f}* edition. (qmk#22695)"}},{"before":"1411c79aefc989f5fae138b795f53f3b10863ec9","after":"c133bd1234ffe53606ccec4314ff43f9b4583512","ref":"refs/heads/master","pushedAt":"2023-10-28T10:52:40.000Z","pushType":"push","commitsCount":919,"pusher":{"login":"jesusci","name":"Jesús","path":"/jesusci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13101734?s=80&v=4"},"commit":{"message":"Removed clueboard link as the website has been parked for some time (#22290)","shortMessageHtmlLink":"Removed clueboard link as the website has been parked for some time (q…"}},{"before":"e0a09ff728ce9079e6387cf1bdd7f0772cb71467","after":"1411c79aefc989f5fae138b795f53f3b10863ec9","ref":"refs/heads/master","pushedAt":"2023-05-31T07:31:49.499Z","pushType":"push","commitsCount":736,"pusher":{"login":"jesusci","name":"Jesús","path":"/jesusci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13101734?s=80&v=4"},"commit":{"message":"`qmk find`: Fix handling of functions in filters (#21090)\n\nFunctions in filters did not work properly except when used in the last\r\n(or only) filter. The problem was caused by the peculiarity of the\r\n`lambda` behavior in Python — any variables from the outer scope are\r\ncaptured only by reference, therefore any subsequent reassignment of\r\nthose variables is propagated to all lambdas created earlier in the same\r\nscope. Together with the laziness of `filter()` (it returns an iterator\r\nwhich performs filtering on demand) this resulted in all function\r\nfilters using the values of the `key` and `value` variables which\r\ncorrespond to the last filter in the sequence, therefore the result of\r\nfiltering was wrong if some filter with a function was not the last one\r\nin the sequence.\r\n\r\nApparently the shortest way to make a Python lambda capture some\r\nvariables by value is to add arguments with default values for such\r\nvariables (default values are evaluated when the lambda is created, and\r\nany subsequent reassignments in the outer scope no longer changes them).\r\nThis makes filters with functions work properly even when such filters\r\nare not at the last position in the sequence.","shortMessageHtmlLink":"qmk find: Fix handling of functions in filters (qmk#21090)"}},{"before":"38700f7e3fb6806a263c95d39aa1719d8146288c","after":"e0a09ff728ce9079e6387cf1bdd7f0772cb71467","ref":"refs/heads/master","pushedAt":"2023-04-17T15:12:41.148Z","pushType":"push","commitsCount":19,"pusher":{"login":"jesusci","name":"Jesús","path":"/jesusci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13101734?s=80&v=4"},"commit":{"message":"GMMK 2 volume up/down Fn keys are backwards in default mapping (#20476)","shortMessageHtmlLink":"GMMK 2 volume up/down Fn keys are backwards in default mapping (qmk#2…"}},{"before":"9c6b8fae404f4e31a898b01e47e9d53d9c0c8a45","after":"38700f7e3fb6806a263c95d39aa1719d8146288c","ref":"refs/heads/master","pushedAt":"2023-04-11T06:37:31.453Z","pushType":"push","commitsCount":728,"pusher":{"login":"jesusci","name":"Jesús","path":"/jesusci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13101734?s=80&v=4"},"commit":{"message":"Reject info.json at keymap level (#20408)","shortMessageHtmlLink":"Reject info.json at keymap level (qmk#20408)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yMVQxMzo0MjoxOS4wMDAwMDBazwAAAASgPsXs","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yMVQxMzo0MjoxOS4wMDAwMDBazwAAAASgPsXs","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xMVQwNjozNzozMS40NTMzODRazwAAAAMWBeoR"}},"title":"Activity · jesusci/qmk_firmware"}