Miguel Juárez López

Results 3 issues of Miguel Juárez López

Add section for metaplex token metadata schema https://docs.metaplex.com/token-metadata/specification primarily used for Solana NFTs. Followed the instructions in https://nftschool.dev/reference/metadata-schemas/ >This reference guide shows some of the most common and useful metadata...

need/triage

Is it possible to provide an emulator version that includes Google Play Services pre-installed?

By using an [`AsyncEmitter`](http://reactivex.io/RxJava/javadoc/rx/Observable.html#fromEmitter%28rx.functions.Action1,%20rx.AsyncEmitter.BackpressureMode%29) you could support backpressure handling by using one of the [`BackPressureMode`s](http://reactivex.io/RxJava/javadoc/rx/AsyncEmitter.BackpressureMode.html). Also AsyncEmitter adds support for checking for `!subscriber.isUnsubscribed()` for you. Here is one example of...