Kun
Kun
add switch to compatible in private cluster in our cluster, hostname was written in /etc/hosts, but requests session wont't recognize it. Add command switch to control wheter use trust or...
When I tried to run this tool in private cluster, that hostname all written in `/etc/hosts`, got 502 response.  We might find an elegant way to adapt this situation.
目前所有接口都不支持context,只支持timeout,使用起来不是很友好。对于上游的调用我无法准确知道超时时间,希望能在上游cancel后能同时cancel这次sdk的接口请求
enhancement solve issues #118 #117
I suggest that , When diffing an embedded pointer field against nil, the comparison should continue rather than break, and it should output a bunch of JSON. If it infect...
Diffing embedded structs and slices causes the tag name to be lost. ``` type A struct { Field1 struct { Field2 string `diff:"F1"` } `diff:"F2"` } ``` when i use...