pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Python language:Python language:HTML
Filter by
254M results
Summary
Removes @ts-nocheck from three store files and fixes the 8 suppressed strictNullChecks errors. Part of the TypeScript
strict mode burndown (#1609).
Files changed:
- src/lib/stores/layout/rack-actions.ts ...
Summary
- Add an explicit completion wake outcome key so terminal completion and worktree follow-through prompt variants share
one idempotency slot.
- Strip only the duplicate orchestrator wake ...
- add new UI component
- add recommendation payload component
- update dataset
Summary
- Add an agent-facing skill for scheduling OpenCode prompt submissions with macOS/Linux crontab.
- Document prompt-file, environment, crontab backup, two-minute test, cleanup, and privacy ...
What
The dry_run = True pattern repeats 73 times across 15 tool files: each tool has an
if dry_run:
return ResultType(preview_fields..., dry_run=True)
params = {...}
return ResultType(**await route(bridge, ...
Summary
- add an HTML parser for 0day operation cards
- add an HTML parser for leakeddata company tables
Validation
- PYTHONPYCACHEPREFIX=/tmp/ransomwarelive_pycache python3 -m py_compile bin/_parsers/0day.py ...
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
Updated Swashbuckle.AspNetCore from 10.1.7 to 10.2.1.
details summary Release notes /summary
Sourced from Swashbuckle.AspNetCore s releases.
10.2.1
What s Changed
- Update Microsoft.OpenApi to 2.7.5 ...
dependencies
.NET
Summary
- dbxcarta builds a Neo4j semantic layer over Databricks Unity Catalog.
- A Spark data pipeline reads Unity Catalog metadata and loads it into a graph a question can traverse.
- The pipeline ...
This PR addresses an issue in src/mnemo_mcp/graph.py where upsert_entities and create_relations would crash if passed a
list containing non-dictionary elements (e.g., None).
Changes:
- Added isinstance(ent, ...