Vladimir Matveev

Results 37 issues of Vladimir Matveev

For example, there is no reason to use mutable references for functions like `getmaxyx()`: instead of ``` rust let mut max_x = 0; let mut max_y = 0; getmaxyx(stdscr, &mut...

As the title says. This makes rST processor to mark the table in a special way (looks like a code block?), rather than just add it to the output as...

This issue is about the Gradle plugin. When a project’s build directory is modified by a plugin, then, depending on the order of plugins application, the Spotless plugin may create...

bug

### Summary In Gradle, all plugins share the same classpath. This makes it very hard, if not impossible, to use plugins which depend on different incompatible versions of the same...

enhancement

It seems that the logic in this PR: https://github.com/slog-rs/slog/pull/170 has been reverted somehow, because I now get exactly those errors which are described in that PR when I try to...

PRs needed :)

It looks like that libsodium-jni does not provide access to the [secretstream](https://download.libsodium.org/doc/secret-key_cryptography/secretstream.html) API of libsodium? Is this correct? Is it possible to add it?

Many projects provide native libraries inside their jar files, e.g. Netty or LWJGL. However, libsodium-jni does not provide it - apparently, .so files are only present in the AAR package,...

Currently it appears impossible to use `eachWhere` with a map. It is formally possible to invoke `eachWhere` on a `Map[A, B]`, but it would result in this method using `Iterable[(A,...

**Is your feature request related to a problem? Please describe.** At the moment, the polling happens in a fixed-configuration thread pool: ```kotlin class Updater { private val executor: Executor =...

enhancement

It seems that there are problems with bitflags package compatibility with Rust versions, which causes various issues in downstream crates. xml-rs uses bitflags in a very limited way internally, so...

desirable
architecture