Daniel W. Steinbrook

Results 64 comments of Daniel W. Steinbrook

I say use whichever one is more screenreader-friendly for translators :)

I ran into this too. I agree enforcing a stable iOS version is a good thing to try. I had also noticed that some of the versions of the reusable...

It looks like this is still a problem (the most recent commit still needed to be run twice before it passed). I dug into the output log and have a...

Should we revert to the action using the latest, possibly beta iOS version? Hard-coding the iOS version didn't fix the problem here, and I'd rather have potential future failures reported...

The TagInfo documentation suggests a file in our GitHub repo would suffice. https://wiki.openstreetmap.org/wiki/Taginfo/Projects#Integration_into_Taginfo Also, I know it's not the right format, but a concise list of OSM tags we're using...

I do like this idea. Do you know if municipal boundaries are in OpenStreeMap and how they are encoded? I'll note as well that, at least in the US, there...

> I'm not sure how community boundaries are encoded in Open Street Map, but I know that address info can be entered into nodes and ways. I added some places...

It's a reasonable idea. It reminds me of an earlier idea I had for a cycling mode feature (for users with enough residual vision to ride a bike) with a...

That switch actually controls three callout groups: intersections, transportation, and safety (e.g. steps and other hazards). Do we want to group safety with intersections or with transportation? Arguably the intersections...

The code where the single toggle is changing three separate settings is here: https://github.com/soundscape-community/soundscape/blob/6a84924d63fc0a2542abac51d8c823832f0330d7/apps/ios/GuideDogs/Code/Visual%20UI/Controls/Settings/CalloutSettingsCellView.swift#L84-L90 The visual design for the toggle is in a storyboard: https://github.com/soundscape-community/soundscape/blob/6a84924d63fc0a2542abac51d8c823832f0330d7/apps/ios/GuideDogs/Code/Visual%20UI/Views/Settings.storyboard#L270-L317 That's all you should really...