Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:Go language:JavaScript language:Java

Filter by

38.9M results  (825 ms)

38.9M results

NewClient() creates http.Client{} with no timeout, meaning HTTP requests can hang indefinitely if the NJTransit API becomes unresponsive. Recommendation: - Set a default timeout in NewClient(), e.g.: ...
enhancement

removeDupTrains() builds a map[int]Train{} and then ranges over it, which produces non-deterministic iteration order in Go. While the current tests use cmpopts.SortSlices to work around this, it means ...
enhancement

extraStations is declared as var extraStations = map[string][]string{...} in extra_stations.go, making it a mutable package-level variable. Any function in the package (now or in the future) could mutate ...
enhancement

Several calls to parseTime, parseLatLng, and parseDegrees discard errors with _ = ...: - train.ScheduledDepartureDate, _ = parseTime(...) (station_data.go:118) - train.LatLngTimestamp, _ = parseTime(...) ...
enhancement

Give tasks the ability to be linked across boards. There should be a sync icon button in the top task header where when clicked on, the following flow happens: 1. A dialog pops up showing checkbox scrollable ...
jules

Each API method defines inline anonymous structs for XML unmarshaling (e.g., in StationData, VehicleData, GetTrainMap, GetTrainStops, StationList). This creates duplication — the same XML structure is ...
enhancement

The fetch() method in client.go reads the response body unconditionally, even on 4xx/5xx status codes. This means callers only see an error if the HTTP request itself fails (network error), but silent ...
enhancement

The init() function in util.go loads America/New_York into a package-level var tz and calls log.Fatalf on failure. This is an anti-pattern — it introduces side-effect initialization at package load time ...
enhancement

Describe the bug BuildBuddy version: v2.281.0 With a storage config for MinIO such as the one provided below where all settings, including AWS_CA_BUNDLE pointing to a valid ca.crt file, has been independently ...

img width= 1116 height= 1081 alt= Image src= https://github.com/user-attachments/assets/213e4428-823a-4b2d-a5c6-78850053d3b1 / - Show đủ 5 ngôi sao và làm mờ ở trường hợp: 4, 3, 2, 1 - Màu của ngôi ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.