Steve Sperandeo
Steve Sperandeo
https://github.com/p-ranav/argparse
1. This fix drops the text/plain header as it was causing the requests to fail entirely. 2. This fix also moves the strdup inside the guard to prevent segfaults on...
The text/plain header is being rejected: ``` {\n \"kind\": \"Status\",\n \"apiVersion\": \"v1\",\n \"metadata\": {},\n \"status\": \"Failure\",\n \"message\": \"only the following media types are accepted: application/json, application/yaml, application/vnd.kubernetes.protobuf\",\n \"reason\": \"NotAcceptable\",\n \"code\":...
I ran into this error with the latest version of lsh-rs: ``` Compiling lsh-rs v0.4.0 error[E0432]: unresolved import `serde::export` --> C:\Users\steve\.cargo\registry\src\index.crates.io-6f17d22bba15001f\lsh-rs-0.4.0\src\hash.rs:8:12 | 8 | use serde::export::PhantomData; | ^^^^^^ could not...
### Description of the feature request: Add client timeout setting to overcome timeout errors. ### What problem are you trying to solve with this feature? I'm encountering this error where...