Enzo Ferey

Results 72 comments of Enzo Ferey

If you are using `create-react-app` and `styled-components`, you can do something like this using `raw.macro`: ```jsx import raw from 'raw.macro'; const myStyles = raw("./styles.css"); const MyComponent = () => {...

Hi @desandro ! I could implement this if you like. We have two things to solve: **1. Attach the `name` property to the instance.** It could be done in the...

Still happening on MacOS Brave version 1.42.97. Kind of related to https://github.com/brave/brave-core/pull/14483. It happens because of trying to set properties on a read only object. In some cases it's the...

Sorry to bump this issue a few years later. I'm new to Ethereum development and I have stumbled upon the same problem described by other people. I would like users...

Thanks to both of you @Schachte and @frangio πŸ™ŒπŸ»

Hey ! πŸ‘‹πŸ» I landed on this issue a few months ago while Google searching for a solution to this issue. Since then, I have been working on a solution...

Any chance this gets ever merged ?

I can't get it neither. For example for Axie https://marketplace.axieinfinity.com/axie/5516728 it would be https://axieinfinity.com/erc/721/axies/5516728.json, but it returns 502 by CloudFlare.

As this shows up as second result on google search for "jest clear local storage", it works for me via: ```typescript beforeEach(() => { window.localStorage.clear(); }); ```

@dbismut do you want me to modify the Image input to make it file generic ? Wouldn't that be a breaking for people expecting an image there ? Plus of...