{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":472579862,"defaultBranch":"main","name":"slow5-rs","ownerLogin":"bsaintjo","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-03-22T01:58:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4272889?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710142191.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"5cde658fe0e4143a4364178d37af3739460777b0","ref":"refs/heads/dev","pushedAt":"2024-03-11T07:29:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Fix badge","shortMessageHtmlLink":"Fix badge"}},{"before":"1992c287dd306178558554e90cd130a1917ea02d","after":null,"ref":"refs/heads/dev","pushedAt":"2024-03-11T07:29:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"}},{"before":"b4a144c313e6a50eeade757303f5f53dc41a9966","after":"1992c287dd306178558554e90cd130a1917ea02d","ref":"refs/heads/dev","pushedAt":"2024-03-11T07:25:59.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Merge commit '5cde658fe0e4143a4364178d37af3739460777b0' into dev","shortMessageHtmlLink":"Merge commit '5cde658fe0e4143a4364178d37af3739460777b0' into dev"}},{"before":"f0260e0cdae8a92a7484f8e11a6f62e183cf9a38","after":"5cde658fe0e4143a4364178d37af3739460777b0","ref":"refs/heads/main","pushedAt":"2024-03-11T07:21:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Fix badge","shortMessageHtmlLink":"Fix badge"}},{"before":"d700e7319419e81e88f255f4a25b237f78ce5849","after":"f0260e0cdae8a92a7484f8e11a6f62e183cf9a38","ref":"refs/heads/main","pushedAt":"2024-03-11T07:18:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Squashed commit of the following:\n\ncommit b4a144c313e6a50eeade757303f5f53dc41a9966\nAuthor: Brandon Saint-John \nDate: Mon Mar 11 00:14:01 2024 -0700\n\n New and cleaner CHANGELOG\n\ncommit 9c55cad956412500107d96aecee80a06bf48ebfa\nAuthor: Brandon Saint-John \nDate: Mon Mar 11 00:06:11 2024 -0700\n\n slow5lib-sys: Fix typos in README\n\ncommit 07c6249cbd1f6df7e9f7af3b2c4d1025a71c4411\nAuthor: Brandon Saint-John \nDate: Mon Mar 11 00:03:25 2024 -0700\n\n bump slow5lib_sys minor version: added new item\n\ncommit b805b8bafea6f039a7eed77e4c30cbc11642a76a\nAuthor: Brandon Saint-John (aarch64) \nDate: Fri Mar 8 15:25:10 2024 -0800\n\n Expand testing os\n\ncommit f5c9a5d02bed5d27832a541e1833aed0ca0c313e\nAuthor: Brandon Saint-John \nDate: Thu Feb 29 08:26:41 2024 -0800\n\n fix: README.md cleanup\n\ncommit a165655096d2c460de40ca777a8408863b5fd543\nAuthor: Brandon Saint-John \nDate: Wed Feb 28 21:12:52 2024 -0800\n\n bug: forgot to switch back CargoCallbacks\n\ncommit 177f60abe401961b0428ef64c5649931c8f53a00\nAuthor: Brandon Saint-John \nDate: Wed Feb 28 21:02:19 2024 -0800\n\n fix: missing __gnuc_va_list breaks compilation\n\n This commit adds __gnuc_va_list as a public type into slow5lib-sys.\n I recently ran into compilation errors during the build.rs phase of\n slow5lib-sys,\n\n 71 | pub type va_list = __gnuc_va_list;\n | ^^^^^^^^^^^^^^ not found in this scope\n\n It isn't clear why previous iterations didn't encounter this issue,\n and possibly may be due to compiler versions. There have been some\n issues dealing with variadic arguments. The only function using this\n is slow5_vasprintf, and in the future it might make more sense to\n remove that function from the API. But for now, we will add the missing\n type.","shortMessageHtmlLink":"Squashed commit of the following:"}},{"before":"9c55cad956412500107d96aecee80a06bf48ebfa","after":"b4a144c313e6a50eeade757303f5f53dc41a9966","ref":"refs/heads/dev","pushedAt":"2024-03-11T07:14:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"New and cleaner CHANGELOG","shortMessageHtmlLink":"New and cleaner CHANGELOG"}},{"before":"07c6249cbd1f6df7e9f7af3b2c4d1025a71c4411","after":"9c55cad956412500107d96aecee80a06bf48ebfa","ref":"refs/heads/dev","pushedAt":"2024-03-11T07:06:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"slow5lib-sys: Fix typos in README","shortMessageHtmlLink":"slow5lib-sys: Fix typos in README"}},{"before":"b805b8bafea6f039a7eed77e4c30cbc11642a76a","after":"07c6249cbd1f6df7e9f7af3b2c4d1025a71c4411","ref":"refs/heads/dev","pushedAt":"2024-03-11T07:03:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"bump slow5lib_sys minor version: added new item","shortMessageHtmlLink":"bump slow5lib_sys minor version: added new item"}},{"before":"f5c9a5d02bed5d27832a541e1833aed0ca0c313e","after":"b805b8bafea6f039a7eed77e4c30cbc11642a76a","ref":"refs/heads/dev","pushedAt":"2024-03-08T23:25:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Expand testing os","shortMessageHtmlLink":"Expand testing os"}},{"before":"a165655096d2c460de40ca777a8408863b5fd543","after":"f5c9a5d02bed5d27832a541e1833aed0ca0c313e","ref":"refs/heads/dev","pushedAt":"2024-02-29T16:26:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"fix: README.md cleanup","shortMessageHtmlLink":"fix: README.md cleanup"}},{"before":"177f60abe401961b0428ef64c5649931c8f53a00","after":"a165655096d2c460de40ca777a8408863b5fd543","ref":"refs/heads/dev","pushedAt":"2024-02-29T05:12:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"bug: forgot to switch back CargoCallbacks","shortMessageHtmlLink":"bug: forgot to switch back CargoCallbacks"}},{"before":"d700e7319419e81e88f255f4a25b237f78ce5849","after":"177f60abe401961b0428ef64c5649931c8f53a00","ref":"refs/heads/dev","pushedAt":"2024-02-29T05:08:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"fix: missing __gnuc_va_list breaks compilation\n\nThis commit adds __gnuc_va_list as a public type into slow5lib-sys.\nI recently ran into compilation errors during the build.rs phase of\nslow5lib-sys,\n\n71 | pub type va_list = __gnuc_va_list;\n | ^^^^^^^^^^^^^^ not found in this scope\n\nIt isn't clear why previous iterations didn't encounter this issue,\nand possibly may be due to compiler versions. There have been some\nissues dealing with variadic arguments. The only function using this\nis slow5_vasprintf, and in the future it might make more sense to\nremove that function from the API. But for now, we will add the missing\ntype.","shortMessageHtmlLink":"fix: missing __gnuc_va_list breaks compilation"}},{"before":"75858e6a73e2dd26a72d87410c067bf9a41aeb03","after":"d700e7319419e81e88f255f4a25b237f78ce5849","ref":"refs/heads/dev","pushedAt":"2023-09-13T20:59:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Point to more examples in the README","shortMessageHtmlLink":"Point to more examples in the README"}},{"before":"75858e6a73e2dd26a72d87410c067bf9a41aeb03","after":"d700e7319419e81e88f255f4a25b237f78ce5849","ref":"refs/heads/main","pushedAt":"2023-09-04T04:46:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Point to more examples in the README","shortMessageHtmlLink":"Point to more examples in the README"}},{"before":"a7a06961698439e1292d3ce3da3bf64517a81290","after":"75858e6a73e2dd26a72d87410c067bf9a41aeb03","ref":"refs/heads/main","pushedAt":"2023-09-03T10:49:20.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Update changelog, add addtl examples in README","shortMessageHtmlLink":"Update changelog, add addtl examples in README"}},{"before":"7b44de06dd9f324bc81796d42bbc5c6967eddcad","after":"75858e6a73e2dd26a72d87410c067bf9a41aeb03","ref":"refs/heads/dev","pushedAt":"2023-09-03T10:48:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Update changelog, add addtl examples in README","shortMessageHtmlLink":"Update changelog, add addtl examples in README"}},{"before":"8a8c9c5d489619150a9ef0a907331c9bd9bebde9","after":"7b44de06dd9f324bc81796d42bbc5c6967eddcad","ref":"refs/heads/dev","pushedAt":"2023-09-03T04:29:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"bump version + bindgen dep, swap out deprecated method","shortMessageHtmlLink":"bump version + bindgen dep, swap out deprecated method"}},{"before":"b82b77c442247512b021da02ffad0c2613bf5a3c","after":"8a8c9c5d489619150a9ef0a907331c9bd9bebde9","ref":"refs/heads/dev","pushedAt":"2023-09-03T04:18:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"bump slow5lib to v1.1.0","shortMessageHtmlLink":"bump slow5lib to v1.1.0"}},{"before":"2862799f05aab8ab04a3959cf1229dff0d7dc72e","after":"b82b77c442247512b021da02ffad0c2613bf5a3c","ref":"refs/heads/dev","pushedAt":"2023-03-08T21:18:50.678Z","pushType":"push","commitsCount":1,"pusher":{"login":"bsaintjo","name":"Brandon Saint-John","path":"/bsaintjo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4272889?s=80&v=4"},"commit":{"message":"Make note of BLOW5 being used as well","shortMessageHtmlLink":"Make note of BLOW5 being used as well"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEEfaTqwA","startCursor":null,"endCursor":null}},"title":"Activity ยท bsaintjo/slow5-rs"}