1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python7,494 stars (7,494 stars)476 forks (476 forks)batch import
bughelp wanted
説明
Docker container installer

コントリビューターガイド
- 技術スタック
- pythondocker
- 領域
- clidevops
- Issue 種別
- bug
- 難度新しい貢献者にとっての実装難度です。1 は非常に小さな変更、5 は専門的な作業です。
- 3
- 推定時間経験ある貢献者が調査、実装、テスト、pull request 準備にかけるおおよその時間範囲です。
- 1-3 hours
- 活動状況Issue が今どれだけ取り組みやすいかを示します。新しい、活発、古い、ブロック中、またはメンテナー入力待ちなどです。
- stale
- 明確さ期待される変更、受け入れ条件、次の手順がどれだけ明確かを示します。
- unclear
- 前提条件
- Docker installedgit
- 初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
- 20
- 調査方針
- Investigate the AttributeError when running 'gh trending' inside a Docker container. The screenshot shows an error traceback; examine it to identify the missing attribute. Look at the Dockerfile in the repository to understand the build process. Check the Python source code for the 'trending' command, likely in a file related to gh commands. Reproduce the error locally with Docker. If the error is due to missing dependencies or environment issues, consider updating the Docker image or adding error handling. The issue has been open since 2017 without maintainer response, so assess if it's still relevant.