Maximilian Hils

Results 78 issues of 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.

enhancement
python-core

### 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...

kind/bug
area/core
status/triage
area/deps

#### 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...

kind/bug
size/XXL
release-note
cncf-cla: yes
ok-to-test

#### 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....

kind/feature
release-note
cncf-cla: yes
size/XL
ok-to-test

#### 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...

kind/feature
release-note
cncf-cla: yes
ok-to-test
lgtm
approved
size/M

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.

kind/feature
os/osx
os/windows
kind/ux
area/rust

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...

help wanted
area/console
kind/ux