Daniel W. Steinbrook

Results 23 issues of Daniel W. Steinbrook

I believe @Oliver2213 created a Sentry project for iOS tracing/metrics, but we haven't yet added any probes to the iOS code to collect anything. When we do, we should respect...

infrastructure
Student project

This is probably the most -requested feature, and perhaps the most intimidating to tackle. As an initial step, we need someone with enough knowledge/interest to outline exactly what major sub-steps...

enhancement
help wanted
Student project

The list of Places Nearby is currently populated, but not with the same quality of results as the prior app (why would I want to locate nearby crosswalks?) I'm guessing...

Adds a stepper (plus/minus buttons) under Settings > Audio Beacon to configure the distance threshold for stopping beacon audio. Default 15m, min 5m, max 50m, increments by 5m. It's possible...

> I can access the BHA Grounds route, I can not access the audio or image files virtually from within the route. This occurred previously when I attempted to access...

bug

> One thing that I can not restore are the Siri SoundScape Shortcuts. I have tried all the tricks that I know, which are many, but with no success. While...

bug

@jchudge suggested having the app announce GPS accuracy at startup. This shouldn't require any calculations, just reporting the system's [`CLLocationAccuracy`](https://developer.apple.com/documentation/corelocation/cllocationaccuracy). But I wanted to open up the implementation details for...

enhancement
good first issue
Student project

The codebase has a mix of multiple generations of iOS UI implementation strategies , namely SwiftUI, UIKit, and storyboards. This is an unnecessarily complicated situation in its own right, but...

enhancement
help wanted

When importing a dataset of e.g. NaviLens-enabled bus stops, some of those data points will be redundant to bus stops already marked in OpenStreetMap. The proper way to deduplicate this...

help wanted
good first issue
Student project

Three notable changes: 1. Use the `single-instance` crate to check if the program is already running. If so, display a dialog and exit. 2. If any hotkeys fail to bind,...