Alex

Results 11 comments of Alex

@letier3110, need merge from `development`

Waiting for the [taquito](https://github.com/ecadlabs/taquito) to accept requested changes and release new package version. Currently, available version is `14.0.0`. See: https://www.npmjs.com/package/@taquito/http-utils Issue: https://github.com/ecadlabs/taquito/issues/2027 PR: https://github.com/ecadlabs/taquito/pull/2026

Here is a comment to show, that this issue is still relevant. Very much so!

Same problem occurs in our app on Android. No particular version - seems to occur on any device. We reproduce it like so: ```typescript import Keychain from 'react-native-keychain'; async function...

Need `swap-router-sdk` to work with `@taquito/[email protected]`. I.e. depend either on: - `"@taquito/taquito": "14.1.0"` - `"@taquito/taquito": "14.0.0 || 14.1.0"` - `"@taquito/taquito": "14.0.0 - 14.1.0"` - `"@taquito/taquito": "^14.0.0"` @unixvb, can we, please,...

Also experiencing these performance issues with `SvgXml`. Dealing with 40 such items in one screen.

To see, how Google Drive on iOS works, you can try: ```ts GoogleDriveAPI.requestSignInToCloud() .then(res => { console.log(1, res); return GoogleDriveAPI.doesCloudBackupExist(); }) .then(res => { console.log(2, res); return GoogleDriveAPI.fetchCloudBackup(); }) .then(res...

Low-cost way to deal with this was to change this setting ```json "groups": [["external", "builtin"], "internal", ["parent", "sibling", "index"]], ``` into: ```json "groups": [["external", "builtin"], "internal", "parent", "sibling", "index"], ```...

Build: https://github.com/madfish-solutions/templewallet-extension/actions/runs/6390549847