Terence Eden
Terence Eden
Just as a note, over a third of visitors use a mobile device https://www.gov.uk/performance/site-activity/device-type
As an alternative - we have a [mandated standard for contact exchange](https://www.gov.uk/government/publications/open-standards-for-government/exchange-of-contact-information). Would it be sensible to have [vCard](https://en.wikipedia.org/wiki/VCard)s on all "contact us" pages?
No - but that's no different from today. I assume that departments which change numbers / emails / postal addresses maintain the old one for a suitable period of time.
We've just passed the fourth anniversary of this request. What's the best way of getting some progress on this? It's quite important for knowledge-graph work that machines can know what...
I have these scales, but I can't get the OpenScale to connect. I've attached the debug log from the Dev version of the app. [openScale_2020-07-25_08-35.txt](https://github.com/oliexdev/openScale/files/4975062/openScale_2020-07-25_08-35.txt) I can connect with BLE...
I agree with @elarlang. It's like saying that buffer overflows are so basic that they should be excluded. Yes, they're basic and everyone should know about them. But - as...
At the moment, [`location.php`](https://github.com/openbenches/openbenches.org/blob/master/www/location.php) redirects `/location/London, UK` to `/#lat,long,zoom` Instead, it should act like a user page. Display a map or the area and list all the benches under them....
One problem is that we store address as a string, not as a set of administrative boundaries. So we can do nearest benches to the centre of X. But not...
Geocage gives us a bounding box. Probably good enough! ```json "bounds" : { "northeast" : { "lat" : 52.387833, "lng" : 9.7334894 }, "southwest" : { "lat" : 52.387733, "lng"...
Sounds good - create a PR and I'll merge it tonight.