{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":19499198,"defaultBranch":"main","name":"mazelib","ownerLogin":"john-science","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-05-06T15:17:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1831479?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1693168498.0","currentOid":""},"activityList":{"items":[{"before":"053aefb2c4a56685e0991ebb47a4b00eb00a5d4b","after":"9b4190f39c1c939726b3a0b33284cb164f31d43a","ref":"refs/heads/main","pushedAt":"2023-12-13T14:48:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Close #148 - missing import in setup.py","shortMessageHtmlLink":"Close #148 - missing import in setup.py"}},{"before":"9d1fd785fc42f5c0139122197987e25dd2cdc8d4","after":"053aefb2c4a56685e0991ebb47a4b00eb00a5d4b","ref":"refs/heads/main","pushedAt":"2023-09-13T18:01:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Fixing documentation on Collision solver","shortMessageHtmlLink":"Fixing documentation on Collision solver"}},{"before":"86b103f9dfac7568aa2f54073238551c1bc55bc0","after":"9d1fd785fc42f5c0139122197987e25dd2cdc8d4","ref":"refs/heads/main","pushedAt":"2023-09-13T17:11:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Fix syntax err in EXAMPLES.md (#146)","shortMessageHtmlLink":"Fix syntax err in EXAMPLES.md (#146)"}},{"before":"215b4fa690352e0b29b9b163c91e190acde402bc","after":"86b103f9dfac7568aa2f54073238551c1bc55bc0","ref":"refs/heads/main","pushedAt":"2023-08-27T20:36:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Adding README text to setup's long description","shortMessageHtmlLink":"Adding README text to setup's long description"}},{"before":null,"after":"86b103f9dfac7568aa2f54073238551c1bc55bc0","ref":"refs/heads/trying_black","pushedAt":"2023-08-27T20:34:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Adding README text to setup's long description","shortMessageHtmlLink":"Adding README text to setup's long description"}},{"before":"d1b10940c665348e82fc1c9a286388fe0b811ecb","after":"215b4fa690352e0b29b9b163c91e190acde402bc","ref":"refs/heads/main","pushedAt":"2023-08-27T15:29:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Change xrange to range in docs (#143)","shortMessageHtmlLink":"Change xrange to range in docs (#143)"}},{"before":"7aed49a0fbc5ff9c32a23251fa766be8580633f9","after":"d1b10940c665348e82fc1c9a286388fe0b811ecb","ref":"refs/heads/main","pushedAt":"2023-07-19T23:47:58.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Opening up this project's license to MIT","shortMessageHtmlLink":"Opening up this project's license to MIT"}},{"before":"242c27c58241636c5c4ceb2d2ab46dd7ed86c293","after":"7aed49a0fbc5ff9c32a23251fa766be8580633f9","ref":"refs/heads/main","pushedAt":"2023-07-19T23:26:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Opening up this project's license to MIT","shortMessageHtmlLink":"Opening up this project's license to MIT"}},{"before":"bda06358bd7bb3877e3b6b32ce99a57870b97d17","after":"242c27c58241636c5c4ceb2d2ab46dd7ed86c293","ref":"refs/heads/main","pushedAt":"2023-06-12T17:22:08.346Z","pushType":"push","commitsCount":1,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Fixing black formatting","shortMessageHtmlLink":"Fixing black formatting"}},{"before":"6fffb6cd274c5dfc82f3c62d3b1927f195acb389","after":"bda06358bd7bb3877e3b6b32ce99a57870b97d17","ref":"refs/heads/main","pushedAt":"2023-06-12T15:59:57.530Z","pushType":"push","commitsCount":1,"pusher":{"login":"john-science","name":"John Stilley","path":"/john-science","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1831479?s=80&v=4"},"commit":{"message":"Adding comments to MazeGenAlgo\n\nHelping clarify the difference between lowercase and uppercase class attributes:\r\n\r\nThe difference between the lowercase and uppercase dimensions are:\r\n\r\n* lowercase dimensions - does not include walls\r\n* uppercase dimensions - includes walls\r\n\r\nThe reason this distinction exists is because walls can be as thick has hallways, or they can be paper thin. The difference is just one of how we DISPLAY the maze. For examples of how to display mazes with thicker or thinner walls, see the docs.","shortMessageHtmlLink":"Adding comments to MazeGenAlgo"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADyX6HLwA","startCursor":null,"endCursor":null}},"title":"Activity ยท john-science/mazelib"}