Ganden Schaffner
Ganden Schaffner
hi! if an interpreter path contains multiple symlinks, `uv venv` reports using a different interpreter path than it actually uses. e.g.: ```console + type python python is /usr/sbin/python + :...
Closes #272. Note that `inspect.signature` (which is used in the current `_invoke_with_optional_kwargs`!) is not available in Python < 3.3, which (I believe?) schema hasn't officially dropped support for yet. I...
Travis CI is not running. This is probably due to https://blog.travis-ci.com/2021-05-07-orgshutdown. This let test regressions slip by in #268; `master` is currently not passing tests.
Git 2.28 introduced changes to how ranges are treated by `git-diff`. > "git diff" used to take arguments in random and nonsense range > notation, e.g. "git diff A..B C",...
### Changes Fixes: * #728 (in sense (1) as defined in https://github.com/agronholm/anyio/issues/728#issuecomment-2105664591). cancellation of `receive()` could drop items, meaning that _neither_ the attempted sender nor the attempted receiver think they...
**Bug Report** `operator.call` and similar `ParamSpec` callables (e.g. `concurrent.futures.Executor.submit`) produce an `arg-type` error when doing `call(fn, fn2, some_kwarg=...)` where `fn` has signature `(fn2: Callable[[Unpack[Ts]], T], *args: Unpack[Ts], some_kwarg: ...) ->...
**Version info** - OS: Manjaro GNU/Linux 18.0.4 - Build: 1116 **Description** Files with diff filters set in .gitattributes do not have their filters respected when viewing diffs in Sublime Merge....
Proposed patchset that fixes #2115. I've marked this as a draft PR because it's just a fix; it does not yet include an automated test. The test for this seems...
`pip-sync --python-executable` evaluates environment markers for the wrong environment. It evaluates for the calling environment instead of the target environment. #### Environment Versions 1. OS Type: Arch Linux 1. Python...