Results 13 issues of Renatex

## Your Environment * Plugin version: 0.9.0-beta.3 * Platform: Android * Cordova version (```cordova -v```): 9.0.0 * Cordova platform version (```cordova platform ls```): android 8.1.0 ## Expected Behavior Combine both...

Hi, thanks for this amazing project. I'm looking for signing a digest ``` const digest = utils.solidityKeccak256( ["bytes"], [utils.hexConcat(["0x1901", domainSeparator, hash])] ); ``` Using just plain Ethers works fine, but...

Interesting using this package in a VUE project as a connector works fine, @ running time. ``` import { SafeConnector } from '@gnosis.pm/safe-apps-wagmi'; const connector = new SafeConnector({ chains })...

Using `graphql-request` on a recently updates Vite3 project. On Vite 2x it works normally. but when updated to 3x. Facing this error: ``` TypeError: distExports is not a function ```...

https://github.com/justinkames/vuejs-logger/blob/b593391242b815716c196d1520de45beca7b8f7e/src/vue-logger/vue-logger.ts#L87 This is a modified version.

feature request

Hi, thanks for this awesome lib! My question is how to use in async way. Lets say, Breadcrumb is to a product page and I want to show the product...

feat

https://github.com/safe-global/safe-apps-sdk/blob/master/packages/safe-apps-wagmi/package.json#L29-L32 ```ts npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @gnosis.pm/[email protected] npm ERR! Found: @wagmi/[email protected] npm ERR! node_modules/@wagmi/core npm ERR! dev @wagmi/core@"^0.5.4"...

I use `vite-plugin-pwa` in other projects and they provide a way to detect when the page needs an update. How can we do the same with this plugin? Thanks!

documentation
question

On Strapi 4.x and Nuxt to 3.9.x Noticing this error: _**ERROR Pre-transform error: Missing "./dist/runtime/types" specifier in "@nuxtjs/strapi" package**_ Code: ```js import type { Strapi4RequestParams } from "@nuxtjs/strapi/dist/runtime/types/v4"; import {...

question

Right now the explorer url points to: `https://www.optimism.io/address/` And it should go to `https://blockscout.com/optimism/goerli/`