Cosmic
Cosmic
adds in a basic benchmark, so that we can get a baseline for any perf-related changes ```console $ cargo bench -q running 0 tests test result: ok. 0 passed; 0...
the zip file from #146 has 947,319 entries which winds up taking up quite a lot of memory to parse. alright, some much more involved changes now. this PR now...
**Describe the bug** an archive that's both a trailing-zip and zip64 file fails to open with `rc-zip` **To Reproduce** you can create a trailing-zip64 with ```shell cat zip64.trailingzip ``` processing...
`rc-zip` contains the fundamental types for doing \~anything with the `rc-zip-*` crates, but it also contains a lot of additional complexity from the perspective of e.g. an `rc-zip-{sync,tokio}` consumer. i...
it'd be nice if relying on `rc-zip` didn't bring in `syn` too - 🕊️ `oem_cp` relying on `serde_derive` in a build script - tats-u/rust-oem-cp#16 - 🕊️ `num_enum` #120 - 👿...
- [ ] update outdated dependencies present in the public api - [ ] `[email protected]` -> `ownable@1` (yay stable release :tada:) - [ ] `[email protected]` -> `[email protected]` - [ ]...
@Aloso I'm planning on prepping for a release after this and #129 are merged :rocket: [(rendered)](https://github.com/CosmicHorrorDev/to-html/blob/a2h-changelog/crates/ansi-to-html/CHANGELOG.md)
Currently there are a small handful of scenarios where `ansi_to_html::convert()` can return an error. Specifically it's - `Error::ParseInt(std::num::ParseIntError)` gets returned if there's a number in an ansi code that's outside...
There's probably a bit of fiddling to get this working well, but it would be nice if you could do something like `$ cmd_that_outputs_md | inlyne view -` It'd just...
We have a special CI setup for handling ARM mac runners from back when the `macos-latest` runners were still x64. Now the latest mac runners are using the M1 CPU,...