Evgeny
Evgeny
> If you grep URL paths, you can use environment variable CI_URLS = true. Что это значит? Не понятно ни по названию, ни по описанию, ни даже по исходникам https://github.com/VKCOM/vk-miniapps-deploy/commit/a7a9bccfe49ef66a2679bac7e69589b6ec34353c...
Совместим ли модуль с React 18? Если да, то имеет смысл обновить версии в `peerDependencies`.
I've faced with the following error: ```bash $ gsutil -h "Content-type:application/zip" cp -a "private" -r App Name-1.0.0-mac.zip gs://[secure]/App Name-1.0.0-mac.zip CommandException: No URLs matched: App ``` dpl version: `dpl-2.0.0.beta.3` It seems...
### Operating system macOS 13.2.1 ### Eleventy 2.0.1 ### Describe the bug If filter is used in JS data files then there is no `this.page` data. ```js // _data/eleventyComputed.js module.exports...
### Description Add support environment variables `import.meta.env.VITE_FOO` in Vue templates. ```vue // text.vue {{ import.meta.env.VITE_FOO }} content ``` Currently the code above raises the error: ``` [plugin:vite:vue] Error parsing JavaScript...
Hello, I've faced with the fact that clean installation of `ed25519-keygen` module installs two versions of `@noble/hashes`. ```bash npm install ed25519-keygen npm list @noble/hashes [email protected] test-ed25519-keygen └─┬ [email protected] ├─┬ @noble/[email protected]...
Add Coin Wallet back. ## Description It seems Coin Wallet was removed by mistake. Coin Wallet supports EIP-1559. I've updated features list as well. ## Related Issue * https://github.com/ethereum/ethereum-org-website/issues/6772 *...
### Wallet name Coin Wallet ### What type of wallet? EOA ### Wallet description Coin Wallet is a non-custodial multicurrency wallet for multiple platforms. ### Wallet logo  ### Background...
It would be nice to replace `jsbn` with native `BigInt`. It is widely supported even in browsers https://caniuse.com/bigint
Hello, Since you are working on the next major release, it would be very useful to migrate to native `BigInt` from `BigNumber`. It is widely accepted https://caniuse.com/bigint Many crypto libraries...