goplayspace icon indicating copy to clipboard operation
goplayspace copied to clipboard

Advanced Go Playground frontend written in Go, with syntax highlighting, turtle graphics mode, and more

Results 24 goplayspace issues
Sort by recently updated
recently updated
newest added

When I move the caret around, by clicking or by using the arrow keys, the caret takes some time (up to ~1 second) to actually display at the right place....

Expected: I can declare `var v int = 0b11010` Actual: `8:15: expected ';', found 'IDENT' b11010 (and 1 more errors)` Repros: https://play.golang.org/p/Sw9HFvlcmMr https://goplay.space/#Sw9HFvlcmMr

When following the instructions in README to compile goplayspace, I got the following error: ``` cannot find package "github.com/gopherjs/vecty" in any of: /usr/local/opt/go/libexec/src/github.com/gopherjs/vecty (from $GOROOT) /Users/xliao/go/src/github.com/gopherjs/vecty (from $GOPATH) gzip: can't...

Project can't be runned if code contains type alias ![image](https://user-images.githubusercontent.com/34175644/66638232-393cbf80-ec1d-11e9-9218-5b0953e5a924.png)

Lately I've noticed that for longer code snippets the placement of the insert cursor is off. It becomes unclear which line it is on. I suspect this is a CSS...

Hello, shameless plug here 😌. I created the browser extension [Go Ground2Space](https://chrome.google.com/webstore/detail/go-ground2space/gjhldliodacacnclepkhpjbabdlebpjp) [[Source-code](https://github.com/somombo/go-ground2space)]. The extension automatically opens the equivalent go play-space url instead of a given go-playground url. (Note that,...

E.g. when typing fmt. the user would see: fmt.Pr fmt.Println() fmt.Scan() ... I could try implementing this if this is of interest.

Hi. The two panels (code and 'About Go Play Space') are separated by a component that should allow change their size, but it's not working. I tried in Firefox and...

I'm trying to embed https://goplay.space in an interactive training course and due to the "ShowSidebar" option being enabled by default, it doesn't render very nice until the user configures it...

Can you help me with adding a download button to get the raw files from play.golang.org?