Yaroslav Shepilov

Results 433 comments of Yaroslav Shepilov

Hi @Kenny-JTK, unfortunately, this is not possible :( For managing 2 versions of the same script, you could use "included" option, so that you can have the main part of...

HI @crile thanks for the proposal!

Hi @yosefy, are you aware of this feature: #102 ? Here is an example of prefilled URL https://script-server.net/index.html#/Calculator?operand%201=3&operand%202=2&operator=subtract So you can make such URLs (unfortunately manually) and add them to...

Hey, i don't have time to add new features to the project, unfortunately. But i can help with questions or critical bugs

Hi @cherkavi, thanks for the PR! Just as a little bit context: current Dockerfile is not an example/template for others. It's a part of CI process, which publishes minimal working...

Hi @cherkavi, thanks for your comments. > this is big advantage in front of existing one. They are not competing, they are for different purposes. The proposed one is for...

Hi @cherkavi, may be I'm doing something wrong, but this dockerfile doesn't work for me: 1. apt-get install fails, because there is no update (and packages are not found) 2....

Hi @cherkavi, I couldn't do it just by configuration. So I had to create a small script Both the script and the config attached [guess_number.zip](https://github.com/bugy/script-server/files/3440748/guess_number.zip)

Hi @cherkavi, "main" configuration file is optional. I even don't know what I can put there as an example :) Maybe that 3 configs (which are there by default): ```...

Hi @cherkavi are you done with the changes? I mean, can I check and merge them, or are you going to add something else?