huak icon indicating copy to clipboard operation
huak copied to clipboard

[wip] A Python package manager written in Rust and inspired by Cargo.

Results 74 huak issues
Sort by recently updated
recently updated
newest added

Instead of adding `openssl` to Cargo.toml, I'm wondering if `openssl` can be installed in CI for `maturin` distribution.

good first issue

The `huak activate` command wasn't stable. Instead of implementing it in #483 I'd like to yank it entirely and revisit with [`rexpect`](https://github.com/rust-cli/rexpect). Update: I'll implement a very limited `activate` command...

# Problem On windows, with crtl+C only the parent process (Huak) would be canceled if a similar subprocess design is used. # Solution Manage processes together with the ability to...

This is likely due to a race condition accessing the same interpreter. See - #757 - #739 - #684 - test_update_project_optional_dependencies

Currently most of `huak` operations print to stderr. An example of a command that should probably print to stdout would be `huak version`.

good first issue

I probably just need to look around the docs, but I'm currently building installing `huak` whenever I want the snapshots up-to-date with tested CLI.

- [x] All `--help` (Added in #686) - [ ] Commands with suppression flags - [ ] `huak activate` - [ ] `huak add` with specific installer version(s) - [...

I'd like to automatically deploy the docs when changes are made to docs/

*Originally mentioned by @grski in #674* > it's possible you might need to add > ``` > autoload -Uz compinit > compinit > ``` > to your .zshrc file before...

Marking as part of the *General-use release* milestone but this may change.