Skip to content
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

x/tools/present: add timer and current time to notes/speaker window #31718

Closed
leighmcculloch opened this issue Apr 27, 2019 · 3 comments
Closed
Labels
FeatureRequest FrozenDueToAge help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@leighmcculloch
Copy link
Contributor

What version of Go are you using (go version)?

$ go version
go version go1.12.4 linux/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GOARCH="amd64"
GOBIN="/home/leighmcculloch/local/bin"
GOCACHE="/home/leighmcculloch/.cache/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/leighmcculloch/go"
GOPROXY=""
GORACE=""
GOROOT="/home/leighmcculloch/local/bin/go"
GOTMPDIR=""
GOTOOLDIR="/home/leighmcculloch/local/bin/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build861470077=/tmp/go-build -gno-record-gcc-switches"

What did you do?

Press N while viewing my go present talk slides, to open the notes window.

What did you expect to see?

The current time and a timer clearly showing how long I've been talking for (since the notes window is opened).

What did you see instead?

Not that.

Why would this be helpful?

The current time and how long we've been speaking for is something that almost all speakers need to be aware of. In some very well setup situations that information might be provided on stage, but in a lot of situations we're opening our phones and turning on stop watches and this never works well because our phone displays will sleep and it means looking at another display.

Other presentation tools, e.g. gitpitch, provide this, and it is extraordinarily helpful.

@ghost
Copy link

ghost commented May 3, 2019

I would like to work on this if that is wanted. I think I found an efficient way to do it without much change.

Found a way to do it, but I will have to improve it a bit because it is a bit buggy in some browsers.
Sorry for the slow pace, having a lot on my plate.

@bcmills
Copy link
Contributor

bcmills commented May 22, 2019

@ianthehat, does present have an owner?

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 22, 2019
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Sep 12, 2019
@asahasrabuddhe
Copy link

Any update? I am looking for the same feature

@golang golang locked and limited conversation to collaborators May 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FeatureRequest FrozenDueToAge help wanted NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

5 participants