pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:TypeScript language:PHP
Filter by
275M results
Three fixes from playing the live daily.
1. Too easy
Daily pieces 6 → 8, so each clip is shorter and harder to place by ear. (Tunable via DAILY_PIECES in api/_songs.js.)
2. Uneven tile rows
The board ...
closes #722
I just stumbled with the issue finding CI related issues 🤷♀️
no changeset needed
💡 What
- Added lru_cache(maxsize=1) to load_filter_config in bankroll_runtime.py to eliminate redundant disk I/O and JSON
parsing in the signal loop.
- Hoisted environment variable lookups for ...
Motivation
- Add UAT monitoring for MINCO - Siro Molienda (Centinela) to the monitoring model to cover ingests, business-rules,
processing, frontend and global/resume views.
- Provide reusable ...
codex
Closes #820
Changes
- Implementation based on issue requirements
- Tests included
- Metadata file included
/bounty 100
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| @typescript-eslint/eslint-plugin (source) | 8.60.0 → 8.60.1 | age | confidence |
| @typescript-eslint/parser ...
Summary
Adds project continuity docs and an OCR backend proof-of-concept helper.
Implemented:
- PROJECT_PLAN.md with the project roadmap;
- PROJECT_STATUS.md with the current phase, local OCR environment, ...
Summary
The first scheduled run after merging Phase 4 (#7) failed at the new alembic upgrade head step with:
ModuleNotFoundError: No module named psycopg2
SQLAlchemy s bare postgresql:// and postgres:// ...