Kevin

Results 2 issues of Kevin

When i try `$ orator make:migration create_users_table` I get this error: ``` Traceback (most recent call last): File "/mnt/f/work/project/env/bin/orator", line 7, in from orator.commands.application import application File "/mnt/f/work/project/env/lib/python3.6/site-packages/orator/commands/application.py", line 9,...

**Android API: 21** **Mapbox Navigation SDK version: 2.19.1** ### Steps to trigger behavior ``` val currentIndex = routeProgress?.currentLegProgress?.legIndex navigation?.setNavigationRoutes( listOf(currentRoute), currentIndex?.plus(1) ?: 0 ) ``` This has been confirmed via...