Kroppeb

Results 38 issues of Kroppeb

Adds an REA to register blocks that provide a certain amount of enchantment power increase in "Bookshelf Equivalents"

library: block
t: new api
s: waiting for test

bug
good first issue
help wanted
discussion

For our company, all private packages look like `companyname-packagename`. It would be cool if there were a way to specify that all packages that start with `companyname-` would be downloaded...

Type: Enhancement :bulb:

We have a private GitLab package repo with request forwarding. Having the following in a pipfile works: ``` [[source]] # private source [dev-packages] opencv-python = "4.8" numpy = "*" ```...

triage

I have encountered the following message a few times: > Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies. Some other cases I remember:...

Whenever pipenv runs into an issue, it just results in a massive stacktrace being shown in the console. Making it hard to figure out the real issue, even more so...

### Issue description The [Installing from git](https://github.com/pypa/pipenv?tab=readme-ov-file#installing-from-git) instructions mention that you can use a "shorthand" syntax, but this doesn't seem to work. ### Expected result `pipenv install [email protected]:cglwn/leftpad-pypi.git@master#egg=leftpad` works, just...

triage

### Issue description Installing git dependencies over ssh often results in errors. ### Steps to replicate Create a new project in a new folder, and run `pipenv install git+ssh://[email protected]/pypa/pipenv.git#egg=pipenv` This...

triage

I've noticed there is a marker called `needs_github_ssh` in the test suite, but no tests seem to have this marker, and even if there were such tests, it seems like...

Category: Tests

enhancement
Priority: Medium
Subsystem: Plugins