Sergei Egorov

Results 47 issues of Sergei Egorov

My code looks something like this: ``` objective-c static DCParserConfiguration config; if ( !config ) { config = [DCParserConfiguration configuration]; [config addArrayMapper:[DCArrayMapping mapperForClassElements:[UnicomAPIProposalsResponseProposal class] forAttribute:@"results" onClass:[UnicomAPIProposalsResponse class]]]; [config addArrayMapper:[DCArrayMapping mapperForClassElements:[UnicomAPIBankProposalsResponseBank...

Hi! First of all, thank you for your plugin! I made some major changes in it, but i'm think that you will love it:) My proposal is to use thrift...

Hi! It would be great if your library will support NSNumberFormatter (for example, in our project we're using groupSeparator for NSNumberFormatter, and our numbers looks like "1 000 000", not...

feature

Hi! It would be helpful if each component would have something like "Works on GraalVM" due to GraalVM's limited support for method handles. There are some great ones, but I...

Hi! While debugging https://github.com/reactor/reactor-core/issues/2352 we wanted to check whether RxJava has the same issue since, given the history of both projects :) Apparently, with `3.0.7`, the same construction in RxJava...

Question
3.x

See https://github.com/spring-cloud/spring-cloud-sleuth/issues/1392 ## Context Since most of tracing solutions rely on `ThreadLocal`s, they have to instrument task execution to handle the thread context switches and populate them. For Reactor, it...

type/enhancement

In current version of Reactor ( 3.2.1.RELEASE ), this code will do `request(100)` (because of eager prefetch): ```java Flux.range(0, Integer.MAX_VALUE) .hide() .log("producer") .concatMap(Mono::just, 100) .log("subscriber") .subscribe(new Subscriber() { @Override public...

status/on-hold
area/gen4

Hi! Would you consider supporting Async APIs? There are some IO blocking operations (e.g. loading of plugins, or even plugin's startup), and currently, in my async non-blocking app, I have...

enhancement
help wanted

Hi. To be able to use jib-core on environments where there is no Docker CLI installed, or programmatically (e.g. with [Testcontainers](https://www.testcontainers.org)), it would be helpful to be able to provide...

area/jib-maven-plugin
area/jib-core
p3
kind/user-question
area/jib-gradle-plugin
good first issue
area/jib-cli
kind/feature

Hi! Given the rising popularity of reactive APIs (also the Flow API in Java 9), such initiative as OpenMessaging should provide the first-class APIs for the reactive world. To define...

feature
discussing