Daniel Frederick Crisman

Results 25 issues of Daniel Frederick Crisman

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Needs-Triage

Based on the existance of update-readmes.go and the context in the commit messages making changes to that file I expect that it should be run periodically. Generation of new README.md...

The tour links under Sub-repositories on the main page of the godoc server are pointing at the old module (outside of x/website) and the old (pre go.dev) public URL. Should...

For the use that the tour makes of "golang.org/x/tour/tree" it is important that the generated trees are sorted. While New() does generate sorted trees it is current documented as "returns...

Context: https://go.dev/tour/concurrency/6 Would be nice to have a link to the time docs or explanation on what the output of `time.Tick()` and `time.After()` do.

Context: https://go.dev/tour/moretypes/15 Lots of links in the tour using origin-relative links on the assumption they will be used at https://go.dev/, which works out badly if the tour is being used...

In "tour/moretypes/10" ("Slice defaults") the phrase "the length of the slice for the high bound" has generated more than a dozen issues, mostly wanting to replace "slice" with "array". The...

In "tour/flowcontrol/10" ("Switch evaluation order") the interaction between the code using "Now()" and the Go Playground starting on 2009-11-10 is less than obvious. The data the reader needs is that...

Many users of the Go Tour trip over using else after a newline which generates a syntax error that is hard to understand unless the reader is primed to think...

Lots of links in the tour use origin-relative links on the assumption they will be used at "https://go.dev/", which works out badly if the tour is being used offline. Links...