Yaroslav Shepilov

Results 408 comments of Yaroslav Shepilov

Yes. Unfortunately I cannot find time lately to finish the full testing and do the release

Hi @dwestness, how many dynamic parameters do you have? And are they free-text or list values? You might have a look at: - https://github.com/bugy/script-server/wiki/Script-config#include - https://github.com/bugy/script-server/wiki/Script-config#values

Yes, this seems the only way for now

Hi, could you describe the use case, please? Could you use combobox instead?

Hi @terrabytecubed thanks for reporting, looks really weird. Glad you found a workaround. I'll try to have a look here

Hi @terrabytecubed I tried to fix it, but it turned out to be quite complicated. Script server validates, that every time you use a dynamic parameter (e.g. referencing parameter1 from...

Hi @muzzol, to be honest this would be quite complicated. At the moment, script server calls the script only if linked values are changed (i.e. Machine and Action). It has...

Hi @zrks to be honest, I'm not sure, that it would be achievable easily with a script server (in the end, it's not a build tool, but just a UI...

@zrks I understand your flow better now In this case, I would really suggest to use user input for it (it's (or may be) available via API as well)

Hi @hamsterbacke, could you try using terminal mode? [requires_terminal](https://github.com/bugy/script-server/wiki/Script-config#requires_terminal) : true _(but it works only on Linux)_ The fix, which I did in #376 works only for this mode (which...