Satoru Kitaguchi
Satoru Kitaguchi
## Request improve build time at least to previous(v1.50.1) level ## Evidence ### v1.51.0(current) ``` $ git checkout v1.51.0 $ time go build -a -p=1 -debug-trace=build-trace-v1.51.0.json gopkg.in/DataDog/dd-trace-go.v1/contrib/aws/aws-sdk-go-v2/aws go build -a...
What do you think to add options to customize symbols like `•` as `termdebug_signs` does? ``` Change default signs termdebug_signs Termdebug uses the hex number of the breakpoint ID in...
Thanks for developing such a nice plugin in Vim9 script. Do you have any plan to add features to reveal further information about commit as VS Code does?  https://github.com/gitkraken/vscode-gitlens?tab=readme-ov-file#rich-hovers
https://github.com/golang/go/issues/46973 This pull request fixes incorrect document related to above. I believe that this works well.
### Describe the bug SDK often returns the error below after updated SDK version. acutal error: ``` operation error DynamoDB: Query, $tableName: https response error StatusCode: 200, RequestID: 123456, deserialization...
Added support for range-based diagnostics, aligning with [the Language Server Protocol (LSP) Specification](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#range). Previously, diagnostics were matched only to specific start positions, limiting usability for multi-line or range diagnostics. This...