issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:JavaScript
Filter by
33.3M results
application_pipeline.py:185-191: the teardown step is checkpointed AFTER execution. If the process crashes BETWEEN
ctx.teardown() succeeding and the checkpoint write completing:
1. On next recovery, ...
Qué hay que hacer
Corregir los bugs de JS en el mapa interactivo de _posts/2024-06-30-Comunidades.md o evaluar reemplazarlo por
Leaflet.js.
Por qué
El mapa actual presenta errores y comportamiento inconsistente. ...
The checkpoint shim (adapters/orchestration/checkpoint_shim.py) uses JSON-file persistence with no integrity checks. If
a checkpoint file is truncated (disk full mid-write), has mangled JSON (power loss), ...
checkpoint_shim.py writes JSON checkpoints with Path(...).write_text(json.dumps(...)). If the disk is full:
1. write_text raises OSError (ENOSPC)
2. The exception propagates uncaught from the orchestrator ...
patchright_browser.py:135 — self._sessions dict grows with every open() call and is never evicted. No close()/dispose()
method on the adapter itself. The sandbox teardown kills the VM/container but the ...
stealth.py:356: profile.visit_count += 1 mutates shared in-memory dict without locking. If two applications for the same
tenant are processed concurrently, the read-modify-write races. Both threads could ...
stealth.py:37 hardcodes PINNED_CHROME_MAJOR = 124 (Chrome 124, April 2024). detect_chrome_major() probes
google-chrome-stable, google-chrome, chrome on PATH — but in Docker containers without Chrome on ...
⚠️ Alerta do Observatório Cósmico
O Observatório detectou uma ameaça neste planeta.
| campo | valor |
| --- | --- |
| Ameaça | CI falhou |
| Detectado | 2026-06-29 |
| Detalhe | Sync agnostic-core | ...
observatory-alert
ats.py:102-167 hardcodes exactly 6 pages in fixed order: account-create → personal → experience → screening →
voluntary-disclosures → review-submit. Real Workday instances vary: some have 10+ pages, different ...
The fake s is_account_gate() (page_source.py:236-238) checks only self._page.has_account_create — so a sign-in page
WITHOUT account creation is always classified as not a gate in tests, while the real ...

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.