pullrequests Search Results · language:Dune language:Python language:Python language:HTML language:CSS language:JavaScript
Filter by
182M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Fixes two Windows-only bugs that broke submission self-consistency, both caught by the #13 archive smoke test running on
a Windows producer.
Bug 1 — non-UTF-8 result JSON
makerbench run wrote result ...
Resumo
Remove todo dado hardcoded do frontend e faz o sistema operar 100% sobre o MongoDB. Sem dados fabricados, sem fallback
demo , sem mock — API indisponível agora mostra erro/estado vazio real.
Backend ...
Summary
- Scraper Playwright para tramitesadistancia.gob.ar con login vía ARCA (clave fiscal)
- Extrae las últimas 10 notificaciones y descarga el PDF de cada una
- Para cada notificación, busca ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
PR automática para la variante v5_0019, step script.
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
概要
席替え後の座席描画の :key に生徒名をそのまま使っていたため、同姓・同名の生徒が複数いると Vue
のキーが衝突し、重複キー警告・描画やドラッグ&ドロップの不具合が起きていた問題を修正しました。実際の教室では同姓は珍しくないため実害があります。
原因
:key= uniqueKey(nextSeat, nextIndexRow, nextIndexCol)
// uniqueKey ...