pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:C++
Filter by
160M results
Created separate moviecard which could be viewed only by users which already have accounts, closes #34
enhancement
Description
Adds service-mode API guide examples for async ingestor jobs.
This documents:
- when to use ingest(), ingest_stream(), and aingest_stream()
- a synchronous streaming example using ingest_stream() ...
DEMO LINK
Summary
- change the pending contribution helper on Monthly Review from Not confirmed to Contribution not confirmed
- add a render regression in tests/test_budget_monthly_review_mobile_cleanup.py ...
Summary
- print next template/check/apply command summaries by blocker type in the public launch readiness summary
- print exact next blocker readiness-summary commands by blocker type for workstream ...
Summary
- Add Graph.get_node_at(node_address) for resolving root-level and nested Nodes/Graphs from a NodeAddress.
- Add typed StepRecord objects and expose Trace.list_steps() as the canonical Trace ...
Makes the game fit and play well on any device, especially phones.
The problem
The board was sized only by width (window.innerWidth - 64), computed once with no resize listener. So a 9×9 could
overflow ...