issues Search Results · language:Dune language:Python language:JavaScript language:Java language:JavaScript language:Ruby
Filter by
57.7M results
Monetary values are repeatedly rounded to cents as strings and re-parsed, so totals can drift from a single
full-precision computation.
Locations
- src/components/CurrentPortfolio.js (~lines 469-486, ...
What
Implement a static provider that returns major 2026 meteor shower events from a hard-coded table.
Why
Meteor shower dates are stable and well-known. A static provider proves the event pipeline ...
astro
enhancement
In src/components/PortfolioValueChart.js:
1. Divide-by-zero in percent change (~lines 66-72)
percentChange = (change / firstValue) * 100;
If the first snapshot value is 0, this yields Infinity/NaN, ...
In src/components/AggregatedAllocationChart.js (~lines 75-85), grouping is done by exact string match on categoryName (
US Large Cap , International Developed Markets , etc.); anything not matching falls ...
In src/components/ModelPortfolioManager.js, the edit-modal percentage input does parseFloat(e.target.value) (~line 571);
clearing the field yields NaN, stored in state. handleUpdatePortfolio s total check ...
Summary: The footer logo in the Forget Password template appears broken when viewed in a temporary email service, while
it is correctly displayed in the Figma design. This discrepancy raises concerns about ...
1. After Install the Home Assistant integration
img width= 591 height= 93 alt= Image src=
https://github.com/user-attachments/assets/caaee629-4c6f-454f-bfc2-e9835f1a6d7c /
2. Restart HA
3. Add the ...
In src/components/CurrentPortfolio.js (~lines 58-61):
useEffect(() = {
setTempPrices({ ...stockPrices });
setTempCategories(JSON.parse(JSON.stringify(stockCategories)));
}, [stockPrices, stockCategories]); ...
Several lists whose items are deleted via splice, re-sorted, or reordered use the array index as the React key, which
causes React to bind row/component state (controlled inputs, edit-mode flags) to the ...
Describe the bug Enabling Active Cell Balancing causes charging to switch to max charge.
To Reproduce In the morning, not much PV surplus - charging work with like 200Watt. When enabling Active Cell Balancing, ...
bug

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.