コミット: 4787b00b7e05
レビューコメント作成時にEnterを押すと、ローカル保存ではなくGitHubのpending reviewとして保存されるようになりました。これにより、コメントがGitHub PR画面で「Pending」ステータスとして表示されます。
kyu08/fzf-make#574 でfzf-makeにコマンドをクリップボードにコピーする機能を追加している。
手元にLinuxマシンがなくLinux環境での動作確認ができていないのでご協力いただける方を探しています。🙏
ご協力いただける方は以下の手順を実行し、
期待値が満たされているかどうかctrl + yを押下した後のスクリーンショット| ### 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) |
| .notion-selectable.notion-page-block.notion-timeline-item a { | |
| background: rgba(255, 255, 255, 0.15) | |
| } |
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| "github.com/google/uuid" | |
| ) | |
| func main() { |
こちらに移動しました。
{
const prs = document.getElementsByClassName('flex-auto min-width-0 p-2 pr-3 pr-md-2')
let result = ''
for (let i = 0; i < prs.length; i++) {
const pr_title = prs[i].children[1].text