Alexander Prinzhorn

Results 113 issues of Alexander Prinzhorn

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/linux
bug :beetle:
component/dialog
status/confirmed
has-repro-gist
16-x-y
17-x-y
18-x-y
19-x-y
20-x-y

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

enhancement :sparkles:

There's no `-ms-transition` and the order should be switched.

We should detect if https://github.com/bestiejs/benchmark.js is present and output the time each call took and the percentage for each level.

I'm planning on using go-httpbin for integration tests of an HTTP intercepting proxy. Thanks for maintaining it! I will come up with some more "exotic" feature requests and have to...

feature-request

#### Description This fixes the 100% CPU loop for me. I tried to introduce somewhat meaningful exit codes, feel free to change them. `CANNOT_WRITE_TO_DISK` is unused, not sure where that...

#### Description ```sh mitmdump --set ca_basename=example --set ca_organization=Example --set ca_common_name=example ``` ![Screenshot from 2022-06-29 11-31-41](https://user-images.githubusercontent.com/679144/176416622-70fa50ea-83fe-4173-9d95-a40d03d6984d.png) So how would I test the "via mitmproxy" part? Two notes: 1. The onboarding app...

#### Problem Description I always come up with the most esoteric use-cases, but here we go. I'm pentesting an FTP setup and put mitmproxy in front of the command port...

kind/feature

#### Problem Description I just noticed during https://github.com/mitmproxy/mitmproxy/issues/5469#issuecomment-1191343747 #### Steps to reproduce the behavior: http.txt ``` HTTP/1.1 200 OK Content-Type: text/plain Content-Length: 1 \ ``` 1. `ncat -l 1337 <...

kind/bug
help wanted
area/contentviews

#### Problem Description I'm wrapping mitmproxy and I want to avoid confusion by not calling my root certs `mitmproxy-ca.pem` etc. And also by not having my root cert be issued...

kind/feature