-
### Description of the bug
So, I had my docs already working. Added new pydantic models and saw that mkdocstrings cannot parse it correctly so I used this extension, but got really similar result…
-
**Description**
Hi,
First of all, thanks for writing and maintaining SaltStack!
#### The problem with Python package names in general
Historically, there have always been some issues regar…
-
Consider the code below (**main.py**). When a temporary network disconnect occurs without the `timeout` keyword argument to `Session.get()`, the client may hang indefinitely and no exception is raised…
-
**Product and Version** [VS/VSCode]: VSCode
**OS Version** [MacOS/Windows]: Windows
**IntelliCode Extension Version**: 1.3.1
**Target Platform or Language** [e.g. Node.js]: Node.js
**Steps t…
-
**Describe the bug**
The [documentation](https://www.pantsbuild.org/2.21/docs/python/goals/check#third-party-type-stubs) says that including type stubs in the mypy custom lockfile will cause them to …
-
ref: https://github.com/encode/httpcore/pull/965#discussion_r1795321878
## File formats:
### `scripts/bench/server.py`
```py
# /// script
# requires-python = ">=3.8"
# dependencies = [
# "u…
T-256 updated
1 month ago
-
See #576 for the back story. Basically, SARTopo LocatorGroups are deprecated, will be going away at some point, and, for the past several CTD versions, they no longer provide left bar objects per rad…
-
### Discussed in https://github.com/abhinavsingh/proxy.py/discussions/1351
Originally posted by **ananth-sivam** September 27, 2023
@abhinavsingh
I have used the modify_chunk_response plugin…
-
Actions and checks on pull requests should at least check the earliest supported Python version, so that new pull requests don't break our version compatibility goals. Additionally, testing with the l…
-
### Expected Behaviour
Given the documentation, I would have expected the Validation to be skipped in the situation a middleware responds before the request gets to the route handler.
### Curren…