Skip to content

Instantly share code, notes, and snippets.

View kyu08's full-sized avatar

Tatsuya Kyushima kyu08

View GitHub Profile
@kyu08
kyu08 / flexphere_reviewit.nvim_4787b00b7e05.md
Created March 1, 2026 13:43
flexphere_reviewit.nvim_4787b00b7e05.md

変更点: コメントをGitHub Pending Reviewとして保存

コミット: 4787b00b7e05

概要

レビューコメント作成時にEnterを押すと、ローカル保存ではなくGitHubのpending reviewとして保存されるようになりました。これにより、コメントがGitHub PR画面で「Pending」ステータスとして表示されます。

変更されたファイル

@kyu08
kyu08 / fzf-make#574_動作確認へのご協力のお願い.md
Last active December 11, 2025 15:06
fzf-make#574_動作確認へのご協力のお願い.md

これはなに

kyu08/fzf-make#574 でfzf-makeにコマンドをクリップボードにコピーする機能を追加している。

手元にLinuxマシンがなくLinux環境での動作確認ができていないのでご協力いただける方を探しています。🙏

ご協力いただける方は以下の手順を実行し、

  • 期待値が満たされているかどうか
  • (もし可能なら)ctrl + yを押下した後のスクリーンショット
@kyu08
kyu08 / gist:29f27ea93e8566759c89db001c47b3cb
Created December 29, 2024 09:33
2024年のOSS貢献メモ.md
### merged
- バグ修正
- [dlvhdr/gh-dash - fix(pr): fix swapping of Assignees and Base on PR sections](https://github.com/dlvhdr/gh-dash/pull/449)
- [k1LoW/runn - Add k1LoW/gostyle to depsdev in Makefile](https://github.com/k1LoW/runn/pull/1011)
- [k1LoW/runn - Fix the output of runn new for a gRPC method which needs a empty message](https://github.com/k1LoW/runn/pull/1010)
- ドキュメントの修正
- [zed-industries/zed - docs: Fix installation command via Homebrew](https://github.com/zed-industries/zed/pull/10416)
- [rust-unofficial/awesome-rust - Add fzf-make](https://github.com/rust-unofficial/awesome-rust/pull/1689)
- [rust-unofficial/awesome-rust - Add crate-ci/typos](https://github.com/rust-unofficial/awesome-rust/pull/1687)
- [jackMort/ChatGPT.nvim - docs: add missing code block separator in README.md](https://github.com/jackMort/ChatGPT.nvim/pull/404)
@kyu08
kyu08 / notion_gantt_chart.css
Last active November 8, 2024 15:07
NotionのDark modeを使っているとガントチャートの日付が見づらいのを修正するcss
.notion-selectable.notion-page-block.notion-timeline-item a {
background: rgba(255, 255, 255, 0.15)
}
@kyu08
kyu08 / spanner_test_data.go
Last active September 23, 2024 05:38
Spannerのテストデータ生成スクリプト
package main
import (
"fmt"
"time"
"github.com/google/uuid"
)
func main() {
@kyu08
kyu08 / tmux-fzfを使ってwindow切り替えをできるようにする手順.md
Last active April 10, 2024 14:21
tmux-fzfを使ってwindow切り替えをできるようにする手順.md
@kyu08
kyu08 / GitHubで自分がOSSに送ってマージされたPRを集計するやつ.md
Last active December 30, 2023 11:56
GitHubで自分がOSSに送ってマージされたPRを集計するやつ