Satoru Kitaguchi

Results 7 issues of 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...

enhancement
apm:ecosystem
needs-investigation

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? ![image](https://github.com/Eliot00/git-lens.vim/assets/64164948/701cabad-a596-4f28-9ebf-f6cc6b5a3232) 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.

cla: yes

### 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...

bug
needs-reproduction
p2

### 執筆者名 ぺりー ### 記事タイトル Vimの起動時間の履歴を残す ### 記事 URL _No response_

article

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...