Vedran

Results 7 comments of Vedran

>the problem with that approach is that Consul Template is a two-pass implementation. The first time it reads the template to figure out what services/keys to watch, then it queries...

After implementing [Dependency Plugin](https://github.com/gradle/github-dependency-graph-gradle-plugin?tab=readme-ov-file#using-the-plugin-to-generate-dependency-reports), what is left and not found was these dependencies: ``` 'org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin:0.5.0 org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.8.0 com.android.tools.build:gradle:3.5.4 com.android.tools.lint:lint-gradle:31.1.1 com.facebook.react:hermes-android:0.73.5' ``` and thanks to @siddarthkay, we can drop `com.android.tools.lint:lint-gradle:31.1.1` by adding:...

And with this PR: - https://github.com/status-im/status-mobile/pull/22042 we are done for now. We still have few deps: ``` org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin:$foojay_version org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:$kotlin_version com.android.tools.build:gradle:$tools_version com.facebook.react:hermes-android:$hermes_version ``` that we are hardcoding but at least we...

This can be done by implementing this Lua script to proxy hosts: ```lua local _M = {} local cjson = require "cjson.safe" local sha512 = require "resty.sha512" local resty_string =...

@dlipicar this is done on both test and prod. Let me know if anything needs to be modified.

Deployed https://github.com/vacp2p/nim-libp2p/pull/1564 as github action. Notifications sent to [p2p-ci-alerts](https://discord.com/channels/864066763682218004/1396846000387129454) channel.

No worries, we managed to work around this. Thanks for looking into it.