Dan

Results 4 issues of Dan

**The Good News:** ``` TSMessage.showNotificationWithTitle("Hey", subtitle: "You", type: TSMessageNotificationType.Success) ``` Working fine. **The Bad News:** ``` TSMessage.showNotificationInViewController(self, title: "Hey", subtitle: "You", image: nil, type: TSMessageNotificationType.Success, duration: TSMessageNotificationDuration.Automatic, callback: nil, buttonTitle:...

Making a call to **/routes** GET => http://aviation-edge.com/v2/public/routes?key=MY_API_KEY&departureIata=BOS ... Barcelona (BCN) not in response GET => http://aviation-edge.com/v2/public/routes?key=MY_API_KEY&departureIata=BOS&arrivalIata=BCN ... BCN in response **Edit**: the return for larger airports (BOS, ORD, ATL,...

1. As written, what UUID is the iBeacon demo using? I'd like to see if iOS can detect it 2. How can we change the UUID / major / minor...

Partially addresses #142 Example output from `/api/health/cot` ```json { "components": { "logs": "error-free", "rabbitmq": "up", "service": "active" }, "problems": [], "status": "operational-healthy", "timestamp": "2025-08-28T17:05:34.033214+00:00" } ``` The value of `status`...