Skip to content

issues Search Results · language:Dune language:Python language:JavaScript language:PHP language:JavaScript language:HTML

Filter by

52.6M results  (791 ms)

52.6M results

Boton por escena en el Storyboard para re-proponer ese beat con la IA (no solo edicion manual). Diferido de la Fase 2 ([D-033]). La IA propone, la persona decide (D-021).
enhancement

Que author.draft_project proponga, ademas de escenas, personajes con design: (prompt + refs) cuando el texto los nombre, para poder arrancar el casting directo desde el import. Diferido de la Fase 2 ([D-033]). ...
enhancement

Extiende ingest.extract_text (hoy solo .md/.txt) para aceptar .docx y .pdf en la vista Importar. Diferido de la Fase 2 ([D-033]). Hoy: para otros formatos, pegá el texto . - Posible: conversor a texto ...
enhancement

Summary In .github/workflows/deploy.yml, the test job sets environment variables inconsistently: env: DATABASE_URL: postgresql+asyncpg://arbiter:arbiter@localhost:5432/arbiter_test # ✅ localhost ...

Summary arbiter-api/app/services/alert_service.py hard-codes a 24-hour staleness window: async def check_stale_pipelines_sync(session: AsyncSession) - int: cutoff = datetime.now(UTC) - timedelta(hours=24) ...

Summary Several columns used in ORDER BY, WHERE, and aggregate queries lack explicit database indexes: | Table | Column | Used in | | --- | --- | --- | | pipeline_runs | started_at | ORDER BY started_at ...

Summary The POST /api/v1/runs and POST /api/v1/runs/ingest endpoints accept any valid API key and write directly to the database. There is no rate limiting, payload size cap beyond Uvicorn s defaults, ...

Summary The codebase contains repository classes (RunRepository, PipelineRepository, AlertRepository in arbiter-api/app/repositories/) but the service layer does not use them — it contains its own inline ...

Summary Both Celery tasks in arbiter-api/app/workers/tasks.py wrap async logic with asyncio.run(): @shared_task(...) def process_run_event(self, run_id: str) - None: async def _run(): async ...

Summary The test distribution across packages is very uneven: | Package | Test files | | --- | --- | | arbiter-api | 6 test files (good coverage) | | arbiter-collector | 0 test files | | arbiter-sdk ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.