Pablo Guardiola

Results 30 issues of Pablo Guardiola

Let's start working on designing a cool logo for ΛNK and the rest of the brand assets 🚀 @israelperezglez You did an AWESOME work with KΛTEGORY and ΛRROW so I'm...

- Adds support to Java code - Still remains - Releasing version `0.1.8` and adapt the code - Adapt code to use version `0.3.8` of `kategory` 👀 @raulraja

- Add CI integration (e.g. Travis).

- Create a Gradle task to force push the content from `build/site` to a configurable (e.g. `gh-pages`) branch.

Follow-up ticket from https://github.com/mapbox/mapbox-navigation-android/pull/6254#pullrequestreview-1092403262 thread to keep track of 👇 > I suggest leaving this as is (i.e. `AddedMethod`s aren't reported anymore as they don't technically break SemVer) but updating...

op-ex
jira-sync-complete

An issue caught by a Robo test https://app.circleci.com/pipelines/github/mapbox/mapbox-navigation-android/17383/workflows/515f5123-7f86-4ebe-998c-316dde6f67ba/jobs/78634 https://console.firebase.google.com/u/0/project/mapbox-navigation-android/testlab/histories/bh.2e74b6b076d6fa53/matrices/5015480667863633138/executions/bs.f5488a308fc1cc87/logs ``` 04-01 12:35:39.688: W/Robo(26769): Caught java.lang.NoSuchFieldException: No field mThemeResId in class Landroid/content/res/ResourcesImpl$ThemeImpl; (declaration of 'android.content.res.ResourcesImpl$ThemeImpl' appears in /system/framework/framework.jar) while trying to...

bug
jira-sync-complete

Integrating `ReplayLocationEngine` found: - Currently a client cannot interact with the History APIs when using `NavigationView` until `NavigationView#startNavigation` because `MapboxNavigation` from `NavigationViewModel` (`NavigationView#retrieveMapboxNavigation`) is only created afterwards in `NavigationView#initialize` -...

UI
jira-sync-complete

We are working on [adding screenshot testing](https://github.com/mapbox/mapbox-gl-native/issues/8040) to the [Mapbox SDK Test App](https://github.com/mapbox/mapbox-gl-native/tree/master/android/java/MapboxGLAndroidSDKTestApp). In order to try `screenshot-tests-for-android` I added a [test](https://github.com/Guardiola31337/screenshot-tests-for-android/commit/6dcbc9c3f1171c8225259dfb33202cf27b8461db) (which takes a screenshot after a simple map...

enhancement

[Initial pass to a Free based DSL built on `kategory`](https://github.com/Guardiola31337/uiagesturegen/pull/1) follow up questions: - How do we test `GestureDSL`? Any common strategy on testing DSLs? - How should a gesture...

question

[Initial pass to a Free based DSL built on `kategory`](https://github.com/Guardiola31337/uiagesturegen/pull/1) follow up questions: - How is the best way to understand how [`GestureDSL`](https://github.com/Guardiola31337/uiagesturegen/blob/master/uiagesturegen/src/main/kotlin/com/pguardiola/uigesturegen/dsl/dsl.kt#L8) is implemented/works? - What FP basic concepts...

question