bill fumerola
bill fumerola
adds a benchmark for both `%v` and `%+v`. reduces cpu, memory, and allocations in the formatting code itself. - `%+v` write directly to `fmt.State` as it is itself an `io.Writer`...
- the "too late" go routine did not finish before the end of the function. correct this invalid usage by signalling "too late" using a channel close. - the read...
Idiomatic go avoids repetition in names. - https://go.dev/doc/effective_go#names - https://google.github.io/styleguide/go/decisions.html#repetition
## Rollback Plan If a change needs to be reverted, we will publish an updated version of the library. ## Changes to Security Controls None. ### Description Permit literal values...
Fixes #1663 ## Rollback Plan None. ## Changes to Security Controls None. ### Description The example does not contain valid HCL. Fix by coalescing entries and display a newer feature,...
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#initializeResult the version being reported is not altogether interesting. consider https://dotnet.github.io/Nerdbank.GitVersioning/
edition 2024 existed in rust versions previous to 1.88, but 'let' chaining syntax had not yet settled down. used > This feature was stabilized in 1.88.0 but on edition 2024...