issues Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript language:Ruby
Filter by
57.7M results
In src/components/PortfolioComparison.js, the What-If Projected total Alert sell branch (~lines 2196-2201):
const catValue = (currentAllocation[trade.category] / 100) * totalPortfolioValue;
return sum ...
In src/App.js:
- The six persistence effects (~lines 300-323) call localStorage.setItem(...) with no try/catch. An uncaught
QuotaExceededError thrown inside a useEffect breaks the render cycle. ...
1. Do an MD5 check - upload the hash with each chunk, and verify on the server in the final check. Do this regardless
of chunking, but it should be optional - if the client hasn t sent it, don t verify ...
feature-request
In src/App.js:
- The file-storage effect (~lines 262-297) triggers an async handleRestoreFromFile() when a backup exists and
accounts.length === 0, and sets isUsingFileStorage = true before the ...
In src/App.js (~lines 39-95) every useState initializer does JSON.parse(localStorage.getItem(...)) with no try/catch:
const [modelPortfolios, setModelPortfolios] = useState(() = {
const saved = localStorage.getItem( ...
In src/components/PortfolioComparison.js the sell-buy logic has two related correctness problems.
1. Multi-category value not respected (~lines 357-388)
categoryValue = item.value * (percentage / 100) ...
In src/components/MultiCategorySelector.js, split-mode shows a Total: X% indicator colored via
validateCategoryAllocations, but nothing prevents onChange from firing with an invalid total. New rows are ...
What
Implement a provider that fetches Sun and Moon data from the ipgeolocation.io astronomy API and returns it as typed Fact
entries.
Why
This is the first real data provider — it replaces stub data ...
astro
enhancement
Please check the Github page for a better reading experience and more papers.
Composed Video Retrieval
| Title | Date | Comment |
| --- | --- | --- |
| Reason-Then-Retrieve for CoVR-R with Structured ...
documentation
Create web GUI that can edit values in objects.yaml quickly

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.