Drew Dara-Abrams
Drew Dara-Abrams
Here's a temporary fix that you can use in the meantime, before Asari is updated. Add the following to any models that are indexed on CloudSearch: ``` @@asari_instance.api_version = '2013-01-01'...
Microsoft is ending support and security updates for ADAL. Developers are now supposed to use MSAL instead: https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-migration So far Microsoft has not provided any Ruby libraries for using MSAL:...
@martiandeath thanks for this contribution. The DMFR format cannot take more than one current static URL for a single feed record. The pattern to use instead is to create a...
@martiandeath thanks for revising! I've made a few edits to retain existing Onestop IDs (to be more stable for Transitland's users). Will go ahead and merge this now.
FYI, you may find useful the @interline-io Dockerfile and images for Valhalla at https://github.com/interline-io/valhalla-docker and https://hub.docker.com/r/interline/valhalla
@nlehuby thanks so much for your contribution! @meghanhade and I will make some tweaks to improve the help text and the formatting -- we want this to be understandably by...
Took me a while to test this locally. Turns out a preference needs to be changed within JOSM to allow it to listen to local web requests like this: ...
Sounds good. Perhaps using `hasMany` associations between `Stop` and `Route` Ember Data models can replace the custom AJAX request in https://github.com/mapzen/mobility-explorer/blob/216cb2472cd93919637294d22d61a3eec35781dc/app/stops/route.js#L86-L93
@nvkelso @meghanhade is this still a problem? Or can this issue be closed?
@rmglennon FYI, this date/time picker is a prebuilt component that @meghanhade is importing: http://eonasdan.github.io/bootstrap-datetimepicker/ If it comes with an existing option to make a change like this, it's a piece...