issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
4.5M results
Issue
The discount endpoint seems to subtract the percentage number directly from the price instead of calculating the
percentage discount.
Reproduction
Run the app:
npm start
Then request a 10 percent ...
bug
posthog-watcher:fix-ready
Bug report
The email validation endpoint accepts addresses that do not have a real domain suffix.
Steps to reproduce
Start the app:
npm start
Then call:
curl -X POST http://localhost:3000/users/validate-email ...
bug
good-first-issue
posthog-watcher:fix-ready
Summary
Shipping estimates appear to be rounded down to a whole number, which drops the cents from the calculated shipping
price.
How to reproduce
Start the server:
npm start
Request shipping for ...
bug
posthog-watcher:fix-ready
Problem
Username normalization does not handle extra whitespace correctly. It trims and lowercases the name, but repeated spaces
remain in the normalized value.
Reproduction
Run the app:
npm start ...
bug
good-first-issue
posthog-watcher:fix-ready
What happened
The cart total endpoint seems to ignore the quantity for each item. If an item has a quantity greater than 1, the
response only counts its price once.
Steps to reproduce
Start the app: ...
bug
posthog-watcher:fix-ready
Bug: Missing Input Validation on Search Query
Description: The GET /api/search endpoint passes req.query.q directly to the search service without validation,
trimming, or a length limit. A client can ...
Summary
All four API provider classes (google.py, opencage.py, geonames.py, bigdatacloud.py) create a new aiohttp.ClientSession
per request. Home Assistant provides a shared, managed session via async_get_clientsession(hass) ...
enhancement
Problem
mtgsets stats --value currently re-fetches live prices from Scryfall on every run (_fetch_live_prices walks each owned
set s cards over the network). We added that deliberately, but it was the ...
Summary
In offline mode, the sensor filter in sensor.py excludes the plus_code and timezone_full sensors, even though
__init__.py computes and stores both values during every offline update.
Location ...
bug
Summary
A new TimezoneFinder(in_memory=True) instance is created inside _find_timezone() on every location update.
in_memory=True loads the entire timezone boundary database into RAM from disk each time, ...
enhancement

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.