Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

give `corpus-view.ts` an interlock to warn about gitcasso running

オープン
#75 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
42/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
typescript

調査の方向性

まず corpus-view.ts と content.ts を読み、次に CONTRIBUTING.md の警告セクションを確認します。誤解を招く結果を再現するため、gitcasso ブラウザー拡張機能を有効にして pnpm corpus を実行します。拡張機能が localhost でアクティブなときにコーパスビューに目立つ警告が表示され、重複したドキュメントの警告を削除できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

enhancement
  • when testing gitcasso using pnpm corpus
  • if you have the gitcasso extension installed in your browser (dev or prod, doesn't matter)
  • then you will get extremely misleading results
  • right now we warn in the docs
  • https://github.com/diffplug/gitcasso/blob/45ea112f09ad67947f0c2d10394251356e5599b4/CONTRIBUTING.md#L89-L91
  • it would be much better if we could somehow detect that the browser extension was running, and give a big fat warning if that is the case
    • maybe if content.ts runs on localhost we add some header into the DOM
    • and then corpus-view.ts has some js that looks for that and makes a big warning div
    • then we can remove the warning in CONTRIBUTING.md
  • I have already lost hours to this mistake, new contributors are guaranteed to lose more
主要言語
HTML
スター
58
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

diffplug/gitcasso のほかの issue

diffplug/gitcasso の issue をすべて見る

似ている issue

DevTools の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。