Alexander
Alexander
@churik sure, just other things were more important. Updating it today.
Moving it to E2E tests column (finally)
@pavloburykh the thing is when working with external providers we cannot really guarantee that things work 100% of times — sometimes the provider might be unavailable, sometimes you might reach...
status-go PR: https://github.com/status-im/status-go/pull/6497 status-desktop PR: https://github.com/status-im/status-desktop/pull/17771
Added `skip-manual-qa` label to this PR because it basically just contains events and fxs with no visual implications — would be hard for QAs to test that and the QA...
@shivekkhurana I've started working on this: https://github.com/status-im/status-mobile/issues/21551
I tried multiple different approaches, not very successfully, but here are some results: 1. The `printDependencies` task from above works but it shows only the direct dependencies and doesn't return...
I'm currently checking if something can be extracted from [DependencyReportTask](https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/diagnostics/DependencyReportTask.html) or some code from it can be used separately in another task to generate a plain list of dependencies (see...
Going to temporarily pause all the work to focus on more urgent UI issues for 0.23.0. Current results: Haven't really managed to generate a list of dependencies but pretty sure...
Taking this one to work on it together with https://github.com/status-im/status-mobile/issues/20380