pullrequests Search Results · language:Dune language:Python language:HTML language:Java language:Java language:JavaScript
Filter by
209M results
Summary
- Ignore .venv*/ directories (covers .venv-mappo/ and similar)
- Ignore baselines/MAPPO/config/mappo_homogenous_ff_hanabi.yaml to avoid tracking local config changes from dependency
runs ...
Summary
When adding an OAuth-based MCP server via the /mcp dashboard, the operator previously had to supply the OAuth metadata
URL and auth mode (DCR vs manual) by hand — facts most provider docs don ...
Summary
Adds an idempotent install.sh for church-calendar so it can be deployed (and disaster-recovery restored) the same way as
the other church Pi apps.
The installer:
- Installs dependencies (pillow, ...
Move LoadingScreen, RobotResponse, TimelineSection, ResultCard, StatCards, and ImageGallery into separate component
files. Remove unused Image import. Minor indentation fix in Home page.
Summary
- add Level 4 market provider registry plus shared normalization helpers
- ingest Remotive, Himalayas, Working Nomads, Remote OK, and We Work Remotely into the existing Level 4 dedupe +
...
Adapts the practice-space improvements from a separate working copy onto this clone s design (real-project practice
view; no PracticeSandbox/RunForRealSection/activeExercise modal here).
Landed
- Remove ...
The parser models existed and were used internally (service_config modelClass: Parser) but were never added to the
public models export, so models.Parser was undefined. ParserEditor referenced it only ...
Refs #19. Refs #21. Refs #22.
Follow-up to #766, found by a clean install-from-main on a fresh Ubuntu container.
Problem
render-context runs as root during provisioning (creating a root-owned /var/lib/hal0/STATE.md) but as hal0 at ...
Add environment-aware Excel backend: Windows uses COM automation, while Streamlit Cloud falls back to openpyxl
formatting to avoid PowerShell dependency.