Ken’ichiro Oyama

Results 149 comments of Ken’ichiro Oyama

> but instead of having it port forwarding, it changes the endpoint specification. It looks like he wants to execute HTTP requests via SSH port forwarding.

His environment seems to be as follows. ```mermaid graph LR Local[Local] -- can SSH --o xx-xx-xx[xx-xx-xx] xx-xx-xx -- can do HTTP requests --o xxxx-xxxx.execute-api.xxxxxx.vpce.amazonaws.com[xxxx-xxxx.execute-api.xxxxxx.vpce.amazonaws.com] Local[Local] -- can NOT do HTTP...

I probably understand what you want to do. However, I feel that the proposed API is not easy to use. u-m...

Is this when it fails? Or is this when the debug option is enabled?

I don't think the overridden value is the only value we want when we fail. So `2` and `3` may not be suitable as use cases. If we were to...

(For 2 and 3) When they fail, the number of values may be too large. A good idea for a display would be useful.

`*.Marshal` sorts the elements of JSON/YAML. e.g. https://github.com/golang/go/blob/213504e5431891e8421a92ab72ac08981ce07516/src/encoding/json/encode.go#L804 On the other hand, in Go, the order of keys in the map is random. https://go.dev/doc/go1#iteration I don't think it can be...

I have one question. Is this functionality necessary because the endpoint is set by environment variables, etc. and is not fixed to one? In most cases, the endpoint should be...

> I think httpRunners['req'].endpoint could be generalized as simply "allow access to the Runner's settings". I think httpRunners['req'].endpoint would be easier to understand if it were a `string` entered by...

> The url function was incorporated and implemented. > https://github.com/k1LoW/runn/pull/556#discussion_r1264607087 👍 Thank you! > Some redundancy remained in the area of including default values for environment variables. I am wondering...