Alessio Gravili

Results 104 comments of Alessio Gravili

Installing `node-fetch` saddens me deeply. But it indeed doesn't seem possible to do this using node-native fetch without installing `undici`, which is huge. See: - https://github.com/nodejs/node/issues/48977 - https://github.com/nodejs/undici/discussions/2371 I don't...

This is fixed - can no longer be reproduced as of 3.16.0

@Rhys97W could you provide a minimal reproduction that uses lexical inline blocks and causes an importmap generation error?

@zeitchef I have just tested this on `3.0.0-beta.109` and am not able to reproduce this following your reproduction steps. If you are still able to reproduce this in beta.109, please...

Tested this in the latest v3 release, doesn't seem to be an issue anymore

Hey @samcx I created a very, very minimal reproduction of this issue here: https://github.com/AlessioGr/very-minimal-turbo-bug-repro It's a blank, fresh Next.js project that includes a small, local package in the `mydep` folder....

Hey @mischnic I see why a version mismatch is an issue and why it makes sense to throw an error there - we do something similar in our project for...

Fixed by https://github.com/payloadcms/payload/pull/13619

@etrepum I think prettier did run everywhere, I do have pre-commit hooks enabled. Getting lots of flow errors in CI though, not sure why yet. Will investigate. Regarding using `type:...

Will keep this PR as draft for now. I noticed that this change has one major issue. Types like a `TabNode` (which extends `TextNode`) cannot be assigned to `TextNode` anymore,...