issues Search Results · language:Dune language:Python language:Java language:Python language:JavaScript linked:pr
Filter by
5.8M results
✅ Description
문제 상황
1. DB 에 경기 시작 시간을 저장할 때 서울 타임존으로 변환 후 저장 진행
2. 로컬에서는 해당 값을 조회하면 서울 기준 시간으로 조회가 잘 된다.
3. 반면, 개발에서는 해당 값을 조회하면 UTC 로 변환이되어 -9시간이 적용된 값으로 응답이 내려온다.
정리하면 경기 시작 시간이 서울 기준 1월 2일 8시 ...
🐛 Bug
【管理者を登録する】 管理者登録後、従業員一覧画面に飛んでしまうので、 きちんとログイン画面を表示させて欲しい。
What to build
Port the marrow.so landing page to the vendored Claude design handoff (references/design-handoff/project/src/) and fix
the brand primitives the rest of the site already depends on. Scope ...
enhancement
frontend
Tasks
- [ ] Add unit tests in api/tests/test_extractors.py covering: extracting a known table from a fixture PDF region,
empty table_areas → [] + warning, and graceful handling of an extraction ...
docling
入力値エラー処理を入れて欲しい。 エラーが出た際は、入力した文字はフォームに残して欲しい。
Tasks
- [ ] Add a use_docling checkbox under Advanced Extraction Options in templates/upload.html, defaulting to checked,
matching the existing camelot / pdfplumber / pymupdf / vision toggles
Acceptance ...
docling
Context
The upload API builds the enabled_libraries dict from POST params (views) and has a default for the auto-extract task
(tasks). Both need a docling key. (The selections path s default lives in ...
docling
Tasks
- [ ] Export DoclingExtractor from api/scripts/extractors/__init__.py (import + __all__)
- [ ] In api/scripts/extractors/multi_extractor.py, add if enabled_libraries.get( docling ):
self._extractors.append(DoclingExtractor()) ...
docling
Context
New backend mirroring api/scripts/extractors/vision_extractor.py, which crops each requested table_area region and runs
a model on the crop. This preserves the manual-selection and YOLO-review ...
docling
Context
Docling pulls in PyTorch-based layout + TableFormer models. We already ship torch, so the marginal dependency add is
moderate — but the model weights must be present in the image to avoid a multi-hundred-MB ...
docling

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.