{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":420412416,"defaultBranch":"main","name":"pypdfium2","ownerLogin":"pypdfium2-team","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-10-23T12:55:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/93039761?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716128119.0","currentOid":""},"activityList":{"items":[{"before":"0f4bba8b674180ead51a9a242d9664bb8bb9795a","after":"ff2ff4bd519e9b44bfe3182cff052d893bd442e0","ref":"refs/heads/main","pushedAt":"2024-06-04T16:25:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Clarify `Cannot close object; library is destroyed` condition\n\nCC https://github.com/mindee/doctr/pull/1624","shortMessageHtmlLink":"Clarify Cannot close object; library is destroyed condition"}},{"before":"13477307882f55c8eaaa7e1b5f758f938393418a","after":"45de679f7005bd7bac08b62ae575598d2deb7c57","ref":"refs/heads/devel_new","pushedAt":"2024-06-04T16:25:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Clarify `Cannot close object; library is destroyed` condition\n\nCC https://github.com/mindee/doctr/pull/1624","shortMessageHtmlLink":"Clarify Cannot close object; library is destroyed condition"}},{"before":"30d4465ef7e2bfc8ae4e4e7ad34d7d1d148c3a08","after":"0f4bba8b674180ead51a9a242d9664bb8bb9795a","ref":"refs/heads/main","pushedAt":"2024-06-02T23:00:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"PR template: use details summary rather than heading","shortMessageHtmlLink":"PR template: use details summary rather than heading"}},{"before":"6bb675a3386d5d395edd4d4ca709b976b17203e8","after":"30d4465ef7e2bfc8ae4e4e7ad34d7d1d148c3a08","ref":"refs/heads/main","pushedAt":"2024-06-02T22:55:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"PR template: use details summary rather than heading","shortMessageHtmlLink":"PR template: use details summary rather than heading"}},{"before":"7dca75c0213d304ccb9f72bad68fbdafb400d0a9","after":"6bb675a3386d5d395edd4d4ca709b976b17203e8","ref":"refs/heads/main","pushedAt":"2024-06-02T22:51:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"chore: slightly update PR template","shortMessageHtmlLink":"chore: slightly update PR template"}},{"before":"af81b4754ea32292fb2db43a04b41c190d9dcf25","after":"13477307882f55c8eaaa7e1b5f758f938393418a","ref":"refs/heads/devel_new","pushedAt":"2024-05-31T14:48:35.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into devel_new","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into devel_new"}},{"before":"f250b34ada9d0557e1dc47e9a68bbd4386ed3faf","after":"7dca75c0213d304ccb9f72bad68fbdafb400d0a9","ref":"refs/heads/main","pushedAt":"2024-05-31T14:42:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"conda: also add `-c defaults` in workflow\n\nNot sure why I missed that in 3fd35cf.\nAnyway, it seems like the change only affected `conda build`, not `conda\ninstall` (yet).","shortMessageHtmlLink":"conda: also add -c defaults in workflow"}},{"before":"7351725da8399f38bef8a2dae91a472747390960","after":"af81b4754ea32292fb2db43a04b41c190d9dcf25","ref":"refs/heads/devel_new","pushedAt":"2024-05-31T14:34:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Remove separate `_textpage_wrefs`\n\nGiven that PdfPage.get_objects() no longer falsely registers pageobjects\nas kids, textpages are now the only members added to a page's kids\ncache, nicely simplifying this code passage.\n\nHowever, even more future proof would be to turn kids into a mapping\n{\"type\": [*objects], ...}, rather than a shallow list of mixed types, so\nwe could access all kids of a type without overhead.","shortMessageHtmlLink":"Remove separate _textpage_wrefs"}},{"before":"59d0e99010d3adf6163debc3cc0bd7eec97f834e","after":"7351725da8399f38bef8a2dae91a472747390960","ref":"refs/heads/devel_new","pushedAt":"2024-05-31T14:30:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Remove separate `_textpage_wrefs`\n\nGiven that PdfPage.get_objects() no longer falsely registers pageobjects\nas kids, textpages are now the only members added to a page's kids\ncache, nicely simplifying this code passage.\n\nHowever, even more future proof would be to turn kids into a mapping\n{\"type\": [*objects], ...}, rather than a shallow list of mixed types, so\nwe could access all kids of a type without overhead.","shortMessageHtmlLink":"Remove separate _textpage_wrefs"}},{"before":"3fd35cf8279a94358c3b0545eb19cdc980d1ce11","after":"f250b34ada9d0557e1dc47e9a68bbd4386ed3faf","ref":"refs/heads/main","pushedAt":"2024-05-27T22:32:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"CLI/extract-images: Fix another dotted filepath blunder\n\nSame as 7ce4d31a302c2fdc50185e35fc67513d6b3ea373.","shortMessageHtmlLink":"CLI/extract-images: Fix another dotted filepath blunder"}},{"before":"439989fb257c70cc154e49ac96d04c89b2e502da","after":"59d0e99010d3adf6163debc3cc0bd7eec97f834e","ref":"refs/heads/devel_new","pushedAt":"2024-05-27T22:32:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"CLI/extract-images: Fix another dotted filepath blunder\n\nSame as 7ce4d31a302c2fdc50185e35fc67513d6b3ea373.","shortMessageHtmlLink":"CLI/extract-images: Fix another dotted filepath blunder"}},{"before":"fd99d1876294e21ee36d32d6956e839116234709","after":null,"ref":"refs/heads/fix_conda","pushedAt":"2024-05-19T14:15:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"}},{"before":"a07372d491d26254875c472b492a018fe64ad163","after":"3fd35cf8279a94358c3b0545eb19cdc980d1ce11","ref":"refs/heads/main","pushedAt":"2024-05-19T14:15:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Fix conda packaging (upstream behavior change) (#314)\n\n* Try to fix conda not finding external deps\r\n\r\n* Prepare changelog","shortMessageHtmlLink":"Fix conda packaging (upstream behavior change) (#314)"}},{"before":"6fcf353ade0a3dbb5bc1176f177d899b8fb9ca86","after":"fd99d1876294e21ee36d32d6956e839116234709","ref":"refs/heads/fix_conda","pushedAt":"2024-05-19T14:13:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Prepare changelog","shortMessageHtmlLink":"Prepare changelog"}},{"before":null,"after":"6fcf353ade0a3dbb5bc1176f177d899b8fb9ca86","ref":"refs/heads/fix_conda","pushedAt":"2024-05-19T14:09:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Try to fix conda not finding external deps","shortMessageHtmlLink":"Try to fix conda not finding external deps"}},{"before":"b24b9ef71c21dd6649bfebf50c771cb236a7f7ac","after":"a07372d491d26254875c472b492a018fe64ad163","ref":"refs/heads/main","pushedAt":"2024-05-19T13:47:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Update workflows to Python 3.12\n\n3.13 could be tested as well by declaring `allow-prereleases: true`\nwith setup-python.","shortMessageHtmlLink":"Update workflows to Python 3.12"}},{"before":"a07372d491d26254875c472b492a018fe64ad163","after":"b24b9ef71c21dd6649bfebf50c771cb236a7f7ac","ref":"refs/heads/main","pushedAt":"2024-05-19T13:43:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Downgrade conda workflows to 3.11\n\nConda does not seem to like 3.12 yet\nSee failed WF run:\nhttps://github.com/pypdfium2-team/pypdfium2/actions/runs/9148093866/job/25150240465","shortMessageHtmlLink":"Downgrade conda workflows to 3.11"}},{"before":"3815949a065de8a750409bd58d9371c56ba89b84","after":null,"ref":"refs/heads/autorelease_tmp","pushedAt":"2024-05-19T13:38:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":null,"after":"3815949a065de8a750409bd58d9371c56ba89b84","ref":"refs/heads/autorelease_tmp","pushedAt":"2024-05-19T13:36:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[autorelease main] update 4.31.0","shortMessageHtmlLink":"[autorelease main] update 4.31.0"}},{"before":"b97ef4dce644cacc2ab4795865c4b63df38255ed","after":"a07372d491d26254875c472b492a018fe64ad163","ref":"refs/heads/main","pushedAt":"2024-05-18T23:11:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Update workflows to Python 3.12\n\n3.13 could be tested as well by declaring `allow-prereleases: true`\nwith setup-python.","shortMessageHtmlLink":"Update workflows to Python 3.12"}},{"before":"d8a3128caabf0f2f25c7bdd7cd4b93a4dc35fac2","after":"b97ef4dce644cacc2ab4795865c4b63df38255ed","ref":"refs/heads/main","pushedAt":"2024-05-18T23:10:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Update workflows to Python 3.12\n\n3.13 could be tested as well by declaring `allow-prereleases: true`\nwith setup-python.","shortMessageHtmlLink":"Update workflows to Python 3.12"}},{"before":"d09f4f9b9eeed1c74c17d5c3b4ad5536417f2b5a","after":null,"ref":"refs/heads/test_humble_release","pushedAt":"2024-05-18T23:06:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"}},{"before":"b7c3e5b4b1486b18a46514b11329150c3769c97c","after":null,"ref":"refs/heads/autorelease_tmp","pushedAt":"2024-05-18T23:04:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":null,"after":"b7c3e5b4b1486b18a46514b11329150c3769c97c","ref":"refs/heads/autorelease_tmp","pushedAt":"2024-05-18T23:02:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[autorelease main] update 4.30.1","shortMessageHtmlLink":"[autorelease main] update 4.30.1"}},{"before":"602991270d67825586ce3b40b4922a2e62b2c3c7","after":null,"ref":"refs/heads/autorelease_tmp","pushedAt":"2024-05-18T23:01:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":null,"after":"602991270d67825586ce3b40b4922a2e62b2c3c7","ref":"refs/heads/autorelease_tmp","pushedAt":"2024-05-18T23:00:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"[autorelease main] update 4.31.0","shortMessageHtmlLink":"[autorelease main] update 4.31.0"}},{"before":null,"after":"d09f4f9b9eeed1c74c17d5c3b4ad5536417f2b5a","ref":"refs/heads/test_humble_release","pushedAt":"2024-05-18T22:59:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"autorelease/config: set humble to true","shortMessageHtmlLink":"autorelease/config: set humble to true"}},{"before":"d8515cb603831b818d866adee99757e258c615ce","after":"439989fb257c70cc154e49ac96d04c89b2e502da","ref":"refs/heads/devel_new","pushedAt":"2024-05-18T22:51:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into devel_new","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into devel_new"}},{"before":"043b29717346dbb228e0dd71ca347102357ea236","after":"d8a3128caabf0f2f25c7bdd7cd4b93a4dc35fac2","ref":"refs/heads/main","pushedAt":"2024-05-18T22:49:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"versioning: swap minor/patch inc default, allow manual override","shortMessageHtmlLink":"versioning: swap minor/patch inc default, allow manual override"}},{"before":"38f5efefcd41c48f5f7585eb3d4f17a4376798b9","after":"043b29717346dbb228e0dd71ca347102357ea236","ref":"refs/heads/main","pushedAt":"2024-05-18T22:40:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mara004","name":null,"path":"/mara004","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65915611?s=80&v=4"},"commit":{"message":"versioning: swap minor/patch inc default, allow manual override","shortMessageHtmlLink":"versioning: swap minor/patch inc default, allow manual override"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXD8AigA","startCursor":null,"endCursor":null}},"title":"Activity ยท pypdfium2-team/pypdfium2"}