issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:Java
Filter by
39.8M results
Summary The footer on all pages reads © 2024 iKITES Services . The current year is 2026.
Location: Site footer (homepage and /success-stories).
Impact A copyright year two years out of date signals a ...
Problem
tools/lab/web/js/views/agent.js tick interval catches api.run(runId) and api.graph(runId) failures but silently swallows
errors. The view shows stale data without any indication to the user.
...
bug
plugin
Problem
tools/lab/web/js/views/agent.js:
events = store.getRunEvents(runId);
This reassigns the outer events variable, but the store.on( event ) handler could fire during a render, causing
inconsistent ...
bug
plugin
Summary
tools/lab/web/js/store.js maintains a ticker array capped at 240 entries. When it exceeds this, splice(0, ticker.length
- 240) removes from the front. This is O(n) on every event — a circular ...
Create a Java program to find the second largest element in an array.
Requirements:
- Take array input from user
- Find the largest element
- Find the second largest element
- Display both values ...
Summary Any non-existent path (e.g. /this-page-does-not-exist) serves Netlify s generic default 404 page, not a branded
one.
Steps to reproduce Visit https://services.ikites.ai/anything-invalid.
Impact ...
Problem
tools/lab/web/js/views/list.js has:
input type= number max= 40 ...
But the API batch endpoint caps at Math.min(body.count, 50). The UI limit (40) is lower than the API limit (50), which ...
bug
plugin

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.