Results 24 comments of Eugene Kortov

> there is no tesseract for m1 at the moment > Why not? I see no aarch64 artefacts [there](https://repo.maven.apache.org/maven2/org/bytedeco/javacpp-presets/tesseract/4.0.0-1.4.4/) ![image](https://user-images.githubusercontent.com/6348215/164075754-f906b266-bf69-4190-940a-86b12d83ea12.png) ``` Execution failed for task ':run'. > Could not resolve...

When I switch back to x64, I got this log on start ``` Mac OS X Adapter could not talk to EAWT: java.lang.IllegalAccessException: class org.jdesktop.application.utils.OSXAdapter cannot access class com.apple.eawt.Application (in...

I'll give it a try, but I haven't done such things, I'm more into java :)

BTW, why return null, not Optional, if the lib relies on java 8? Yeah, optional is a bit ugly in java, but it's better than pure null, or use some...

Kotlin works better with java when at least annotations are used instead of simple nulls https://kotlinlang.org/docs/reference/java-interop.html#nullability-annotations

@juancarrey I hope you put your tool to github when it will be ready :)

@changchichung which url do you open?

Yep, all this coupled logic frightens me, honestly :) I'd love this library to be less coupled but it will not be easy to fix it :) Interestengly is there...

It's a good point. I guess the doc in wiki isn't right [wiki](https://github.com/rubenlagus/TelegramBots/wiki/Ability-Extensions). And for an access to a `silent` you need to pass it as a method parameter or...