Jason R. Coombs

Results 1077 comments of Jason R. Coombs

Can you say more about what it is you'd like to see? Are you wanting to add support for sending color codes or receiving them (or both)? Another way you...

> inside the bot code the user is writing they can simply do > > ``` > from irccodes import colored > > server.privmsg(event.target, colored(text="This text will be blue", color="blue"))...

I had this issue today. I was able to work around it by bypassing the check. ``` PS C:\Users\jaraco> sudo winget settings --enable InstallerHashOverride Enabled admin setting 'InstallerHashOverride'. PS C:\Users\jaraco>...

> It might be a CDN issue from the WinGet source server. In my first experience, I was on a corporate machine with VPNs and other administrative controls. To exclude...

> Do you think it's worth bumping the declared platformdirs dependency for this ? To help platforms lacking `ctypes` support install setuptools seamlessly ? I'd be fine with that.

To be sure, this change is a big deal. It's been decades in the making to provide replacements for this functionality. There are known open issues and efforts to remove...

> * Does the `namespace_packages` (deprecated) keyword for `setup.py` works without `pkg_resources.declare_namespace`? It's a mixed bag. If I recall correctly, when pip-installed, a declared namespace gets its `__init__.py` omitted, so...

> I propose we do it in 2 stages: > > ``` > 1. Explicitly mention a "due date" to the [warning message](https://github.com/pypa/setuptools/blob/v80.8.0/pkg_resources/__init__.py#L98-L103) > > 2. Removal once the "due...

I did [a search](https://github.com/search?q=content%253A%252Fsetup%5C.py.*--dry-run%252F&type=code), and it does seem there are quite a few references to `--dry-run` being used. Most of them seem like casual use. I couldn't find anything that...