Andon Mitev

Results 19 issues of Andon Mitev

### Ethers Version 6.8.1 ### Search Terms _No response_ ### Describe the Problem Having issue with sending max fee. Trying to estimate gas by having: ``` const blockNumber = await...

investigate
v6

Having following DTO: ``` export class UserLoginRequestDto { @IsOptional() email: string; @IsOptional() password: string; } ``` and passing outside `body: { email: '[email protected]' } `, how to create pipe that...

type: question

![image](https://user-images.githubusercontent.com/32274987/55232712-03129200-522f-11e9-9cc2-bcb5d18b4efe.png) When i try to select a option, it's not fitting in the modal

feat: Update packages to 1.13.12 - Change how we are creating terra wallet client

🔍 Ready for Review
size/M

🔍 Ready for Review
size/XS

Hello I'm getting this error: ``` - error node_modules\react-tweet\dist\utils.js (1:63) @ screen_name - error TypeError: Cannot read properties of undefined (reading 'screen_name') at stringify () ``` and use it like...

So i'm trying to register user calling bundler contract but then hitting this error: ``` ContractFunctionExecutionError: The contract function "register" reverted with the following signature: 0xf90230a9 Unable to decode signature...

s-triage

### What happened? Hey i have nextjs project where i tested to display with sidepanel but is not working I have created /src/tabs/sidepanel.tsx and then in manifest like this: ```...

bug