João Marcos
João Marcos
Solving this allows us to also decide if we want to revert [this PR](https://github.com/ouch-org/ouch/pull/277). I don't know what is the best approach to this.
@figsoda figured the reason, so `Ouch` is following symlinks and copying the pointed files, instead of copying the symlink itself to the archive. We should probably copy symlinks too by...
This is blocked because I could not figure out why the Tar library is panicking when I try to add symlinks to it.
@disrupted I'm messing with the CI, trying to make a workflow that provides a binary for your platform. Now we are stuck in an error while compiling `bzip2-sys`, as you...
At the moment of writing, there isn't proper support in the CI for building this regularly, I realized that `aarch64-apple-darwin` is a tier 2 target, the compiler code is not...
> because [GitHub Actions](https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/) now support M1 builds That's great news for Rust :) > the minute multiplier is 10x for macOS, meaning if it takes 2 minutes to build,...
Love you both so I did #575. `retain` should already be available to `Array` because it's a type alias to `Vec` :) .
Unlinking #575 to this issue because I did it for the wrong crate :laughing:, I might try again for the right one :sweat_smile: .
@epage you can close this due to #576. (I now realize that "Solves" [isn't a recognized keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) for linking a PR to an issue.)
@koutheir @abbychau if spawning child processes is a problem for your usage case, you might want to check [Ouch](https://github.com/ouch-org/ouch).