Sergey Prytkov

Results 4 issues of Sergey Prytkov

I can't find a way to encode async sequence of `ByteBuf` into `HttpClientForm`. There are few methods encoding `java.io.HttpClientForm`, `java.io.File` and plain byte arrays, however [HttpClientForm](https://github.com/reactor/reactor-netty/blob/main/reactor-netty-http/src/main/java/reactor/netty/http/client/HttpClientForm.java) lacking something like ```java...

type/enhancement
help wanted

This PR introduces a way to specify required/preferred server type among multiple servers when several hosts provided to pool factory. Example: ```java PgPool.pool(Vertx.vertx(), List.of(primaryHostOptions, replica1HostOptions, replica2HostOptions), poolOptions.setServerRequirement(PREFER_REPLICA)) ``` Similar functionality...

Tested on Fedora 32, as per `runtest.cmd` should affect Windows as well. On "all" selection `-test_filter_path` parameter for `tests/CoreCLR/runtest.py` is omitted and we getting into this branch: https://github.com/dotnet/corert/blob/b06c72e12f24523dfe58717328a3de1b9f37a397/tests/CoreCLR/runtest.py#L1873-L1874 There is...

**Environment**: - *Jib version:* v0.27.1-core - *Build tool:* gradle 8.7 with custom binary plugin using v0.27.1-core - *OS:* Darwin Kernel Version 23.5.0 **Description of the issue**: I have my cloud...

priority: p2
type:bug