Aun Johnsen
Aun Johnsen
If anybody have the knowhow to transform the code into a [JOSM](http://josm.openstreetmap.de) Plugin, using Java and Strava's Java bindings, or some way convert the bindings in this repo, I know...
Actually, since most holidays are valid in most languages, a `.po` file could provide all translations of specific holidays and i18n code could allow you to get the name in...
I currently process all my sequences done by Action cams with scripts and send to both. The rare occacions I use the mobile app I end up only contributing to...
I am using it at the moment, a satellite that don't have line of sight to KSC connects to Massif Harvest, and communication with KSC is established. I would like...
Another option is to test the routes against an instance of OSRM using a walking algorithm, that should give you the shortest legal walking distance and time between any two...
I have my own instance of OSRM, its not complicated to set up, so running a private instance is absolutely an option. I havn't tried with a world wide map,...
```json "services": [ "Mo-Fr", "2017-12-01-2018-02-28" ] ``` This would mean (in ISO terms) that it works Monday to Friday, but in the date range (desember, january, and february) would service...
Time zone is relatively easy for local routes, but long distance routes can be in multiple time zones (I noticed my town Guarapari/ES is services by a bus route from...
What is meant by hail_and_ride? Fixed itinerary without fixed stop positions or flexible itinerary? I have seen both solutions, rural bus services in Norway are generally fixed itinerary without fixed...
`mono` is the standard .NET C# framework, if that solves the crash it might indicate that the plugin uses some features not in default C# framework on Linux and/or game...