jinsiang

Results 6 comments of jinsiang

Also I tried: ``` {{range $pub_key := ls "/sshd/pubkeys/user1"}} {{$pub_key}} {{end}} ``` I expected it will return key1 and key2 to me, but instead, I got value 0 and 1,...

Yeah, I think it's a bug since ls to a yaml list returned the index instead of actually value. ``` {{range $pub_key := ls "/sshd/pubkeys/user1"}} {{$pub_key}} {{end}} ``` Returned: ```...

Hi @markkuleinio , yes, I was able to set it via Netbox GUI, but if I set it via pynetbox, I got the error above.

Hi, is this version of peatio has trading ui?

+1 on this, we hit these issues a lot when we run the connectivity tests, maybe we could standardize the tests, and refine the outputs/indicators to show what's the problem,...