issues Search Results · language:Dune language:Python language:JavaScript language:CSS language:Java linked:pr
Filter by
5.9M results
概要
src/pillow_web/image.py:193 で、レスポンスの接続先IPを取得するために requests ライブラリのプライベート属性にアクセスしています。
sock = response.raw._connection.sock
if sock is not None:
peer_ip = sock.getpeername()[0]
これは以下の問題があります:
...
bug
enhancement
概要
Dockerfile が pip install . を使って依存関係をインストールしていますが、プロジェクトは uv を標準のパッケージマネージャとして採用しています(mise.toml, uv.lock, .python-version
等)。
現在の Dockerfile:
RUN pip install --no-cache-dir .
これにより:
- uv.lock ...
bug
概要
openapi.yaml にテキスト位置指定のクエリパラメータ(x, y, position, offset_x, offset_y)がドキュメントされていません。
これらのパラメータは main.py で実装され、README.md にも記載されていますが、OpenAPI 仕様書から欠落しています。
期待する動作
openapi.yaml に上記5つのパラメータを追加すること。
bug
documentation
概要
収集済み案件 CSV を ollama マルチエージェントチームで整形・分類・反証・鮮度判定し、Google Sheets(案件/副業)へ同期する定期実行エージェント「Hermes」。GitHub Actions の cron
で日次自動実行する。Web 巡回はしない(新規発掘は別 issue の browser-use Scout が担当)。
ブランチ feat/hermes-agent ...
概要
main.py に以下の重複・冗長コードがあります。
1. 重複した import 文
# 6-11行目
from flask import Flask, Response, request, send_file
from flask_limiter import Limiter
from flask_limiter.util import get_remote_address
from ...
bug
Claude Desktop 1.10628.0 has been released.
Auto-adaptation succeeded:
- Function name: eW
- PR will be created automatically.
Please verify the patch works correctly.
auto-adapt
auto-adapted
As a user, I want to be able to register and login so that the system can identify who is using the CLI.
Acceptance Criteria:
- [ ] User can register with username and email
- [ ] User can login ...
enhancement
@
Context
repo-template #41 (merged, main @ 2295771) made agent:prune survive Windows git worktree remove failures (ignored
node_modules/dist residue, long paths) via a retrying fs.rmSync fallback + ...
Goal
Document and template Agent Isles-aware Quirk artifact authoring so Quirk artifacts can use any built-in Agent Isles
island while remaining canonical, readable Markdown.
Context
Zach wants Quirk ...
Goal
Add end-to-end Quirk Agent Isles examples and compatibility checks that show the bridge helper, artifact conventions,
and Quirk component pack working together as a coherent integration.
Context ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.