Ganden Schaffner

Results 33 issues of Ganden Schaffner

Occasionally, tracked files are incorrectly shown as modified in `git status` output. A closely related issue is git-lfs/git-lfs#1726. The "fix" described in the initial comment seems to work with the...

If the descriptions for two [[params.portfolio.gallery]] objects are not the same length (in lines, when displayed), they will render improperly. Properly displayed in full screen: ![image](https://cloud.githubusercontent.com/assets/11418203/24318155/0fae2876-10be-11e7-8e08-3deb388410b8.png) Breaking with certain window...

When a user scrolls up, the background image moves up as well. But the space below it is blank and gray. Is it possible to make the background take up...

## Environment data - Language Server version: 0.5.50.0 - OS and version: Manjaro GNU/Linux 20.0.3 - Python version (& distribution if applicable, e.g. Anaconda): Python 3.6.10 (via pyenv-virtualenv) ## Expected...

If an `@ git+` requirement is present in pip's wheel cache, `pip-compile --resolver backtracking` will pin to `@ file://....whl`. (Moved from https://github.com/jazzband/pip-tools/pull/1539#issuecomment-1170845933. `@ git+` pinned package switched from `pip-tools` to...

bug
resolver

Hi! I believe that `PyPIRepository()._available_candidates_cache` is redundant, as `PackageFinder().find_all_candidates` has been `lru_cache`d since Pip 20.3 (https://github.com/pypa/pip/commit/1dd6d562789b06dc1508212505e32f36bd71d310). ##### Contributor checklist - [ ] Provided the tests for the changes. - [x]...

refactor

It would be useful if users could specify multiple versions to have active at once like you can with `pyenv`. See [here](https://github.com/pyenv/pyenv/blob/master/COMMANDS.md) for documentation (Ctrl+F "advanced"). For example, consider if...

Hi! In a Windows VM, and in a bad case where pip's resolver backtracks all the way to version 16.4.0, pip will abort dependency resolution entirely. This is because the...

Hi! The current `user.*` `git-config` example has the issue https://github.com/orgs/community/discussions/26560.

Hi! This adds session dependency resolution support to close #453 and as a prerequisite for #167. This implementation works and is fully tested, but this PR still needs some documentation...