mikurei
Results
2
issues of
mikurei
## Problem When `DownloadStatus` is finished, it calls `ProgressDisplay.stop()`, which in turn calls `ProgressDisplay._print_summary()` Here, in `_print_summary()`, we incorrectly assume that `task.completed` means observed steps, but in fact, when the...
Context: https://go.dev/tour/welcome/3 Hello, I've tried to install *a Tour of Go* locally on my machine using the following package from go.dev: ```sh go install golang.org/x/website/tour@latest ``` However, from what I've...