Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,062 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in govim/govim that received 1 comment
deps: update x/tools and gopls to 8cd080b7
internal/lsp: handle nil pointer exceptions in check for Go files 8cd080b7 internal/lsp: finish work when synchronous commands complete 0b86805d g…
- deps: latest preguide to pick up CUE race fixes
- deps: pin to latest preguide for fix to help debug random test failures
- deps: upgrade PWD and preguide to the latest versions
- deps: pin to latest preguide to get context on each error
- deps: pin to latest preguide to get random output fixes
- deps: use latest gitea to pick up fix for prestep repo values
- js: replace innerHTML of node when executing the guide templates
- deps: pin to latest gitea for fixes to random repo part
- deps: pin to latest preguide for concurrency fixes
- guides: improve intro to PWG with details of gitea repos
- deps: pin to latest preguide
- Initial cut of "Getting started with Go" guide
- guides: various fixes to intro-to-play-with-go-dev
- deps: use latest preguide that fixes bug with loading of out package
- all: remove references to play-with-docker
- deps: use latest preguide to pickup change for TrimmedOutput
- ci: publish site on main build
- all: remove CNAME and docs; we are publishing in another repo
- guides: diff renderer support
- deps: upgrade to latest preguide (and latest cuelang.org/go)
- js: handle no environment being returned by the controller
- Move to hosted gitea setup
- guides: first cut of user intro to play-with-go.dev
- cmd/controller: support multiple origins
- deps: pin to latest play-with-docker
- Some pull requests not shown.
- cmd/preguide: CUE lock whilst we are writing the out package
- cmd/preguide: add finer grained CUE locking
- cmd/preguide: log the bash script that ran on output parse error
- cmd/preguide: print full CUE errors
- cmd/preguide: add guide dir context to error
- cmd/preguide: remove concept of trimmed output from out package
- cmd/preguide: support marking a command block as random output
- cmd/preguide: add support for (trimmed) output directives
- cmd/preguide: drop step count check
- cmd/preguide: drop support for -compat flag
- cmd/preguide: fix up race conditions post concurrency refactor
- cmd/preguide: preliminary support for parallel script execution
- cmd/preguide: fix bug with loading of out package
- cmd/preguide: defined TrimmedOutput on an out #Stmt
- cmd/preguide: add support for a diff renderer
- deps: upgrade to cuelang.org/go v0.3.0-alpha4
- cmd/preguide: switch to new format of PWD SDK upload
- cmd/govim: rename "vimstate.popupWinId" to please staticcheck
- cmd/govim: improve qf index selection on update
- deps: update x/tools and gopls to 9cf592e8
- cmd/govim: fix overlap and formating issues in progress popups
- cmd/govim: Log ShowMessage callbacks in a consistent way
- deps: update x/tools and gopls to 8c269738
- cmd/govim: add support for ranged StringFn w/o visual mode
- deps: update x/tools and gopls to fcf82128
- cmd/govim: support multi-line progress messages in popup
- cmd/govim: fix line-wise visual selection in GOVIMStingFn
Created an issue in golang/go that received 12 comments
x/tools/gopls: code action to organize imports blocking
What version of Go are you using (go version)?
$ go version
go version devel +aacbd7c3aa Thu Sep 24 09:15:20 2020 +0000 linux/amd64
$ go list -m g…
- contributing: mention macOS requirements
- deployment: limit memory and CPU of guide instances
- deployment: limit the bandwidth of the guide containers
- guides: add common footer
- guides: add proper attribution, metadata etc to guides
- preguide: try and tidy up preguide schema
- ux: enable sharing of remote session
- ui: move help link from course layout to top bar, RHS
- ci: create initial deploy workflow
- guides: unable to complete deployed basic-go-modules-example
- ui: provide feedback on file upload
- ui: provide some visual feedback that command block has been run/upload succeeded
- gitea: move from GitHub to self-hosted public gitea instance
- ui: hovering over upload block does not change cursor
- guides: explore connecting VSCode to remote instances
- guides: user-friendly module paths
- deploy: disable PWD UI at api.play-with-go.dev once we go live
- cmd/controller: allow -origin flag to appear multiple times
- ui: handle 401 Unauthorized response to controller guides endpoint
- contributing: support Windows as a contribution platform
- contributing: detail the minimum required versions of Docker (especially on mac)
- ci: setup nightly regression check against cuelang.org/go@master
- ci: optimise macOS run times
- cmd/cue: incomplete value from default
- pkg/structs: support ToDefaults()
- Support a constrain() builtin
- Support for not() builtin
- cue: definition returned via LookupDef is not closed
- cue: unifying schema with package instance value that embeds that same schema does not terminate
- cmd/cue: unable to reference definition from package-embedded definition
- Field `"{c}"` not allowed
- cmd/cue: regression checking equality with _|_ in new evaluator
- cmd/cue: commands much slower with v0.3.0-alpha series