Rainy Chan

Results 24 comments of Rainy Chan

py38还做了一件事,比较严格了,不允许在遍历dict的时候改变dict的key(增删)。 更安全,不过我之前的库有这个问题,改了代码来兼容

it that more natural? ``` ${result}= Another keyword ( Keyword ${input} ) ``` parentheses may be better I use pycharm and IntelliBot, but it may be ugly in RIDE cell...

tools.py

I met the same issue. Since I use Go1.18 under GVM to write generics codes, my system go binary is go1.13.15. The Godoc is for system go binary and cannot...

i just developed a service for QAs and Devs, in that service, we use other tools to capture from network flow or generate from API document platforms, to generate curl...

and PS. adding # coding: utf-8 to all your files isn't necessary with Python 3. It's a Python 2 thing yes, we are adding this just bc we migrated some...

> Are you getting this error on Windows or Linux or macOS? i got the same issue both in MacOS & Windows Pycharm, Windows Git Bash and Windows PowerShell ISE...

> I looked more into this and it's pretty complicated. The current check `if (!process.stdin.isTTY) {` is correct. I'm not sure that it'll help to wrap it in a try...

test result: node -e "console.log(fs.readFileSync(0)); process.exit(1)" echo | node -e "console.log(fs.readFileSync(0)); process.exit(1)" npx nodemon --exec 'node -e "console.log(fs.readFileSync(0)); process.exit(1)"' 1st cmd will hang in Pycharm (and also Git Bash /...

> > can we only enable this check when - arguement is placed > > No, it's the opposite. This code _only_ runs when there's no `-` argument to curlconverter....