Skip to content

Instantly share code, notes, and snippets.

@kyu08
Created December 29, 2024 09:33
Show Gist options
  • Select an option

  • Save kyu08/29f27ea93e8566759c89db001c47b3cb to your computer and use it in GitHub Desktop.

Select an option

Save kyu08/29f27ea93e8566759c89db001c47b3cb to your computer and use it in GitHub Desktop.
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)
- [denoland/std - docs(async): fix doc of retry.ts #4129](https://github.com/denoland/std/pull/4130)
- [koki-develop/clive - Make README.ja.md follows README.md](https://github.com/koki-develop/clive/pull/119)
- [mgrachev/update-informer - chore(docs): add fzf-make as user in README](https://github.com/mgrachev/update-informer/pull/153)
- [rust-lang/surveys - Fix typo in Japanese translation](https://github.com/rust-lang/surveys/pull/324)
- [grpc/grpc.io - Add missing version specifications for go install](https://github.com/grpc/grpc.io/pull/1343)
- [rhysd/ss - tui-textarea: update popup_placeholder screencast](https://github.com/rhysd/ss/pull/1)
- [jesseduffield/lazygit - Delete the TODO comment about enabling goconst in the future from .golangci.yml](https://github.com/jesseduffield/lazygit/pull/3596)
- lint系の修正
- [jesseduffield/lazygit - Add copyloopvar to enabled linters](https://github.com/jesseduffield/lazygit/pull/3586)
- [cloudspannerecosystem/spanner-cli - replace io/ioutil with io, os package](https://github.com/cloudspannerecosystem/spanner-cli/pull/199)
- [dlvhdr/gh-dash - chore: remove unnecessary if statement](https://github.com/dlvhdr/gh-dash/pull/413)
- [jesseduffield/lazygit - Add lint to make target](https://github.com/jesseduffield/lazygit/pull/3593)
- typo修正
- [dlvhdr/gh-dash - chore: fix typos](https://github.com/dlvhdr/gh-dash/pull/365)
- [sigoden/aichat - chore: fix typos](https://github.com/sigoden/aichat/pull/476)
- [rust-unofficial/awesome-rust - Fix typos(Github -> GitHub)](https://github.com/rust-unofficial/awesome-rust/pull/1688)
- [dustinblackman/oatmeal - fix: Typos](https://github.com/dustinblackman/oatmeal/pull/68)
- [rhysd/tui-textarea - fix typo](https://github.com/rhysd/tui-textarea/pull/64)
- [dustinblackman/oatmeal - fix: Typos](https://github.com/dustinblackman/oatmeal/pull/61)
- [IndianBoy42/tree-sitter-just - Fix repository link for crates.io](https://github.com/IndianBoy42/tree-sitter-just/pull/190)
- [yammerjp/memo.yammer.jp - Fix: 「エンジニアのためのマネジメントキャリアパスを読む」のtypo修正](https://github.com/yammerjp/memo.yammer.jp/pull/22)
- [nabekou29/js-i18n.nvim - docs: fix typo in README-ja.md](https://github.com/nabekou29/js-i18n.nvim/pull/1)
- 機能追加
- [dlvhdr/gh-dash - feat: showing a loading message](https://github.com/dlvhdr/gh-dash/pull/364)
- [yusukesaitoh/calm-twitter - 動作対象ドメインにhttps://x.com/*を追加](https://github.com/yusukesaitoh/calm-twitter/pull/52)
- [dustinblackman/oatmeal - feat: ctrl + o to insert a line break](https://github.com/dustinblackman/oatmeal/pull/62)
- [zoncoen/scenarigo - feat: test summary](https://github.com/zoncoen/scenarigo/pull/395)
- [mgrachev/update-informer - chore: use etcetera instead of directories](https://github.com/mgrachev/update-informer/pull/152)
- [cloudspannerecosystem/spanner-cli - Add cli flag --version to show version of spanner-cli](https://github.com/cloudspannerecosystem/spanner-cli/pull/198)
- [rhysd/tui-textarea - add an option to show cursor and placeholder together](https://github.com/rhysd/tui-textarea/pull/73)
- CIのバージョンアップ
- [dustinblackman/oatmeal - chore: Bump actions/checkout to v4](https://github.com/dustinblackman/oatmeal/pull/60)
- [axel-op/googlejavaformat-action - chore: Update actions/checkout's version to v4.](https://github.com/axel-op/googlejavaformat-action/pull/31)
- [crate-ci/typos - chore(docs): Bump actions/checkout to v4 in the GitHub Actions example](https://github.com/crate-ci/typos/pull/894)
- [k2tzumi/runn-action - Bump actions/checkout in example in README.md](https://github.com/k2tzumi/runn-action/pull/34)
- brew release
- [Homebrew/homebrew-core - fzf-make 0.53.0](https://github.com/Homebrew/homebrew-core/pull/202691)
- [Homebrew/homebrew-core - fzf-make 0.52.0](https://github.com/Homebrew/homebrew-core/pull/202431)
- [Homebrew/homebrew-core - fzf-make: remove dependency on bat](https://github.com/Homebrew/homebrew-core/pull/202002)
- [jesseduffield/lazygit - Bump actions/checkout, actions/setup-go, actions/cache/restore, actions/cache/save](https://github.com/jesseduffield/lazygit/pull/3594)
- その他
- [dlvhdr/gh-dash - chore: add Makefile](https://github.com/dlvhdr/gh-dash/pull/414)
### closed
- [jesseduffield/lazygit - Enable goconst](https://github.com/jesseduffield/lazygit/pull/3592)
- [sigoden/aichat - feat: clarify the beginning of the answer from LLM](https://github.com/sigoden/aichat/pull/475)
- [charmbracelet/bubbles - feat(viewport): auto-wrap](https://github.com/charmbracelet/bubbles/pull/578)
- [golang/tools - gopls/doc/release: fix the order of the code block](https://github.com/golang/tools/pull/499)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment