Derek Wan
Derek Wan
**Is your feature request related to a problem? Please describe.** At work, our repos/branches are hosted at bitbucket.COMPANY.com/projects/ORGANIZATION/repos/REPONAME/browse?at=refs%2Fheads%2FBRANCHNAME. As it stands gitweb is opening bitbucket.COMPANY.com/ORGANIZATION/REPONAME/tree/BRANCHNAME. **Describe the solution you'd like**...
Hi @sunface , thanks for a great library! I'm a little surprised by the answer, I certainly don't think it respects the spirit of the question... Spoiler warning! ```rust fn...
As per title; fixes https://github.com/jazzband/pip-tools/issues/1615. ##### Contributor checklist - [ ] Provided the tests for the changes. - [x] Assure PR title is short, clear, and good to be included...
The documentation suggests the `pre-commit` hook: ```yaml - id: pip-compile name: pip-compile requirements.txt args: [requirements.txt] files: ^requirements\.(in|txt)$ ``` however this is incorrect — it should be `requirements.in` which is passed...
Hi, this is a great tutorial! As I am working through the book, I am trying the reader exercises — it would be great to have some solutions to refer...
#### ALL software version info Python 3.9, with a simple `Makefile`: ``` .ONESHELL: SHELL=/bin/bash .PHONY: env env: [ -d .venv ] && rm -rf .venv/ PYENV_VERSION=3.9.13 python -m venv --clear...
I've made a [repo](https://github.com/dycw/test-pip-tools-vs-uv) to demonstrate this, as it tests a few setups. From the `README`: ``` This repo demonstrates some difference with `pip-tools` and `uv` with respect to `pytest`,...