Matthieu Chase Heimer
Matthieu Chase Heimer
I have the same need as @adams-family, preventing cache bypassing. Ideally I'd want to be able to specify which query parameters (if any) should be used to generate the cache...
Don't you need to emit the proxyReq event before the pipe call? If the pipe sends the first chunk then the headers will be sent with it and won't be...
Does the proxy need to avoid piping to the request until the socket is really connected? And also make sure the proxyReq event is emitted before any piping occurs so...
I also think the nonProxyHosts handling is incomplete. Typically the bash env no_proxy value uses a starting period to indicate wildcards. For example: .example.com In the Java world there should...
It might be useful to organize the bluetooth request into two distinct requests. 1. This request for Bluetooth supported via an additional USB device over USB pass-thru. Similar to https://source.android.com/docs/devices/automotive/start/passthrough...
I'd also like to see this. Looks like there is a QRegularExpression::MultilineOption option so it should be possible to add a Multiline search option checkbox.
Hi @ahmadnassri Is anything blocking this? The invalid keywords prevent using strict mode with ajv. If you run with: ``` var ajv = new Ajv({ strict: "log" }); ``` You'll...