Chad Smith

Results 39 issues of Chad Smith

**How would this feature be useful?** When upgrading packages, currently only the main package is upgraded, and dependent packages are only upgraded if needed. This will potentially cause end users...

GitHub pages are a common way to host documentation for sites. They require one of the following to host in source code: * master branch /docs folder * master branch...

question

We're working on some updates to python resolution when creating virtual environments from within virtual environments with nox in https://github.com/theacodes/nox/pull/231. It was suggested to use pythonfinder rather than rolling our...

enhancement

* add UI support for breakpoints that have the type `watchpoint` use the gdb mi [`-break-watch` command](https://sourceware.org/gdb/onlinedocs/gdb/Set-Watchpoints.html) to add a UI element where appropriate (i.e. on expression or memory) to...

enhancement

change `https://rawgit.com/richleland/pygments-css/master/manni.css` to `https://rawgit.com/richleland/pygments-css/master/monokai.css`

**Environment** * pip version: pip 19.0.dev0 * Python version: Python 3.7.0 * OS: mac **Description** I have a pyproject.toml with ``` [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" ``` I...

project: vendored dependency
C: error messages

### What does this PR do? Adds WebSocket support for Unix sockets using `ws+unix://` URLs. Follows the [websockets/ws standard](https://github.com/websockets/ws/blob/master/doc/ws.md#ipc-connections) format: `ws+unix://socket_path:request_path`. ### How did you verify your code works? Added...