udhos
udhos
Hi! Is https://dl.google.com/go/ better than https://storage.googleapis.com/golang ? Thanks, Everton
Hi, Thanks for reporting! I have reverted the change in the default download URLs. Can you please confirm whether the old URLs work better for you? Thanks!
Can you share the version of curl you are using?
Thanks for the reply! I understand this is not an urgent issue. I was just checking for the availability of a handy option for developers. :) I can work-around the...
Got it, thanks! Do you think that gobasic could support both modes? FN A() and FNA() ? See example below. Code: ``` $ more fn.bas 10 DEF FNA(X)=X*X 20 DEF...
Of course you should add features only if you find fun in doing so, I fully understand that. I reported this request for WHILE/WEND because they were present in the...
In at least this BASIC dialect, the prompt string is optional: http://www.antonis.de/qbebooks/gwbasman/input.html Also, there are those old games using INPUT with no prompt string: http://www.vintage-basic.net/bcg/mathdice.bas `520 INPUT T1` According to...
Just for the records, it seems ZX Spectrum supported INPUT without prompt string: ``` 100 REM this polite program remembers your name 110 INPUT n$ 120 PRINT "Hello ";n$;"!" 130...
Maybe you have set JAZIGO_HOME properly when running in 'server' mode, but not when running with -deviceImport ? Please show your full command line for running in both cases ('normal...
Do you mean the issue affects only SSH, not TELNET? Can you post logs for the problem?