Results 87 comments of Jun Luo

Hi @matejcik, do you have any suggestions for this PoC?

> hi, I wanted to let you know that this is low priority for us and it might sit for a couple months. we did put the AMMs PR on...

Hi @sreuland @tamirms, could you add an approving review?

> > Hello @overcat, this looks great, i think we want to first check with our ops, and see if there is any preference from them on a preferred gh...

https://github.com/ReactiveCircus/android-emulator-runner/issues/350

Can we consider removing the `guava` dependency? After upgrading to version 1.8+, most of the functionalities we use in `guava` have alternatives in the standard library, except for `ImmutableList`, but...

Currently, `java.net.HTTPClient` cannot be used on the Android platform([source](https://developer.android.com/studio/write/java11-default-support-table)). Of course, we can design the http client as an interface and provide services through `java.net.HTTPClient` in this SDK, and then...

Hi @gabrielittner, since I couldn't find a solution, I am now using [nmcp](https://github.com/GradleUp/nmcp) as an alternative. https://github.com/lightsail-network/java-stellar-sdk/blob/master/build.gradle.kts#L189-L199

Hi @quietbits, can you help me see why it doesn't compile successfully?