fangxlmr
fangxlmr
Say we have this schema ```json { "title": "Example JSON schema", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [ "values" ], "properties": { "values": { "description": "example enum values", "enum":...
Say, I run `cat /proc/kmsg` as a root user on the interfactive SSH shell spawned by `SpawnWithArgs`, but it will hangs for ever (since you wouldn't cat anything from the...
Hi, the crew, great job of this package! https://github.com/google/goexpect/blob/b5b77125c2c58628339d1f0a3d12d6dfd1b2a5e2/expect.go#L1161 As said, goexpect wirte stdout and stderr both to an io.Writer (if any). Isn't it resonable to handle them separately? BTW,...
[中译本CH2.7](https://books.studygolang.com/gopl-zh/ch2/ch2-07.html)中: "由于当前的编译器会检测到局部声明的cwd并没有**本**使用,然后报告这可能是一个错误,但是这种检测并不可靠。因为一些小的代码变更,例如增加一个局部cwd的打印语句,就可能导致这种检测失效。" 这里的`”本“`应改成`"被“`。
We already have rate limit interceptor at server side after #134. I'm considering to have one at client side to protect target service if server, since server may have no...
It seems like no one is maintaining this repo any more, but I still wanna post the issue here since it confuse me a lot and closely releated to `expect`...