-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distance and time calculation #340
Conversation
Hi @nikdav. Please only change the code related to your feature. Changing the formatting of other parts of the code may cause merge conflicts. To reduce API requests I suggest you implement the new item attributes ( |
Hi @nikdav. |
Hi @Der-Henning |
Everything should be explained in the comments but here's a tl;dr:
Example:
Tests weren't written because an API-Key would be needed.
"make executable" doesn't work regardless of my changes (because Windows?):
[...]
cp src/config.sample.ini dist/config.ini
process_begin: CreateProcess(NULL, cp src/config.sample.ini dist/config.ini, ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
make: *** [executable] Fehler 2
Pull Request Checklist:
make test
make lint
make image
make executable