Enzo Ferey

Results 72 comments of Enzo Ferey

Wallet estimations on gas limit are way too often wrong. Gas limit cannot easily be computed via the classic approach when you are batching transactions and you have several proxy...

> I (somewhat) understand you, but I can say the same thing: dApp estimations on gas prices and gas limits are also way too often wrong. Especially for smart contract...

Great you updated the docs @Adamj1232 👌🏻 What about transaction execution failures not being propagated to the web3-onboard Gnosis provider ? I don't think your back and forth these past...

The solution given by @SleepWalker [here](https://github.com/facebook/create-react-app/issues/1217#issuecomment-485637594) works for me with latest `react-scripts` version (v3.1.1). Note that if you use `.jsx` extension you will need to specify it as well.

Hey @chronark, sorry to drive you crazy on a Sunday without even providing much details 😅 Let me help you narrow this down. All the configuration I'm thinking may affect:...

No, no special characters. It's just storing and retrieving an increasing integer number (to be more concrete, a nonce value). That's why I'm just using `toString` and then `parseInt`.

Hey, thanks for taking the time. I have pinged many times the API route you setup and I cannot replicate neither. Does your Vercel project run on Node.js `14.x` ?...

> atob was introduced to node in v16 [source](https://developer.mozilla.org/en-US/docs/Web/API/atob#browser_compatibility) Right 😄 I should have checked this in the first place... Thank you for looking into it. We have been using...

Hey @VadimChorrny ! Very good question, I actually have no idea how Telegram implemented that feature. Emojis unicodes display based on your OS, so my first thought is that they...

That's the expected behaviour @VadimChorrny as I wrote above: > Emojis unicodes display based on your OS Please check on Windows the Telegram web HTML elements to see how the...