Alexander Prinzhorn
Alexander Prinzhorn
> Could I have a look at this? There is already a PR https://github.com/mitmproxy/mitmproxy/pull/5996 Would be great if you can check it out locally and leave feedback on it.
I assume you or the editor you're using were doing some automatic code formatting. This makes it hard to focus on the actual changes. We should definitely clean this up...
I've opened https://github.com/mitmproxy/mitmproxy/issues/5984 to fix this in the future. For now I recommend disabling any formatting your editor does. That's a recommendation I would give in general when contributing to...
Perfect, I think that's good for a first iteration. Two small changes: 1. We should allow any type of metadata, so I'd check for `null` (`None` in Python) and throw...
Third `ctrl+c` did it ``` [20:39:32.480] TCP connection 1: socket state ESTABLISHED [20:39:32.481] TCP connection 4: socket state ESTABLISHED [20:39:32.482] TCP connection 2: socket state ESTABLISHED [20:39:32.483] TCP connection 1:...
I really REALLY cannot figure out where to find the core dump in the Docker container. `ulimit -c` is `unlimited`. I give up. However, I can consistently trigger segfault with...
This repository does not contain any type definitions. You are probably using https://github.com/DefinitelyTyped/DefinitelyTyped
Are you sure you have both a `test.data` and a `test.db` file in the **root of your file system**? Also SQLite does not have a `key` pragma (see list here...
Before opening issues make sure to work with the latest versions. You're on an ancient version 7.6.2 of better-sqlite3.
1. Please properly format your message, so that the code is readable https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax 2. Upgrade to the latest better-sqlite3 and to a supported Node.js version (end of life for 16...