Nikita Kulikov

Results 41 comments of Nikita Kulikov

What if you have a garage door or curtains that open on the hold of a button?

На новой версии приложения воспроизводится?

For me `./gradlew publishToMavenLocalNoDokka` works on main branch, but not work in this PR: Logs Type-safe project accessors is an incubating feature. > Task :buildSrc:generateExternalPluginSpecBuilders UP-TO-DATE > Task :buildSrc:extractPrecompiledScriptPluginPlugins UP-TO-DATE...

Right now anyone can use this branch with jitpack.io. Just add to your branch `jitpack.yml` with: ``` jdk: - openjdk11 install: - ./gradlew publishToMavenLocalNoDokka --no-daemon --no-parallel ``` For example you...

Created and posted on Maven Central a library fork with supported SLF4J 2+ More info [here](https://github.com/LionZXY/slf4j2-timber)

We're not sure if you need it or not - please put 👍 if you need it and 👎 if not

Same issue Has anyone come up with a workaround for this yet?

`telemetry.set(false)` does not work : ( That's a reproducible sample log: https://github.com/flipperdevices/Flipper-Android-App/actions/runs/8887106408/job/24401803084?pr=840#step:4:11306 [This branch](https://github.com/flipperdevices/Flipper-Android-App/tree/debug/sentry) with the command `./gradlew assembleInternal`.

But without binary i got a error: ``` Try to load tdlib as library Try to load tdlib from artifact java.lang.UnsatisfiedLinkError: no tdjni in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:871) at...