issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
1.8M results
Problem
AddressRepository.add clears all existing defaults before inserting a new default address. If the insert fails, the user
is left with no default saved address.
Why it matters
A transient database ...
Problem
fetchProfile returns cached profile data after API or network failures, but it decodes the cached string with
jsonDecode(cached) as Map String, dynamic without guarding parse errors or type mismatches. ...
Problem
fetchRouteMapPoints interpolates tripDisplayId directly into /api/trips/{tripDisplayId}/route-points without
path-segment encoding.
Why it matters
Reserved URL characters in the display id can ...
Problem
fetchTripStops interpolates tripDisplayId directly into /api/trips/{tripDisplayId}/stops without path-segment encoding.
Why it matters
Reserved characters in a trip display id can change the ...
Problem
fetchTripItems interpolates tripDisplayId directly into /api/trips/{tripDisplayId}/items without path-segment encoding.
Why it matters
If a display id contains reserved URL characters, the request ...
Problem
updateOnlineStatus decodes failed responses with jsonDecode(response.body) before throwing. Non-JSON error bodies throw
FormatException, masking the actual online-status failure.
Why it matters ...
Problem
fetchDriverBids declares a required driverId parameter, but the value is never used. The method always calls
/api/driver/bids, relying only on the authenticated backend context.
Why it matters ...
Problem
submitBid runs jsonDecode(response.body) as Map String, dynamic before checking whether the HTTP status is successful.
If the backend returns HTML, plain text, or an empty body for an error, ...
Problem
submitBid interpolates loadId directly into /api/orders/{loadId}/bids. Other mobile service methods encode dynamic route
segments before building URLs, but this path does not.
Why it matters ...
While all ambient food should remain as it is today, food dropped by a dead serpent should be relative to the body size
of what died - this gives an indication of how long the trail might be. I believe ...

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.