Sebastian Heil

Results 9 comments of Sebastian Heil

As @regenduft said: > another option would be, to use error codes and an extra api call to get the messages for error codes (which does only need to be...

...and https://github.com/pelias/pelias (see also: http://www.gisdoctor.com/site/2015/10/12/reasons-openstreetmap/ or more precise: https://mapzen.com/blog/the-world-is-yours-announcing-mapzen-search)

In the meantime all the anchors are not working. You only get to the corresponding chapter_??.html page but not to the desired (sub-)heading. Btw: Where is the index.html page generated?...

Same here with 4.5.1. According to the Gradle debug logs calling `sentry-cli info` already warns about the missing auth token: ``` 2024-05-13T18:46:07.022+0200 [INFO] [org.gradle.process.internal.DefaultExecHandle] Starting process 'command '/Users/dev/android/app/build/tmp/sentry-cli-2.31.1.exe''. Working directory:...

@mikepenz thanks for your quick reply :smiley: Regarding the stacktrace: Shouldn't the debug log in this case contain the warning with the stacktrace, and currently the non-debug logs have the...

@mikepenz Thanks for the approval and merge 🙏 Do you have an estimate when then next release will happen?

@androidacy-user Did you set `org.gradle.logging.level` in the `gradle.properties` file, either the one in the Gradle project or the one in your Gradle user home directory (e.g. `$HOME/.gradle/gradle.properties`)? And if so...

@androidacy-user you are using an old version (11.1.3) of the AboutLibraries plugin. Please update to the latest version 11.2.1. 11.2.1 is the first version where this pull request is applied.

@androidacy-user Your `builldEnvironment` output indicates that you are using the `com.mikepenz.aboutlibraries.plugin:com.mikepenz.aboutlibraries.plugin.gradle.plugin:11.1.3` Android Gradle plugin. Most likely you are mixing the [AboutLibraries Gradle plugin](https://github.com/mikepenz/AboutLibraries?tab=readme-ov-file#gradle-plugin) and the [AboutLibraries compile classpath depedencies](https://github.com/mikepenz/AboutLibraries?tab=readme-ov-file#core-module). You...