Daniel W. Steinbrook
Daniel W. Steinbrook
In my app, the existing implementation of fetch_resources only worked if collectstatic had been run. Using Django's staticfiles.finders.find() is more flexible for different staticfiles configurations.
If you try to launch rust-reader when it's already running, the second instance crashes: `thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src\main.rs:134:52` This is actually kind of...
One avenue to get Soundscape on more platforms is to turn it into a web app, rather than a native app. There have been a slew of [Web APIs](https://developer.mozilla.org/en-US/docs/Web/API) that...
Sometimes, when using Soundscape with the screen locked, after a few minutes of updates I'll stop hearing any callouts. I was attributing this to intermittent connectivity issues, but now I'm...
In addition to serving tiles, the backend also exposes two additional API endpoints: * `/metrics` that reports some performance and usage stats in [Prometheus ](https://prometheus.io/) format * `/probe/alive` that can...
The tile service exposes a few methods to check its health (as noted in #67), but to my knowledge the only way to see how the ingest service is doing...
See e.g. https://github.com/soundscape-community/soundscape/actions/runs/5945776471/job/16125363745 @Oliver2213 was this working before, or are there still missing pieces that need to be filled in?
Overture Maps is a newer project that wouldn't have been available during original Soundscape's lifetime, certainly not when data sources were originally being evaluated. How do the features compare with...
How difficult would it be to enhance the callout "Traveling southwest along Main Street" to e.g. "Traveling southwest along Main Street at approximately 20 miles per hour?" How accurate would...
When the OSM data services are not responding in a timely fashion, selecting "My Location" in "Hear My Surroundings" announces "We are having trouble finding your current location." This suggests...