{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":651770738,"defaultBranch":"main","name":"fsbex","ownerLogin":"astral4","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-10T03:38:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/88992929?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1686368367.109926","currentOid":""},"activityList":{"items":[{"before":"de4fb4ff49bea63f088e83c461ab01419bd2d698","after":"9d7a771c6efa35d5ba65a64e4b4ed7f10f2a5239","ref":"refs/heads/main","pushedAt":"2024-02-27T23:12:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"fix link to From impl for u32 in changelog","shortMessageHtmlLink":"fix link to From<NonZeroU32> impl for u32 in changelog"}},{"before":"b79ff7720fab0947cafbc765e7fe14ac1ed41315","after":"de4fb4ff49bea63f088e83c461ab01419bd2d698","ref":"refs/heads/main","pushedAt":"2023-12-26T05:36:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"use implicit deref to slice instead of as_slice() methods","shortMessageHtmlLink":"use implicit deref to slice instead of as_slice() methods"}},{"before":"04e3ebd633d3f431cbbd1832df4de7afca6b7480","after":"b79ff7720fab0947cafbc765e7fe14ac1ed41315","ref":"refs/heads/main","pushedAt":"2023-12-26T04:08:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"remove profile configuration","shortMessageHtmlLink":"remove profile configuration"}},{"before":"432cc0a7d59edf8b2347b05c2a60dcefbde12b83","after":"04e3ebd633d3f431cbbd1832df4de7afca6b7480","ref":"refs/heads/main","pushedAt":"2023-12-26T04:07:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"remove mention of default feature in vorbis_rs","shortMessageHtmlLink":"remove mention of default feature in vorbis_rs"}},{"before":"f30b0bc2cd8d978b8450700e10ebb0ca9da705e6","after":"432cc0a7d59edf8b2347b05c2a60dcefbde12b83","ref":"refs/heads/main","pushedAt":"2023-12-26T01:04:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"address clippy lints","shortMessageHtmlLink":"address clippy lints"}},{"before":"66564185468be1b3d61c332d950a52fab3e20d43","after":"f30b0bc2cd8d978b8450700e10ebb0ca9da705e6","ref":"refs/heads/main","pushedAt":"2023-12-26T01:02:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"blanket-allow some clippy lints","shortMessageHtmlLink":"blanket-allow some clippy lints"}},{"before":"92588f4c33caa52689ab1574d903ae63ccabf8f7","after":"66564185468be1b3d61c332d950a52fab3e20d43","ref":"refs/heads/main","pushedAt":"2023-12-26T00:57:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"move lint configuration to Cargo.toml","shortMessageHtmlLink":"move lint configuration to Cargo.toml"}},{"before":"0ab05eb82f5752ad377eda252536a3ed810d0c9f","after":"92588f4c33caa52689ab1574d903ae63ccabf8f7","ref":"refs/heads/main","pushedAt":"2023-12-26T00:51:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"update vorbis_rs to 0.5.4","shortMessageHtmlLink":"update vorbis_rs to 0.5.4"}},{"before":"f1dd20a1588aa2c6872ae0e11229937f957c3b9d","after":"0ab05eb82f5752ad377eda252536a3ed810d0c9f","ref":"refs/heads/main","pushedAt":"2023-12-26T00:49:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"update vorbis encoder comments","shortMessageHtmlLink":"update vorbis encoder comments"}},{"before":"2f2c208c0024ab319b0bbb18395d9808cd00d80a","after":"f1dd20a1588aa2c6872ae0e11229937f957c3b9d","ref":"refs/heads/main","pushedAt":"2023-10-16T15:55:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"forbid compilation for target_pointer_width < 32\n\nThis is done so that conversions from u32 to usize are guaranteed to be correct.\n\nThis is technically not a breaking change: the only <32-bit target listed in the Platform Support page of the rustc book (https://doc.rust-lang.org/1.73.0/rustc/platform-support.html) - `msp430-none-elf` - does not support the standard library, so this library would never have compiled for it to begin with.","shortMessageHtmlLink":"forbid compilation for target_pointer_width < 32"}},{"before":"13bd7204f46fc6ff50eee83f155568f0c04162b0","after":"2f2c208c0024ab319b0bbb18395d9808cd00d80a","ref":"refs/heads/main","pushedAt":"2023-10-10T13:45:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"Adjust links to Rust docs in changelog\n\n`core` is guaranteed to be backwards-compatible because it is part of the standard library. So, links can point to the latest stable version of docs instead of being pinned to a specific version to avoid link rot.","shortMessageHtmlLink":"Adjust links to Rust docs in changelog"}},{"before":"637d3735fcdd82b53e4a55df65054d4497076ba4","after":"13bd7204f46fc6ff50eee83f155568f0c04162b0","ref":"refs/heads/main","pushedAt":"2023-10-10T05:16:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"refactor non-zero int to int conversions\n\nBefore, `From` and `Into` impls were used to convert non-zero integers to regular integers. For example, to convert `NonZeroU32` to `u32`, `u32::from()` and `NonZeroU32::into()` were used.\n\nHowever, this can be accomplished more concisely. Non-zero integers have a `get()` method that converts the number to the corresponding regular type.","shortMessageHtmlLink":"refactor non-zero int to int conversions"}},{"before":"6ec2c46d65568127d3b1b43208c92b8fb223a99c","after":"637d3735fcdd82b53e4a55df65054d4497076ba4","ref":"refs/heads/main","pushedAt":"2023-10-05T22:26:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"import FromBytesUntilNulError from std\n\n`std::ffi::FromBytesUntilNulError` is new in Rust 1.73. Previously, it was only available in `core` and not re-exported to `std`.","shortMessageHtmlLink":"import FromBytesUntilNulError from std"}},{"before":"e50a069762c714ebab17f3861827f2928e691706","after":"6ec2c46d65568127d3b1b43208c92b8fb223a99c","ref":"refs/heads/main","pushedAt":"2023-08-19T21:54:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"bump crate version","shortMessageHtmlLink":"bump crate version"}},{"before":"d9ec41c6e3253677ecb531f7440e0465c5ce065d","after":"e50a069762c714ebab17f3861827f2928e691706","ref":"refs/heads/main","pushedAt":"2023-08-19T21:46:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"add changelog","shortMessageHtmlLink":"add changelog"}},{"before":"a32eddca4b3c6196359152d63d65d0a4355f308e","after":"d9ec41c6e3253677ecb531f7440e0465c5ce065d","ref":"refs/heads/main","pushedAt":"2023-08-19T20:31:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"remove index information from Stream","shortMessageHtmlLink":"remove index information from Stream"}},{"before":"35b3375ca4e91d1574cb008ccdd601cf4e885471","after":"a32eddca4b3c6196359152d63d65d0a4355f308e","ref":"refs/heads/main","pushedAt":"2023-08-19T19:20:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"adjust error Display impls","shortMessageHtmlLink":"adjust error Display impls"}},{"before":"a9214b134d942af9b942345148c126ffd4d855fb","after":"35b3375ca4e91d1574cb008ccdd601cf4e885471","ref":"refs/heads/main","pushedAt":"2023-08-19T02:39:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"implement Display for PcmErrorKind and VorbisErrorKind","shortMessageHtmlLink":"implement Display for PcmErrorKind and VorbisErrorKind"}},{"before":"c207f21a22b63d37c49090e409c42b2731860f70","after":"a9214b134d942af9b942345148c126ffd4d855fb","ref":"refs/heads/main","pushedAt":"2023-08-19T02:29:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"unimplement Display for Bank and StreamInfo","shortMessageHtmlLink":"unimplement Display for Bank and StreamInfo"}},{"before":"ee168e1f5c2515a56daacb3869bfadd35469da7f","after":"c207f21a22b63d37c49090e409c42b2731860f70","ref":"refs/heads/main","pushedAt":"2023-08-19T01:25:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"refactor code with tap::Pipe","shortMessageHtmlLink":"refactor code with tap::Pipe"}},{"before":"5b7215a458f5e93408d799a4be44b01dad0a728c","after":"ee168e1f5c2515a56daacb3869bfadd35469da7f","ref":"refs/heads/main","pushedAt":"2023-08-18T14:26:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"refactor PCM encoder","shortMessageHtmlLink":"refactor PCM encoder"}},{"before":"c0af30e0610c2398071d9a686aaf4c3d3d81f28c","after":"5b7215a458f5e93408d799a4be44b01dad0a728c","ref":"refs/heads/main","pushedAt":"2023-08-09T04:53:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"impl Display for Bank, AudioFormat, and StreamInfo","shortMessageHtmlLink":"impl Display for Bank, AudioFormat, and StreamInfo"}},{"before":"cb4f262116d0c4c94222ca2ad04a48b269be8d60","after":"c0af30e0610c2398071d9a686aaf4c3d3d81f28c","ref":"refs/heads/main","pushedAt":"2023-08-08T01:15:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"adjust code example in docs","shortMessageHtmlLink":"adjust code example in docs"}},{"before":"74b6aa9f688a13d6eb613998a5984d8306f0d2db","after":"cb4f262116d0c4c94222ca2ad04a48b269be8d60","ref":"refs/heads/main","pushedAt":"2023-08-08T01:14:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"update vorbis_rs to 0.5.0","shortMessageHtmlLink":"update vorbis_rs to 0.5.0"}},{"before":"24987392192a7105658b7d39ce5a048f8f75f8dc","after":"74b6aa9f688a13d6eb613998a5984d8306f0d2db","ref":"refs/heads/main","pushedAt":"2023-08-04T00:35:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"bump crate version","shortMessageHtmlLink":"bump crate version"}},{"before":"6c462b9a1a3622aa62873fa743e3044f4acfa8e9","after":"24987392192a7105658b7d39ce5a048f8f75f8dc","ref":"refs/heads/main","pushedAt":"2023-08-03T19:51:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"fix: read names from name table correctly","shortMessageHtmlLink":"fix: read names from name table correctly"}},{"before":"342b8e9ad3b0e62073d2b7720afa9afa71b2da44","after":"6c462b9a1a3622aa62873fa743e3044f4acfa8e9","ref":"refs/heads/main","pushedAt":"2023-08-03T19:43:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"adjust doc comments","shortMessageHtmlLink":"adjust doc comments"}},{"before":"2823e99d288c78531b14219f155eb8b339e2101d","after":"342b8e9ad3b0e62073d2b7720afa9afa71b2da44","ref":"refs/heads/main","pushedAt":"2023-08-03T03:58:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"bump crate version","shortMessageHtmlLink":"bump crate version"}},{"before":"69fe208bbf6a59d5b49dad4793a7e757bf0c8e9c","after":"2823e99d288c78531b14219f155eb8b339e2101d","ref":"refs/heads/main","pushedAt":"2023-08-03T03:58:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"update dependencies","shortMessageHtmlLink":"update dependencies"}},{"before":"a07d6ad4eb358db8eca3cac4fd2e2b92b8258288","after":"69fe208bbf6a59d5b49dad4793a7e757bf0c8e9c","ref":"refs/heads/main","pushedAt":"2023-08-03T02:33:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"astral4","name":"Kyle Chen","path":"/astral4","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/88992929?s=80&v=4"},"commit":{"message":"fix: update Reader position while reading from CappedReader\n\nFixes an issue where reading streams returns an error. This happens when encoding PCM and the std::io::copy shortcut is involved.","shortMessageHtmlLink":"fix: update Reader position while reading from CappedReader"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0yN1QyMzoxMjo1MS4wMDAwMDBazwAAAAQHDSH9","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOC0wM1QwMjozMzo1NS4wMDAwMDBazwAAAANi1BZG"}},"title":"Activity ยท astral4/fsbex"}