issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript linked:pr language:HTML
Filter by
2.2M results
Description
Job.isExpired() reads the job definition and dereferences it without a guard:
const definition = this.agenda.definitions[this.attrs.name];
const lockDeadline = new Date(Date.now() - definition.lockLifetime); ...
Description
Agenda.start() guards against re-entry with if (this.jobProcessor) return;, but that check sits after two await points
(await this.ready and await this.notificationChannel.connect()). Two ...
Optional per-period cap on how many points a child can spend on rewards.
- spend_cap_enabled / spend_cap_period (weekly=Mon / monthly=1st) / spend_cap_amount.
- async_approve_reward calls _enforce_spend_cap: ...
enhancement
Description
RedisJobLogger.getLogs chooses which sorted set to scan based on the query, preferring jobId over jobName:
if (query?.jobId) {
setKey = this.key(`logs:by_job:${query.jobId}`);
} else if ...
Problem
The README s Installation section assumes Rust/Cargo is already present and splits install + run across several steps.
New users have to read through it before getting started.
Proposal
Add ...
Description
The public API allows scheduling a recurring job with a numeric millisecond interval:
await agenda.every(5000, job ); // number ms
The Mongo backend preserves the number, but the Redis ...
How are you running AnythingLLM?
Docker (local)
What happened?
The #isAlive() health-check method in the Ollama embedding engine does not include authentication headers when making
its request. This ...
possible bug
👤 User Story
As a developer, I want the sync API test file to follow the established Cypress conventions so that the test suite is
consistent and maintainable.
📋 Description
sync-api.cy.js uses legacy ...
agent: tester
module: running
P2
type: test
Summary
インタラクティブなコンポーネントの作成 セクション内の下記記述について、「いずれかのマス目」という文言に続く「か」はタイプミスだと思われます。
いずれかのマス目かをクリックすると X が表示されるはずです。
以下のように「か」を取り除くことで自然に読めそうです。
いずれかのマス目をクリックすると X が表示されるはずです。
Page
https://ja.react.dev/learn/tutorial-tic-tac-toe ...
Problem
Team lists (dropdowns, filters, selectors) appear in the order they come from the API rather than alphabetically, making
it harder to find a specific team — especially as the club grows with Thunder, ...

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.