playground icon indicating copy to clipboard operation
playground copied to clipboard

TinyGo playground and VS Code extension

Results 8 playground issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190620200207-3b0461eec859 to 0.23.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20190620200207-3b0461eec859&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.21.1 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190624142023-c5567b49c5d0 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20190624142023-c5567b49c5d0&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

It would be great if I could share a code snippet with other people like https://play.golang.org/ (Share button).

In order to update to Go 1.18 the docker container/runner needs to be updated to use Go modules.

I get this message and I can't run it locally. > LinkError: import object field 'syscall/js.finalizeRef' is not a Function end: windows10 pro 64bit tinygo 64d51b215f63a3b178c6337ab252086d16003ff7 ``` git clone --recursive...

Right now playground uses codemirror, I think it would be simpler to switch to monaco implementation.