S2Ler
S2Ler
# Now We detect breaking changes by building an abstract syntax tree from the source code using "SourceKit" and then building the diff and then analysing what is considered a...
To specify custom `TileStoreConfiguration`for the app, the user must call `NavigationSettings.initialize(directions:tileStoreConfiguration:)`. `TileStoreConfiguration` type is simple enough to be able to construct it from a simple string stored in `UserDefaults`. Origin:...
### Mapbox Navigation SDK version v2.0.0-rc.5 ### Steps to reproduce 1. Start Example app with CarPlay 2. Observe events: - sendPassiveNavigationStart - sendPassiveNavigationStop ### Expected behavior Only one of this...
# Motivation Our dependency management allows us to have `MapboxMaps v10.1` running with `MapboxNavigation v2.0`. At the time of the v2.0 release, we test SDK with Maps v10.0. As time...
Thread https://github.com/mapbox/mapbox-navigation-ios/pull/3541#discussion_r748136794 Do we need this code: https://github.com/mapbox/mapbox-navigation-ios/blob/a6ee65d9f30f211e4b83cb90f275026187791e37/Sources/MapboxCoreNavigation/NavigationService.swift#L311 ?
I'm no longer able to run jazzy locally and decided to move the task to a stable environment. Fixes #651, although #651 says that docs should be published for each...
- Extends Example app with ability to edit waypoints and caches them to disk. - Moves Example app out of Carthage project. - Updates Example app with SPM based dependency...
[A new example](https://github.com/mapbox/mapbox-directions-swift/pull/548) sets a good foundation for further improvements. This task will track further improvements which can be made to the Example app. - [ ] https://github.com/mapbox/mapbox-directions-swift/pull/548/files#r645136907 - [...
## New Feature As a developer, I want to have an option in `LogoViewOptions` and similar types in `OrnamentOptions` to provide a dynamically changing margin. In what form to expose...
The app crashes with the following error: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!' Reproduced by not having...