[go-nuts] shiny, windows, and goroutines

2023-10-18 Thread SuperTXT Team
Hi All, I'm experimenting with shiny, trying to develop a wire protocol for it. I have some questions about the interfaces. It seems from some of the examples in the documentation and some tutorials that everything except perhaps sending custom window events (to trigger updates to the UI) occur o

[go-nuts] Problems with git/ssh repo, the go tool and proxy.golang.org

2023-03-27 Thread SuperTXT Team
Hello Everyone, I'm maintaining an internet site that hosts Go-based tools/libraries. They're served using the git ssh protocol, not https. There is a subset of the site that works via https, so the module proxy protocol is implemented. https://pkg.go.dev/cmd/go#hdr-Module_proxy_protocol When