cowlinator

Results 10 issues of cowlinator

I received the following error: ``` python application.py Traceback (most recent call last): File "application.py", line 20, in r"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Lock Screen\\Creative") FileNotFoundError: [WinError 2] The system cannot find the file specified...

Typing the following into the python interpreter ``` Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:05:16) [MSC v.1915 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more...

### Description Starting with pip 22.1, including "pip" in the pyproject.toml [build-system] requires fails. Example pyproject.toml: ``` [build-system] requires = [ "setuptools>=40.8.0", "wheel", "pip" ] build-backend = "setuptools.build_meta" ``` Error:...

type: bug
OS: windows
S: awaiting response

API documentation at https://gitpython.readthedocs.io/en/stable/reference.html#git.repo.base.Repo.git does not describe `repo.git`. What type of object is it? What are its function definitions? I'm looking at modifying code that uses `repo.git.describe()` (which I would...

acknowledged
help wanted

# Summary of the new feature/enhancement I would like to see `Expand-Archive` support PE (Portable Executable) archive type, which was created by Microsoft, and is frequently used in Windows. As...

Issue-Enhancement
Area - Archive Format

The latest release (0.1.17) was Mar 12, 2016. The latest commit to the master branch was Oct 23, 2016. It's not completely clear who has permission to merge PRs or...

As a user, it has been very frustrating when artifactory.py silently swallows http error codes. This PR ensures that all http-related exceptions include information about http error codes. This PR...

### Jenkins and plugins versions report Environment ```Jenkins: 2.452.1 OS: Linux - 4.15.0-225-generic Java: 21.0.3 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- ``` ### What Operating System are you...

bug

https://groovyconsole.appspot.com/ is consistently displaying ``` 503 Error: Server Error The service you requested is not available yet. Please try again in 30 seconds. ``` This has been happening for at...

### Description Pip gives the error "Cannot install XYZ because these package versions have conflicting dependencies" when there is no dependency conflict. I set up a PEP-503-compliant repo on artifactory,...

type: bug
C: dependency resolution
C: finder