{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":120341831,"defaultBranch":"master","name":"Workshops","ownerLogin":"sul-cidr","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-02-05T18:05:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12374661?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1707956095.0","currentOid":""},"activityList":{"items":[{"before":"79ba9e96b9be7aff350564543daddaf30d31d649","after":"3a55c233995694d8ec10e766f54750c51ce17b28","ref":"refs/heads/pandas-2024","pushedAt":"2024-02-15T05:15:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Add another explanatory comment, swap two cells","shortMessageHtmlLink":"Add another explanatory comment, swap two cells"}},{"before":"1a4212eaead430696ed1e1cd613ecbdd82656fd6","after":"79ba9e96b9be7aff350564543daddaf30d31d649","ref":"refs/heads/pandas-2024","pushedAt":"2024-02-15T01:19:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Update syntax for SQLAlchemy v.2","shortMessageHtmlLink":"Update syntax for SQLAlchemy v.2"}},{"before":null,"after":"1a4212eaead430696ed1e1cd613ecbdd82656fd6","ref":"refs/heads/pandas-2024","pushedAt":"2024-02-15T00:14:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Remove references to sign-in and evaluation","shortMessageHtmlLink":"Remove references to sign-in and evaluation"}},{"before":"8597b9fc52c0ff1ec8d861847c0538a38a90eb2e","after":null,"ref":"refs/heads/intro-to-python-october-2023","pushedAt":"2023-10-12T23:12:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"}},{"before":"ef7ce6ae36b6da878efa80f569739f03067292fc","after":"0f33ef74c369475c71d9011830a1248121e3b833","ref":"refs/heads/master","pushedAt":"2023-10-12T23:12:06.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Merge pull request #16 from sul-cidr/intro-to-python-october-2023\n\nPost-October 2023 updates","shortMessageHtmlLink":"Merge pull request #16 from sul-cidr/intro-to-python-october-2023"}},{"before":"55f44a9e60d6c427f6027ddccc15b29d5d797dac","after":"8597b9fc52c0ff1ec8d861847c0538a38a90eb2e","ref":"refs/heads/intro-to-python-october-2023","pushedAt":"2023-10-12T23:11:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"`string`s not `word`s is better here","shortMessageHtmlLink":"strings not words is better here"}},{"before":null,"after":"55f44a9e60d6c427f6027ddccc15b29d5d797dac","ref":"refs/heads/intro-to-python-october-2023","pushedAt":"2023-10-12T23:11:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Add `encoding=\"utf8\"` to all `open` invocations\n\nThis is a common gotcha, especially on windows systems where the default may not be UTF-8, so although it's a little cumbersome I'd prefer to example the best practice here.","shortMessageHtmlLink":"Add encoding=\"utf8\" to all open invocations"}},{"before":"55f44a9e60d6c427f6027ddccc15b29d5d797dac","after":null,"ref":"refs/heads/intro-to-python-october-2023","pushedAt":"2023-10-12T18:39:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"}},{"before":"d3247bcfd750ad91d541445d240da71e9abb5730","after":"ef7ce6ae36b6da878efa80f569739f03067292fc","ref":"refs/heads/master","pushedAt":"2023-10-12T18:39:33.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Merge pull request #15 from sul-cidr/intro-to-python-october-2023\n\nIntro to Python, October 2023","shortMessageHtmlLink":"Merge pull request #15 from sul-cidr/intro-to-python-october-2023"}},{"before":"c47ddbba880e5cb59f9ec53c969f3fe9b02b67dd","after":"55f44a9e60d6c427f6027ddccc15b29d5d797dac","ref":"refs/heads/intro-to-python-october-2023","pushedAt":"2023-10-12T18:38:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Add `encoding=\"utf8\"` to all `open` invocations\n\nThis is a common gotcha, especially on windows systems where the default may not be UTF-8, so although it's a little cumbersome I'd prefer to example the best practice here.","shortMessageHtmlLink":"Add encoding=\"utf8\" to all open invocations"}},{"before":"1a86e124ed8c0e11ee984ea051828e4774adb35f","after":"c47ddbba880e5cb59f9ec53c969f3fe9b02b67dd","ref":"refs/heads/intro-to-python-october-2023","pushedAt":"2023-10-10T20:14:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Remove \"sign-in\" and \"evaluation\" section","shortMessageHtmlLink":"Remove \"sign-in\" and \"evaluation\" section"}},{"before":"dc7f5a8f57be6c0461455587ca62f4f8b80f4933","after":"1a86e124ed8c0e11ee984ea051828e4774adb35f","ref":"refs/heads/intro-to-python-october-2023","pushedAt":"2023-10-10T19:59:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Minor linting associated with JupyterLab Desktop (the Electron app)\n\nThese are mildly annoying (esp. `metadata.language_info.version`), but no obvious immediate solution presents itself.","shortMessageHtmlLink":"Minor linting associated with JupyterLab Desktop (the Electron app)"}},{"before":null,"after":"dc7f5a8f57be6c0461455587ca62f4f8b80f4933","ref":"refs/heads/intro-to-python-october-2023","pushedAt":"2023-10-10T19:50:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Linting\n\nApparently whitespace conventions have changed, and dictionary keys are now sorted. No content changes here.","shortMessageHtmlLink":"Linting"}},{"before":"820e8a13d94978870836aeebc1b0e1e1ea19d28f","after":"d3247bcfd750ad91d541445d240da71e9abb5730","ref":"refs/heads/master","pushedAt":"2023-10-10T19:32:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"simonwiles","name":"Simon Wiles","path":"/simonwiles","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/96218?s=80&v=4"},"commit":{"message":"Add `.jupyter` to `.gitignore`\n\nAs created by JupyterLab Desktop (the Electron app)","shortMessageHtmlLink":"Add .jupyter to .gitignore"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD-zaEaAA","startCursor":null,"endCursor":null}},"title":"Activity ยท sul-cidr/Workshops"}