Yaroslav Shepilov
Yaroslav Shepilov
Hi @cherkavi, there were some problems with paths in build/run files. I fixed them and it seems to be working. Also, I replaced "guess_number" script with existing sample scripts. I...
Hi @0lionelzhang0, it's supposed to work this way. Everything is sent to scripts as isolated arguments, i.e. effectively the same as being wrapped in quotes, e.g. `script.py '--extra_label LabelB' bb`...
Hi @billybenson are you using a reverse proxy? Script server tries to resolve a hostname by IP. Of course in some cases it's impossible based on network configuration.
Hi, minutes should be available in v1.18 already
Test results: https://script-server-tests.s3-us-west-2.amazonaws.com/master/510/index.html
Hi @nodecentral, I think you are asking for full-fledged terminal and bash support. For this you could just run `bash` potentially and then it will consume all users commands. But...
Hi @nodecentral , sure. You can use this parameter type https://github.com/bugy/script-server/wiki/Script-config#server_file Or if you need more dynamic behavior, you can use this parameter type https://github.com/bugy/script-server/wiki/Script-config#list and define a script which...
Script path will be `organize sim` i guess in this case Also you wouldn't need "param" option Also, make sure to remove empty curly braces
Hey, please check my previous answer regarding script path Working directory is probably not needed. Include is not needed Parameters should be an array, i.e. add square braces before and...
Hi @nodecentral sorry for a late response. Where is your `organize` folder is located? Relative to script-server folder If you open "history" tab at the bottom, you can see, which...