Enzo Ferey

Results 18 issues of Enzo Ferey

Following up https://github.com/date-fns/date-fns/issues/869. I have implemented `isBeforeDay` and I would like to know if this format suits you before doing all the others as it's quite mechanical from here. I...

🎉 Feature

### Current Behavior When using any package that uses `web3-onboard/common` in a TypeScript project, if I run `tsc --noEmit` with `skipLibCheck: false` I'm getting: ``` node_modules/@web3-onboard/common/dist/types.d.ts:4:51 - error TS2307: Cannot...

bug

Whenever you are transforming a TypeScript file to an OpenApi specification file, if you declare a type that leverages some other type that you import from a different file, the...

Hi ! I was wondering if you intend to do an audio, video, or a more generic file type. Right now, images are supported as `ObjectURL`, but I wonder why...

@Favna wrote a very informative explanation about `emoji-regex` status and its integration with the emoji image libraries we are using [here](https://github.com/tommoor/react-emoji-render/pull/51#issuecomment-627170937). We have now to agree on the direction we...

help wanted

### Current Behavior When using the Gnosis Safe provider, the app does not pick the predefined gas limit for the transaction nor it throws an error when the execution of...

bug

Since https://github.com/upstash/upstash-redis/pull/198 I'm getting `Unable to decode base64 []: atob is not defined` warnings while running the library inside a Vercel API route. I'm using `automaticDeserialization`, the feature might not...

nodejs v14

SmartCheck project has been deprecated since 2020 as stated in their README https://github.com/smartdec/smartcheck. Their online version has been shut down since then but it is mentioned in the learning path...

Hi @jmlweb ! First of all, pretty useful addon 👌 I was wondering if you considered adding a Storybook tool (like the zoom feature) for toggling on and off the...

Hi! We have observed that sometimes when `em-emoji` components are being rerendered the library fails to pick up the tag and insert the DOM elements inside it. Here is a...