Maximilian Hils
Maximilian Hils
Especially the **root** file is in most cases a html file. Sniff mime type and append file extension accordingly for the most frequent cases.
### Problem Description poetry-core currently prepends its `_vendor` directory (`__vendor_site__`) to `sys.path` [here](https://github.com/python-poetry/poetry-core/blob/974690a6a10c8ac1220dffd2a9ff1028b16f552b/src/poetry/core/__init__.py#L15C24-L15C39). This causes poetry plugins to pick up whatever dependency version poetry has vendored, which may not be...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: This PR fixes two bugs with the recorder: First, we now...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR makes `spoc merge` understand glob patterns in the profile....
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds a `--check` flag to spoc merge. This can...
The mitmproxy docs don't render from the pypi version (0.1) currently, so pushing 0.2 would be good.
See #6950 - we're flying blind here at the moment, which isn't great.
The WebSocket view keeps jumping to the top every time a new message arrives. This makes it basically impossible to work with while the connection is open. I hold down...