Results 6 issues of Tim K.

**Expected behavior** New handlers are not added with addhandler() if they already exist in the same scope **Actual behavior** New handlers with the same values are added indefinitely **To Reproduce**...

bug

Say, for example, I have many nested callback queries, and they are added to bot handlers as they are created ``` command("enterdata") { val data = mutableListOf() bot.sendMessage( ChatId.fromId(update.message!!.chat.id), text...

Running `go install github.com/linuxkit/linuxkit/src/cmd/linuxkit@latest` in Windows powershell results in ``` go: github.com/linuxkit/linuxkit/src/cmd/linuxkit@latest (in github.com/linuxkit/linuxkit/src/cmd/[email protected]): The go.mod file for the module providing named packages contains one or more replace directives. It...

Gradle 8.7 Android Studio Jellyfish Windows 11 * Root build.gradle: ``` import com.github.ivancarras.graphfity.plugin.main.GraphfityPluginExtension buildscript { repositories { gradlePluginPortal() mavenCentral() google() } dependencies { } } plugins { id("com.github.ivancarras.graphfity") version "1.1.0"...

Thanks for the convenient application! Got a small suggestion for the future releases: it may be helpful to provide ways of viewing the existing symlinks, junctions, etc. in a detailed...

I think it would be helpful to have a small "?" icon at the corner, that would show a small window with explanations for all the buttons and app functions...