Tim K.
Tim K.
The problem with the ```org.jetbrains.kotlin.plugin.serialization``` plugin could be related to specific versions of it and their compatibility issues with ```org.jetbrains.kotlin.android``` plugin, I've just discovered this and posted [a new issue...
I have just tried, and if I create a button that sends a null.toString() callbackQuery, then A LOT of callbackQueries are executed Just like in this person's case https://github.com/kotlin-telegram-bot/kotlin-telegram-bot/issues/257
Also, possibly the concept of a mutable set in Dispatcher at private val commandHandlers = linkedSetOf() is broken and it keeps adding old handlers with the same values as a...
No, it doesn't, it seems overly complicated. Why not just change the library to assign an id to every handler upon creation? In my fork, I've changed commandHandlers to mutableMap...
So I will resort to using my fork for now.
Also, thank you for your answer @vjgarciag96 I realize it might have taken you some time to write. But it is just not the road I wish to go.
@Benisgo thank you, will try it out! Your work is very much appreciated!
Have just tried it, it does seem to work. Although, I have some feedback: - It freezes the UI during the search - I searched in the C:\ directory directly,...
@Benisgo since https://github.com/raspopov/SageLinks has a Free License, I suppose, you could reuse some of its code (for simplicity)?