Daniel W. Steinbrook

Results 64 comments of Daniel W. Steinbrook

Good call -- the app does report building successfully now, but it fails at the upload stage since we're still using @Oliver2213's credentials: https://github.com/soundscape-community/soundscape/actions/runs/6714118429/job/18246849543 Will need to update the email...

[Some guides](https://www.runway.team/blog/how-to-set-up-a-ci-cd-pipeline-for-your-ios-app-fastlane-github-actions) suggests best practice is to use an App Store Connect API key, rather than a username/password, to authenticate Fastlane in a CI build. The [Apple docs](https://developer.apple.com/documentation/appstoreconnectapi/creating_api_keys_for_app_store_connect_api) indicate that...

The code as released by Microsoft does include [some support](https://github.com/openscape-community/openscape/tree/d5bb4713e491571191af98e8aad6afc91fc1153e/apps/ios/GuideDogs/Code/Sensors/Motion/Headphone%20Motion) for headphones that provide head tracking, but it might be limited to AirPods and others with native iOS support. In...

I started a [branch of overscape-server](https://github.com/soundscape-community/overscape-server/compare/main...overture) to explore using the S3-hosted Overture data files as a data source to be queried like a PostGIS database. I quickly came to the...

I believe this is currently hard-coded as the constant `EnterImmediateVicinityDistance` at https://github.com/soundscape-community/soundscape/blob/main/apps/ios/GuideDogs/Code/Data/Destination%20Manager/DestinationManager.swift#L29.

Also, the above constant may be shared among all functionality that uses geofencing, some proximity radius around a point that triggers some behavior when a user enters or leaves. I'm...

@LegendusMaximus Yeah, those categorizations almost certainly came from Bing -- those aren't categories OpenStreetMap uses.

This might actually be feasible now that Apple is in the augmented reality space. In iOS 17.2, they added the ability to use an iPhone as an AirPlay receiver. Ostensibly...

Ah, good to know that I should be wary of inadvertently imitating bad error-handling habits here. Speaking of modern crates, could wide_string.rs be entirely replaced by the `widestring` crate, or...

Duplicate of #80.