Tzu-ping Chung
Tzu-ping Chung
Currently `prepare_metadata_for_build_wheel` would check Cargo’s existence before generating metadata, and persuambly also needs Cargo during the process, but I’m unsure why that is the case—Admittedly I did not read the...
While migrating an existing site to Lektor I find myself looking for this. My use case is building a release note page, and using the build numbers as slug. So...
Fix #11340.
This is spun off #9617 to aggregate user feedback for another round of pip’s location backend switch from `distutils` to `sysconfig`. If you find yourself seeing something like: ``` WARNING:...
Let’s restart #7718, we must do this before 3.11 is out. This is mostly #8441 re-applied to main with some very minor changes.
**How would this feature be useful?** Since 0.15 pipx got rid of the `--spec` argument, but now I can’t upgrade a package to a difference spec. Previously I could ```bash...
Continuing the discussion in https://github.com/pipxproject/pipx/pull/615#issuecomment-770336369 > I'm assuming the following will not work: > ``` > pipx run bUiLd --help > ``` > It will download and install build properly...
It is common in Cocoa API for a method to have an “out parameter”, e.g. an `NSError **` parameter that is used to return an error when a call fails....
For example, `NSApplicationActivationOptions` allow a value of 0 (default behaviour) or a combination of flags (`NSApplicationActivateAllWindows | NSApplicationActivateIgnoringOtherApps`), but with it being implemented as enum, neither is not possible.
`build` currently makes all output from the backend pass through, but some of them are very cluttered by default (looking at you, setuptools). It would be nice to have a...