Alexander Prinzhorn
Alexander Prinzhorn
I think https://github.com/node-fetch/node-fetch/pull/1736 kind of fixed this? At least the fact that the underlying `keepAlive` of the default agent was previously broken by explicitly setting `Connection: close`. Or are there...
I don't know what WSL2 is, but did you consider using [WAL](https://sqlite.org/wal.html)? Ultimately this is a duplicate of https://github.com/WiseLibs/better-sqlite3/issues/483 because currently you cannot pass all options as you wish.
This does not come from better-sqlite3 but rather [node-gyp](https://github.com/nodejs/node-gyp). Which is only executed when no prebuild binary was found to build the addon locally. Prebuilds should be available, please share...
> I'm using `Git for Windows` as terminal on Windows Does it happen in other terminals as well? Googling for "git for windows terminal stdout lag" this terminal might have...
How about a simple Python script? Does that also delay stdout? If yes, it's not a mitmproxy issue. If no, then try building a hello world PyInstaller binary (our [specfile](https://github.com/mitmproxy/mitmproxy/blob/72940c3eaf9ed328cdd485b770fdfe9f95a095c4/release/specs/standalone.spec)...
> Thanks for providing a REPL. Does setting `showDropdownOnFocus` for your use case? No, because it breaks the results list, see video in #98 There are two separate problems here:...
> 2\. There's the `showAllResultsOnFocus` prop which does what you describe (see video below). Right, I forgot about that one again 😄 . I think the name `showAllResultsOnFocus` doesn't really...
Minimal repro: ```py def response(flow): print(flow.response.get_text()) ``` ```sh mitmdump --quiet --scripts issue-7795.py curl --insecure -H 'accept-encoding: gzip' --proxy localhost:8080 https://vd6.l.qq.com/proxyhttp ``` Not sure what's going on exactly, don't have time...
My steps are shorter and easier to reproduce (no need for a browser or to wait for the page to load that other resource), what's the problem?
> How do you ensure that the behavior of your steps is consistent with the behavior of the browser when creating a connection? Why is that relevant? My steps reproduce...