issues Search Results · language:Dune language:Python language:C# language:CSS language:JavaScript language:JavaScript
Filter by
48.4M results
Problem
The Images class (src/photologue/images.py or src/photologue/images/images.py) is the main orchestrator that ties
together file discovery, library detection, EXIF parsing, cleanup processing, ...
enhancement
Problem
The project is mid-migration from pipenv to Poetry for dependency management and build system. Both systems are
partially in place:
What exists:
- Pipfile + Pipfile.lock (old pipenv format) ...
enhancement
📝 IssueName
Pipeline Orchestrator 및 Spring Callback Stub 연결
br/
📝 Description
RQ worker가 실행하는 run_analysis_job()에서 전체 분석 pipeline skeleton을 순서대로 호출하도록 구성하고, 마지막에 Spring callback client stub을 연결한다. ...
✨ FEAT
Automated Health Check Failure
Failed checks
- samcart_api: HTTP 403
Server logs are included in the Claude diagnosis comment below.
Created automatically by the health check workflow.
health-alert
recommend_for_user() at line 594 calls history_tracker.add_recommendation(user_id, item[ title ]) — but history_tracker
is the module-level singleton from recommendation_history.py and is never imported ...
gssoc:approved
level:beginner
ml/ai
type:bug
When using Claude Code (extension) configured with 9router as the proxy/provider, the session abruptly terminates or
fails to complete the response, throwing the error: Received message_stop without a ...
Problem
The config.yml has an import.ignore section with patterns like:
import:
ignore:
- _mini_
- _largepv_
- masterthumbnail_
- fullsizeoutput_
- facetile_
- /resources/
...
enhancement
Problem
A module src/photologue/files/files_tag.py exists that can tag files with macOS Finder colour labels using osxmetadata,
but it is never called anywhere in the pipeline.
The tagging module defines ...
enhancement
Problem
In Images.process_images() (src/photologue/images.py, around line 97), a matrix is built as a plain 3D list:
matrix = []
for file in files:
...
matrix[i][c].append(file)
But this is ...
bug
Problem
In src/photologue/main.py, the process() function is completely empty:
def process() - None:
pass
This means ./run.sh process does nothing despite the fact that Images.process_images() ...
bug

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.