issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript linked:pr language:Python
Filter by
5M results
Description
The Redis backend matches the data filter (used by queryJobs, removeJobs, disableJobs, enableJobs) by doing a substring
check on the JSON-serialized job data:
// RedisJobRepository.queryJobs ...
Bug
Slicing a PaginatedList at or beyond its real length raises IndexError instead of returning an empty result the way a
plain list does.
issues = repo.get_issues() # say it has 333 items
list(issues[333:]) ...
Summary
Operation.to_dict serializes a context operation with only Result. It drops Error and ReplayChildren from
ContextDetails. The deserializer ContextDetails.from_dict reads all three fields, so serialized ...
SDK
Context
PR #28 / issue #27 closed a 21-day silent CI outage caused by a YAML parse error in .github/workflows/ci.yml:
run: grep -q id: D-001 MEMORY/core_decisions_ai.md
The unquoted colon-space ...
priority:high
Coverage gap in `backend/src/services/browser_client.py` continuing #482:
``` src/services/browser_client.py 209 83 60% ... 437-454, 474-485, 503-523 ... ```
Three session-based interaction methods called ...
👤 User Story
As a developer, I want the push subscription API test file to follow the established Cypress conventions so that the
test suite is consistent and maintainable.
📋 Description
push-subscription-api.cy.js ...
agent: tester
module: running
P2
type: test
Summary
GET /analytics/api/top-videos silently accepts out-of-range limit values such as 0, negative numbers, and values above
the documented/internal maximum of 50. The handler clamps invalid values ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.