Pedro Reyes

Results 7 issues of Pedro Reyes

### Ethers Version 5.6.9 ### Search Terms blockTag ### Describe the Problem Hello, ## 👁 Context I am trying to get the return value of a method at a specific...

investigate

Hello, ❌ Error For the next code: ``` // SPDX-License-Identifier: MIT pragma solidity 0.8.10; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; contract BUSD is ERC20 { uint256 public INITIAL_SUPPLY = 100_000_000e18; constructor() ERC20("BUSD", "BUSD") {...

Hello, Would it be possible to add support for solidity? It is widely used in blockchain development. Best regards, Pedro Reyes.

language support

Hello ### Version info ```json { "name": "functions", "main": "lib/src/index.js", "scripts": { . . . "test": "mocha --timeout 20000 --reporter spec --require ts-node/register ./test/**/*.test.ts", }, "engines": { "node": "16" },...

**Describe the bug** I get in the console the next error: ``` - error node_modules\react-organizational-chart\dist\index.js (1:18068) @ r.key - error ReferenceError: document is not defined ``` **To Reproduce** I simply...

Type: Bug Hello, I have done a bisect execution on VSCode and this extension was identified as the issue of 100% high CPU performance. Best regards, Pedro Ryees. Extension version:...

When running `firebase deploy --only hosting` in a turborepo project it seems that firebase run the next npm command as part of series of scripts: `npm i --omit dev --no-audit`...

type: feature request