Den

Results 8 comments of Den

``` const plainWithoutPromises = Object.assign( {}, yourEntity, { promiseProp: await yourEntity.propWithPromise, promiseProp2: await yourEntity.propWithPromise2, ... } ); plainToClass(YourClass, plainWithoutPromises); ``` This issue still exists on 19 September, so I've solved...

the idea of having methods for generating a Wallet URL without redirecting looks also reasonable to me and was implemented in https://github.com/near/near-api-js/pull/1260

The failover mechanism looks exciting to me, I've been tracking it since #760, and it's going to be very useful However, I wanted to make sure the implementation would cover...

quite a few people have been asking me recently about the failover mechanism to make their applications more robust, @vikinatora @gtsonevv do you guys have ETA for this feature? P.S....

it's really weird, I couldn't figure out the cause of the issue, but it keeps happening all the time, we might consider creating another PR for this anyway, the purpose...

> Looks very good, only one comment and I belive the biggest change I request is with the changeset, as there are quire a few breaking changes. Please adjust the...

hey @amirsaran3 could you please clarify what are use cases that could benefit from this change?

the idea of retrying on 408 HTTP error looks reasonable to me, so I've made this code work without merge conflicts in https://github.com/near/near-api-js/pull/1205 I'd suggest closing this one so we...