naftalmm

Results 10 issues of naftalmm

Simplify the code of WithFirstSpliterator: - smaller methods - less overall LOC - replace manual thread lock management (via ReentrantLock) with more convenient synchronized blocks - inline `accept` method (as...

It seems there is a typo in "bundle" method declaration. It is declared with generic parameter "C" which is not used in method signature. This makes impossible to configure bundles...

This fixes #221 and other issues related to sendMediaGroup method. Also had to change the hierarchy of `InputMedia` and `GroupableMedia` classes/interfaces: - Now they both are sealed interfaces - Now...

**Is your feature request related to a problem? Please describe.** `TelegramFile` type encapsulates the way of [sending files](https://core.telegram.org/bots/api#sending-files): via file_id/URL or actual file uploading. Currently this class is used for...

enhancement

Example of method call: ```java PreparedStatement prep384 = conn108.prepareStatement("SELECT BITOR(USERS.FLAGS, ?) FROM USERS ORDER BY USERS.ID ASC", 2); ``` Stacktrace: ``` General error: "java.lang.ArrayIndexOutOfBoundsException: -1" [50000-202]. Statement(s): SELECT USERS.ID FROM...

After recent update of Kotlin website (after [this commit](https://github.com/JetBrains/kotlin-web-site/commit/2716350c2d773a338e179fb6955996cf12dee661) to be particular), some of URLs (related to MPP) in warnings of kotlin-gradle-plugin and in comments of buildscripts generated by IntelliJ...

Gradle Plugin

Add missing 'io.ktor:ktor-client-cio-jvm' dependency

I belive it was unremoved stub, because in the current version of .npmignore file there is no restrictions for these files.