Chan Kang

Results 16 issues of Chan Kang

https://github.com/uber-go/zap/issues/1078 Added just `DebugField` for now per the suggestions in the issue. Extending this should be very straight-forward if need be.

### Issue description `--platform` flag (along with `--no-deps` and `--target`) from `pip` doesn't seem to get picked up correctly by `pipenv` via `--extra-pip-args`. ### Expected result The installation should succeed...

Type: Enhancement :bulb:
PR: awaiting-review
triage

**Describe the use case** `alembic history` currently prints out the history of revisions to `STDOUT` in reverse-chronological order. personally as a user, i am a lot more interested in the...

command interface
use case
PRs (with tests!) welcome

## Summary Resolves https://github.com/astral-sh/uv/issues/2500 This change got way bigger and more complex than initially thought 😭 (happy to break up into multiple smaller PRs if preferred!) - the main changes...

### Python version 3.8.17 ### Operating system and processor architecture macOS-13.5-arm64-arm-64bit ### Installed packages ```python asn1crypto==1.5.1 attrs==23.1.0 certifi==2023.11.17 cffi==1.16.0 charset-normalizer==3.3.2 cryptography==41.0.5 fancycompleter==0.9.1 filelock==3.13.1 idna==3.4 numpy==1.24.4 packaging==23.2 pandas==2.0.3 pdbpp==0.10.3 platformdirs==3.11.0 pyarrow==14.0.1...

enhancement
triaged

resolves https://github.com/silx-kit/silx/issues/4098 allows the users to configure match ratio via the environment variable `SILX_SIFT_MATCH_RATIO`. should be a pretty low-risk + perfectly backwards compatible change.

https://github.com/ilich/passport-2fa-totp/blob/master/lib/strategy.js#L96 It seems that `skipTotpVerification` to `true` doesn't actually skip the verification; the code will continue to execute past the if block linked above and will attempt to set the...

## Summary partially resolves https://github.com/astral-sh/uv/issues/4439 ## Test Plan existing tests pass + added a couple of new tests with `--invert`.

## Summary partially resolves https://github.com/astral-sh/uv/issues/4439 ## Test Plan the existing tests pass + added a couple of tests to ensure `--package` behaves as expected.