-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gno Playground: Problems with Safari and Chrome. #2270
Comments
@leohhhn |
Hey @thinhnx-var, thanks. |
Terminal prints nothing because program prints nothing. Unfortunately, REPL also works in the same way. Regarding Safari - see issue in the comment above. |
@x1unix Yes, it works here when using println. By the way, gnostudio/studio/issues/462 doesn't reach at the moment (because there is no repo anymore in https://github.com/gnostudio). So the part with Chrome is not a bug. |
@grepsuzette another point regarding Safari or Firefox - Adena Wallet isn't available there or even when Safari compat issue will be fixed, idk if Playground will still be usable enough. Safari doesn't support REPL, test and run due to a missing |
It's a private repo atm and probably you can't access the issue as you have no access to it. |
Duplicate issue: Gno Studio team has an issue open in the private repo. Closing this one. Thanks for reporting it @thinhnx-var |
Problems when accessing Gno PlayGround with Safari and Chrome.
Not works as expect: Gno Playground in Safari and
Render(path string) string
in landing page.RUN
option in both browsers andTEST
option in Safari.Description
I tried to play with gno playground with my Safari, when I pressed Test button. Also with Run button after I filled in the value of expression to evaluate. Nothing happened.
I did tried with other functions that returns string. Same behavior.
Your environment
Steps to reproduce
Expected behaviour
With
safari
, at least it should open theterminal windows
and display "Hello world"With
chrome
, should display "Hello world"Actual behaviour
With
safari
nothing opened up.With
chrome
, nothing returned/ displayed in theterminal
withRun
option.Logs
No logs.
The text was updated successfully, but these errors were encountered: