olivierayache

Results 15 comments of olivierayache

In fact I was thinking about type safe RESTful services as describe here: https://github.com/eclipse/microprofile-rest-client The API could be declared in Kotlin and a client could be generated like for the...

I was thinking about automatic client proxy generation based on services interfaces that could be described using JAX-RS API. For this approach I think there is only work to do...

If you think it is interesting for the project I would be happy to work on this feature with you

I think a web3-kms module should be a good idea too as an extension of web3j-core Here is a first working draft for AWS KMS key pair I think it...

I will checkout the last version and work on that

Thank you for the links. Just checked these improvements. I just wonder why creating a new way of processing transaction with TxSignService and not modify ECKeyPair and add interfaces at...

I will be a pleasure to make Xuggler build on Apple M1. For now I use to cross compile Xuggler for Android(x86,arm32,arm64) or iOS(arm64). It should work on Apple M1...

Hello @vietj This is my first PR here. Do you have any feedbacks on that ?

I was planning to do that at the beginning too but I noticed to do that we have to modify the AsyncFile implementation too, I should be able to improve...

Hello @vietj I now have an implementation for HTTP/1 and HTTP/2